summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2010-04-27 14:54:32 -0700
committerIan Romanick <ian.d.romanick@intel.com>2010-04-27 14:54:32 -0700
commitaa6489bce978e740bf0a2543d78d7757e0bc748d (patch)
treec026c31d09aa25065b629129a3ce23a0da208160
parenta5e032853a8bac8895fab6fe88ba8a1a692121a6 (diff)
Add missing _ in extension category name
-rw-r--r--src/mesa/glapi/gen/ARB_seamless_cube_map.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/glapi/gen/ARB_seamless_cube_map.xml b/src/mesa/glapi/gen/ARB_seamless_cube_map.xml
index 3cdc84d2b9..8dc827c5a8 100644
--- a/src/mesa/glapi/gen/ARB_seamless_cube_map.xml
+++ b/src/mesa/glapi/gen/ARB_seamless_cube_map.xml
@@ -3,7 +3,7 @@
<OpenGLAPI>
-<category name="GL_ARB_seamless_cubemap" number="65">
+<category name="GL_ARB_seamless_cube_map" number="65">
<enum name="TEXTURE_CUBE_MAP_SEAMLESS" count="1" value="0x88F4">
<size name="Get" mode="get"/>
</enum>