summaryrefslogtreecommitdiff
path: root/src/mesa/main
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2009-09-15 14:20:30 +0800
committerChia-I Wu <olvaffe@gmail.com>2009-09-15 14:20:30 +0800
commita49adc545bae522851b095c05df9d82d78fc78c8 (patch)
treefa11aaf273bd6ade312f549d1d8b380a61d8daf9 /src/mesa/main
parentb4d0fdf8d25777dc7b6ad69f7338ea8ca6800638 (diff)
Update Android.mk for recent merge.
Diffstat (limited to 'src/mesa/main')
-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..7b14c24d24 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;
+typedef void *GLeglImageOES;
+#define HAVE_GLES_TYPES
+#define GL_OES_EGL_image
+
#endif