mirror of
https://github.com/brl/mutter.git
synced 2025-01-25 19:08:56 +00:00
08b8b2791f
Previously the atlas textures were being created with whatever format the first sub texture is in. Only three formats are supported so this only matters if the first texture is a premultiplied alpha texture. Instead it now masks out the premultiplied bit so that the textures are always either RGB_888 or RGBA_8888.