1
0
Fork 0
mutter-performance-source/cogl/driver
Robert Bragg 96ed01cc18 framebuffer: defer calculating level size until allocation
The plan is to defer more of the work for creating a texture until
allocation time, but that means we won't be able to always assume
we can query the size of a texture when creating an offscreen
framebuffer from a texture (consider for example using
_texture_new_from_file() where the size isn't known until the file has
been loaded). This defers needing to know the size of the texture
underlying an offscreen framebuffer until calling
cogl_framebuffer_allocate().

Reviewed-by: Neil Roberts <neil@linux.intel.com>
(cherry picked from commit 9688e7dc1eeae3144729dfd4a4bf409620346bf4)
2014-01-09 15:29:30 +00:00
..
gl framebuffer: defer calculating level size until allocation 2014-01-09 15:29:30 +00:00
nop Use COGL_FLAGS_* for the context's private feature flags 2013-11-28 18:12:22 +00:00