mutter/cogl/driver/gles
Neil Roberts 392cfb493a cogl-gles: Check for the GL_ANGLE_framebuffer_blit extension
This extension is the GLES equivalent of the GL_EXT_framebuffer_blit
extension except that it has some extra restrictions. We need to check
for some extension that provides glBlitFramebuffer so that we can
unconditionally use ctx->drv.pf_glBlitFramebuffer in both GL and GLES
code. Even with the restrictions, the extension provides enough
features for what Cogl needs.
2011-02-15 12:10:54 +00:00
..
cogl-context-driver-gles.c Remove the GLES2 wrapper 2010-12-13 17:29:14 +00:00
cogl-context-driver-gles.h Remove the GLES2 wrapper 2010-12-13 17:29:14 +00:00
cogl-feature-functions-gles.h cogl-gles: Check for the GL_ANGLE_framebuffer_blit extension 2011-02-15 12:10:54 +00:00
cogl-gles.c cogl: Enable the VBOs feature for GLES2 2011-01-13 16:36:45 +00:00
cogl-texture-driver-gles.c cogl-texture-driver-gles: Don't copy the bitmap if alignment matches 2011-01-10 16:55:00 +00:00