From 4063b1730d217fc8ecf4414b33e83d32d59c537a Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Tue, 27 Jun 2006 16:13:13 +0000 Subject: 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/mesa/glapi') 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 @@ - + @@ -11501,10 +11501,10 @@ - - - - + + + + -- cgit v1.2.3