diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2013-06-11 13:45:40 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2013-11-07 19:16:40 -0800 |
commit | 9f4366f1acf15b04bde273611d2879cf898199fd (patch) | |
tree | 3a814a36d45cfa8e160bf1cec7cdf15277c37518 /include/GLES2/gl2platform.h | |
parent | 035cce83f7b3d9a037c9e7cc17a212d6cf7e927f (diff) | |
download | mesa-9f4366f1acf15b04bde273611d2879cf898199fd.tar.gz |
!UPSTREAM: Make GL_STENCIL_INDEX exist again in ES2.mesa-10.1-devel
This lets gles2conform build since 88ec004.
Diffstat (limited to 'include/GLES2/gl2platform.h')
-rw-r--r-- | include/GLES2/gl2platform.h | 2 |
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_ */ |