mirror of
https://github.com/brl/mutter.git
synced 2025-02-02 14:53:03 +00:00
Neil Roberts
41a915ec00
cogl-atlas-texture: Don't create atlas textures with the premult bit
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.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%