[Mesa-dev] [PATCH 11/26] glapi: Remove extraneous GL_ from TEXTURE_IMMUTABLE_FORMAT

Ian Romanick idr at freedesktop.org
Tue May 29 15:51:38 PDT 2012


From: Ian Romanick <ian.d.romanick at intel.com>

Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
---
 src/mapi/glapi/gen/ARB_texture_storage.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mapi/glapi/gen/ARB_texture_storage.xml b/src/mapi/glapi/gen/ARB_texture_storage.xml
index 9454679..0459138 100644
--- a/src/mapi/glapi/gen/ARB_texture_storage.xml
+++ b/src/mapi/glapi/gen/ARB_texture_storage.xml
@@ -8,7 +8,7 @@
 
 <category name="GL_ARB_texture_storage" number="117">
 
-  <enum name="GL_TEXTURE_IMMUTABLE_FORMAT" value="0x912F"/>
+  <enum name="TEXTURE_IMMUTABLE_FORMAT" value="0x912F"/>
 
   <function name="TexStorage1D" offset="assign">
     <param name="target" type="GLenum"/>
-- 
1.7.6.5



More information about the mesa-dev mailing list