summaryrefslogtreecommitdiff
path: root/src/mesa/main/glheader.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-04-14 19:56:59 -0600
committerBrian Paul <brianp@vmware.com>2009-04-14 19:56:59 -0600
commit62c45ec951829563b92a95cce5b9621e70c971a4 (patch)
tree91245d4dd40f1735e3cf8dda638fb9d773f7f6ef /src/mesa/main/glheader.h
parentfe278f1e600058af18c6ba5fe77bfc5a772bf9f5 (diff)
mesa: move #define for GL_PROGRAM_BINARY_LENGTH_OES
Diffstat (limited to 'src/mesa/main/glheader.h')
-rw-r--r--src/mesa/main/glheader.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h
index ad095321e3..81d4ccf919 100644
--- a/src/mesa/main/glheader.h
+++ b/src/mesa/main/glheader.h
@@ -74,6 +74,11 @@
#endif
+#ifndef GL_PROGRAM_BINARY_LENGTH_OES
+#define GL_PROGRAM_BINARY_LENGTH_OES 0x8741
+#endif
+
+
/**
* Special, internal token
*/