mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 16:16:20 -05:00
c4adefffd3
When uploading texture data it was just calling cogl_texture_set_data on the large texture. This would attempt to convert the data to the format of the large texture. All of the textures with alpha channels are stored together regardless of whether they are premultiplied so this was causing premultiplied textures to be unpremultiplied again. It now just uploads the data ignoring the premult bit of the format so that it only gets converted once. |
||
---|---|---|
.. | ||
cogl | ||
pango | ||
Makefile.am |