mesa/main: Add more OpenGL ES types to glheader.h.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
This commit is contained in:
Chia-I Wu 2009-09-21 18:46:28 +08:00 committed by Brian Paul
parent c3d61d3785
commit 8d2edbf139
2 changed files with 7 additions and 6 deletions

View file

@ -57,6 +57,13 @@
#ifndef GL_FIXED
#define GL_FIXED 0x140C
typedef int GLfixed;
typedef int GLclampx;
#endif
#ifndef GL_OES_EGL_image
typedef void *GLeglImageOES;
#endif

View file

@ -75,12 +75,6 @@ typedef struct {
} SWvertex;
/**
* Fixed point data type.
*/
typedef int GLfixed;
#define FRAG_ATTRIB_CI FRAG_ATTRIB_COL0