mirror of
https://github.com/brl/mutter.git
synced 2025-01-27 20:08:56 +00:00
Neil Roberts
ebe86985fd
cogl-texture-2d-sliced: Use the converted bitmap when uploading
When uploading texture data the cogl-texture-2d-sliced backend was using _cogl_texture_prepare_for_upload to create a bitmap suitable for upload but then it was using the original bitmap instead of the new bitmap for the data. This was causing any format conversions performed by cogl_texture_prepare_for_upload to be ignored. http://bugzilla.openedhand.com/show_bug.cgi?id=2059
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%