summaryrefslogtreecommitdiff
path: root/src/mesa/main/glheader.h
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2009-09-21 18:46:28 +0800
committerBrian Paul <brianp@vmware.com>2009-11-05 20:04:10 -0700
commit8d2edbf1395ca1e2d23b3bd2ba2c5d54f21d377b (patch)
treef6ba194dec9f39cdc61260373de669d73d80f17c /src/mesa/main/glheader.h
parentc3d61d378574878deedb44d84f506ca23e66c6ca (diff)
mesa/main: Add more OpenGL ES types to glheader.h.
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
Diffstat (limited to 'src/mesa/main/glheader.h')
-rw-r--r--src/mesa/main/glheader.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h
index 81d4ccf919..77544c88c6 100644
--- a/src/mesa/main/glheader.h
+++ b/src/mesa/main/glheader.h
@@ -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