mirror of
https://github.com/brl/mutter.git
synced 2025-03-05 20:58:10 +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.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%