mirror of
https://github.com/brl/mutter.git
synced 2025-03-26 05:03:55 +00:00

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.