Jasper St. Pierre d72bf0cd5d compositor: Don't use cogl_texture_new_with_data in the obvious cases
It's a deprecated API that can surprise us. Namely, when the internal
format passed is COGL_PIXEL_FORMAT_ANY, it will *always* allocate an
RGBA8888 pixel format texture, even if we only passed it a RGB format
or even an A8 format.

cogl_texture_2d_new_with_data is the newer, better API and doesn't have
these warts.
2014-08-07 14:01:14 -04:00
2014-08-07 15:21:06 +02:00
2014-07-17 14:49:47 -04:00
2014-07-31 17:50:28 +02:00
2014-07-23 11:45:52 +02:00
Description
91 MiB
Languages
C 98.9%
Meson 0.7%
Python 0.3%