mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-10 06:00:14 +01:00
glapi: Add missing GL_EXT_texture_sRGB_decode enums
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
1c25984b23
commit
e08f9080ff
1 changed files with 6 additions and 0 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue