mirror of
https://github.com/brl/mutter.git
synced 2025-04-13 05:39:38 +00:00
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:
parent
5220f68e17
commit
9a2a4ef7b3
@ -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>
|
2007-12-11 Øyvind Kolås <pippin@o-hand.com>
|
||||||
|
|
||||||
Refined the ClutterShader API based on a patch from Emmanuele Bassi.
|
Refined the ClutterShader API based on a patch from Emmanuele Bassi.
|
||||||
|
@ -703,6 +703,7 @@ typedef GLuint COGLuint;
|
|||||||
|
|
||||||
#define CGL_OBJECT_COMPILE_STATUS GL_OBJECT_COMPILE_STATUS_ARB
|
#define CGL_OBJECT_COMPILE_STATUS GL_OBJECT_COMPILE_STATUS_ARB
|
||||||
|
|
||||||
|
#define CLUTTER_COGL_HAS_GL 1
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
|
@ -478,6 +478,8 @@ typedef GLuint COGLuint;
|
|||||||
#define CGL_OBJECT_COMPILE_STATUS 0
|
#define CGL_OBJECT_COMPILE_STATUS 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define CLUTTER_COGL_HAS_GLES 1
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user