Remove the extraneous GL_ prefix from the enums for GL_EXT_timer_query and
authorIan Romanick <idr@us.ibm.com>
Tue, 27 Jun 2006 16:13:13 +0000 (16:13 +0000)
committerIan Romanick <idr@us.ibm.com>
Tue, 27 Jun 2006 16:13:13 +0000 (16:13 +0000)
commit4063b1730d217fc8ecf4414b33e83d32d59c537a
treec12ddf8692673aeb14f9f67b4bfeda318818dd2c
parent291fd257ebc7915137d0005e696313ce01175f36
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.
src/mesa/glapi/gl_API.xml
src/mesa/main/enums.c