mesa/main: Add more OpenGL ES types to glheader.h.
[mesa.git] / src / mesa / main / glheader.h
index 81d4ccf919f50c4cb4ba730a11acc41f68fcb1fe..77544c88c669ca5f24dca9f164dd11f58c01afa5 100644 (file)
 
 #ifndef GL_FIXED
 #define GL_FIXED 0x140C
+typedef int GLfixed;
+typedef int GLclampx;
+#endif
+
+
+#ifndef GL_OES_EGL_image
+typedef void *GLeglImageOES;
 #endif