1
0
Fork 0
mutter-performance-source/cogl/driver/gl
Robert Bragg 10fa7c7ce9 cogl: deprecates cogl_check_extension
OpenGL is an implementation detail for Cogl so it's not appropriate to
expose OpenGL extensions through the Cogl API.

Note: Clutter is currently still using this API, because it is still
doing raw GL calls in ClutterGLXTexturePixmap, so this introduces a
couple of (legitimate) build warnings while compiling Clutter.
2010-02-12 14:05:00 +00:00
..
cogl-context-driver.c cogl: Make it easier to add checks for GL extensions 2009-11-17 15:11:26 +00:00
cogl-context-driver.h cogl: Use APIENTRY for GL function pointer declarations 2009-11-18 19:24:09 +00:00
cogl-defines.h.in cogl: Remove the CGL_* defines 2010-01-12 17:10:15 +00:00
cogl-feature-functions.h cogl-pixel-buffer: Add a fallback path 2010-02-08 17:14:49 +00:00
cogl-program.c cogl: Make it easier to add checks for GL extensions 2009-11-17 15:11:26 +00:00
cogl-program.h Intial Re-layout of the Cogl source code and introduction of a Cogl Winsys 2009-10-16 18:58:50 +01:00
cogl-shader-private.h Intial Re-layout of the Cogl source code and introduction of a Cogl Winsys 2009-10-16 18:58:50 +01:00
cogl-shader.c cogl: Make it easier to add checks for GL extensions 2009-11-17 15:11:26 +00:00
cogl-texture-driver.c cogl: new textures sould have GL_TEXTURE_MIN_FILTER set to GL_LINEAR 2010-02-08 17:14:49 +00:00
cogl.c cogl: deprecates cogl_check_extension 2010-02-12 14:05:00 +00:00
Makefile.am build: Add cogl-feature-functions.h to the dist 2009-11-18 14:43:46 +00:00