summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2012-05-23 13:49:36 -0700
committerIan Romanick <ian.d.romanick@intel.com>2012-05-26 17:57:09 -0700
commit458a9eb2660b6c9fcc5b63ad55d0529c22803138 (patch)
tree49e94f4b869ccbd92648d340638a107ece395ffd
parentec3f3387211f428886dfdee2443e16f45e00e77b (diff)
downloadxorg-proto-glproto-458a9eb2660b6c9fcc5b63ad55d0529c22803138.tar.gz
glproto: Add define for GLX_EXT_create_context_es2_profile
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
-rw-r--r--glxtokens.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/glxtokens.h b/glxtokens.h
index cc4bca3..5e6bbea 100644
--- a/glxtokens.h
+++ b/glxtokens.h
@@ -286,6 +286,7 @@ extern "C" {
/*
* GLX_ARB_create_context
* GLX_ARB_create_context_profile
+ * GLX_EXT_create_context_es2_profile
*/
#define GLX_CONTEXT_MAJOR_VERSION_ARB 0x2091
#define GLX_CONTEXT_MINOR_VERSION_ARB 0x2092
@@ -297,6 +298,7 @@ extern "C" {
#define GLX_CONTEXT_CORE_PROFILE_BIT_ARB 0x0001
#define GLX_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB 0x0002
+#define GLX_CONTEXT_ES2_PROFILE_BIT_EXT 0x0004
/*
* GLX_ARB_create_context_robustness