2007-12-14 Matthew Allum <mallum@openedhand.com>

* clutter/cogl/gl/cogl-defines.h.in:
        * clutter/cogl/gles/cogl-defines.h:
        Add CLUTTER_COGL_HAS_GL/GLES defines
This commit is contained in:
Matthew Allum 2007-12-14 12:36:45 +00:00
parent 5220f68e17
commit 9a2a4ef7b3
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2007-12-14 Matthew Allum <mallum@openedhand.com>
* clutter/cogl/gl/cogl-defines.h.in:
* clutter/cogl/gles/cogl-defines.h:
Add CLUTTER_COGL_HAS_GL/GLES defines
2007-12-11 Øyvind Kolås <pippin@o-hand.com>
Refined the ClutterShader API based on a patch from Emmanuele Bassi.

View File

@ -703,6 +703,7 @@ typedef GLuint COGLuint;
#define CGL_OBJECT_COMPILE_STATUS GL_OBJECT_COMPILE_STATUS_ARB
#define CLUTTER_COGL_HAS_GL 1
G_END_DECLS

View File

@ -478,6 +478,8 @@ typedef GLuint COGLuint;
#define CGL_OBJECT_COMPILE_STATUS 0
#endif
#define CLUTTER_COGL_HAS_GLES 1
G_END_DECLS
#endif