[Mesa-dev] [PATCH 18/26] glapi: Add missing GL_EXT_texture_sRGB_decode enums
Ian Romanick
idr at freedesktop.org
Tue May 29 15:51:45 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/gl_API.xml | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml
index 412bd7f..a482760 100644
--- a/src/mapi/glapi/gen/gl_API.xml
+++ b/src/mapi/glapi/gen/gl_API.xml
@@ -12425,6 +12425,12 @@
<xi:include href="EXT_separate_shader_objects.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"/>
+<category name="GL_EXT_texture_sRGB_decode" number="402">
+ <enum name="TEXTURE_SRGB_DECODE_EXT" value="0x8A48"/>
+ <enum name="DECODE_EXT" value="0x8A49"/>
+ <enum name="SKIP_DECODE_EXT" value="0x8A4A"/>
+</category>
+
<!-- Unnumbered extensions sorted by name. -->
<category name="GL_ATI_blend_equation_separate">
--
1.7.6.5
More information about the mesa-dev
mailing list