summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2013-06-11 13:45:40 -0700
committerIan Romanick <ian.d.romanick@intel.com>2013-11-07 19:16:40 -0800
commit9f4366f1acf15b04bde273611d2879cf898199fd (patch)
tree3a814a36d45cfa8e160bf1cec7cdf15277c37518
parent035cce83f7b3d9a037c9e7cc17a212d6cf7e927f (diff)
!UPSTREAM: Make GL_STENCIL_INDEX exist again in ES2.mesa-10.1-devel
This lets gles2conform build since 88ec004.
-rw-r--r--include/GLES2/gl2platform.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/GLES2/gl2platform.h b/include/GLES2/gl2platform.h
index c9fa3c4d64b..d691910fff9 100644
--- a/include/GLES2/gl2platform.h
+++ b/include/GLES2/gl2platform.h
@@ -27,4 +27,6 @@
#define GL_APIENTRY KHRONOS_APIENTRY
#endif
+#define GL_STENCIL_INDEX 0x1901
+
#endif /* __gl2platform_h_ */