diff options
author | Ian Romanick <[email protected]> | 2012-05-25 12:35:21 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2012-06-13 11:50:26 -0700 |
commit | e08f9080ff6ca8af025eeeeb40f328f3279cf40a (patch) | |
tree | a9e0eb433072d3ee0173e137b3dc09a3b542ee51 | |
parent | 1c25984b237325a8de5fc5e48c65ec8b487d0fdc (diff) |
glapi: Add missing GL_EXT_texture_sRGB_decode enums
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
-rw-r--r-- | 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 412bd7f26ce..a4827600b18 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"> |