summaryrefslogtreecommitdiff
path: root/src/mesa/glapi
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2006-06-27 16:13:13 +0000
committerIan Romanick <idr@us.ibm.com>2006-06-27 16:13:13 +0000
commit4063b1730d217fc8ecf4414b33e83d32d59c537a (patch)
treec12ddf8692673aeb14f9f67b4bfeda318818dd2c /src/mesa/glapi
parent291fd257ebc7915137d0005e696313ce01175f36 (diff)
Remove the extraneous GL_ prefix from the enums for GL_EXT_timer_query and
GL_EXT_framebuffer_blit. Enumerants in the XML schema get the GL_ prefix added to them automatically. This resulted in things like "GL_GL_TIME_ELAPSED_EXT" in enums.c.
Diffstat (limited to 'src/mesa/glapi')
-rw-r--r--src/mesa/glapi/gl_API.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mesa/glapi/gl_API.xml b/src/mesa/glapi/gl_API.xml
index eb284aee34..6ee0312929 100644
--- a/src/mesa/glapi/gl_API.xml
+++ b/src/mesa/glapi/gl_API.xml
@@ -11485,7 +11485,7 @@
</category>
<category name="GL_EXT_timer_query" number="310">
- <enum name="GL_TIME_ELAPSED_EXT" value="0x88BF"/>
+ <enum name="TIME_ELAPSED_EXT" value="0x88BF"/>
<type name="int64EXT" size="8"/>
<type name="uint64EXT" unsigned="true" size="8"/>
<function name="GetQueryObjecti64vEXT" offset="816">
@@ -11501,10 +11501,10 @@
</category>
<category name="GL_EXT_framebuffer_blit" number="316">
- <enum name="GL_READ_FRAMEBUFFER_EXT" value="0x8CA8"/>
- <enum name="GL_DRAW_FRAMEBUFFER_EXT" value="0x8CA9"/>
- <enum name="GL_DRAW_FRAMEBUFFER_BINDING_EXT" value="0x8CA6"/>
- <enum name="GL_READ_FRAMEBUFFER_BINDING_EXT" value="0x8CAA"/>
+ <enum name="READ_FRAMEBUFFER_EXT" value="0x8CA8"/>
+ <enum name="DRAW_FRAMEBUFFER_EXT" value="0x8CA9"/>
+ <enum name="DRAW_FRAMEBUFFER_BINDING_EXT" value="0x8CA6"/>
+ <enum name="READ_FRAMEBUFFER_BINDING_EXT" value="0x8CAA"/>
<function name="BlitFramebufferEXT" offset="818">
<param name="srcX0" type="GLint"/>
<param name="srcY0" type="GLint"/>