summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen/gl_API.xml
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2015-09-18 14:55:41 -0400
committerEric Anholt <eric@anholt.net>2015-12-01 10:24:15 -0800
commitbfc64b968827aff39477d7dab0203446d03eb459 (patch)
tree78690cd3a2cda6895f277b3ba4fb4ae969dffd98 /src/mapi/glapi/gen/gl_API.xml
parent76ec0b903865c19ab3a2a36aab9211f75480ee9e (diff)
downloadexternal_mesa3d-bfc64b968827aff39477d7dab0203446d03eb459.zip
external_mesa3d-bfc64b968827aff39477d7dab0203446d03eb459.tar.gz
external_mesa3d-bfc64b968827aff39477d7dab0203446d03eb459.tar.bz2
mesa: Fix enum definition of CULL_VERTEX_EYE/OBJECT_POSITION
In converting to using the Khronos XML, I found that our XML had these two swapped, and the text spec agreed. Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Diffstat (limited to 'src/mapi/glapi/gen/gl_API.xml')
-rw-r--r--src/mapi/glapi/gen/gl_API.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml
index 6243bdd..ec5d8ac 100644
--- a/src/mapi/glapi/gen/gl_API.xml
+++ b/src/mapi/glapi/gen/gl_API.xml
@@ -9687,11 +9687,11 @@
<category name="GL_EXT_cull_vertex" number="98">
<enum name="CULL_VERTEX_EXT" value="0x81AA"/>
- <enum name="CULL_VERTEX_OBJECT_POSITION_EXT" count="4" value="0x81AB">
+ <enum name="CULL_VERTEX_EYE_POSITION_EXT" count="4" value="0x81AB">
<size name="CullParameterfv"/>
<size name="CullParameterdv"/>
</enum>
- <enum name="CULL_VERTEX_EYE_POSITION_EXT" count="4" value="0x81AC">
+ <enum name="CULL_VERTEX_OBJECT_POSITION_EXT" count="4" value="0x81AC">
<size name="CullParameterfv"/>
<size name="CullParameterdv"/>
</enum>