2007-07-24 Matthew Allum <mallum@openedhand.com>

* clutter/cogl/gl/cogl-defines.h:
        Add  CGL_UNSIGNED_INT_8_8_8_8_REV (for big endian machines)
This commit is contained in:
Matthew Allum 2007-07-24 16:50:34 +00:00
parent 23c50938da
commit 8e749f599d
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-07-24 Matthew Allum <mallum@openedhand.com>
* clutter/cogl/gl/cogl-defines.h:
Add CGL_UNSIGNED_INT_8_8_8_8_REV (for big endian machines)
2007-07-24 Matthew Allum <mallum@openedhand.com> 2007-07-24 Matthew Allum <mallum@openedhand.com>
* clutter/cogl/gl/cogl-defines.h: * clutter/cogl/gl/cogl-defines.h:

View File

@ -670,6 +670,7 @@ typedef GLint COGLint;
#define CGL_TEXTURE_2D GL_TEXTURE_2D #define CGL_TEXTURE_2D GL_TEXTURE_2D
#define CGL_ARGB GL_ARGB #define CGL_ARGB GL_ARGB
#define CGL_UNSIGNED_INT_8_8_8_8_REV GL_UNSIGNED_INT_8_8_8_8_REV
#ifdef GL_TEXTURE_RECTANGLE_ARB #ifdef GL_TEXTURE_RECTANGLE_ARB
#define CGL_TEXTURE_RECTANGLE_ARB GL_TEXTURE_RECTANGLE_ARB #define CGL_TEXTURE_RECTANGLE_ARB GL_TEXTURE_RECTANGLE_ARB