glapi: add GL_ARB_texture_compression_rgtc

Noticed this was missing when writing the "glapi: sort ARB extensions
by number" commit, which at least shows it was effective.

Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
Dylan Noblesmith 2012-01-16 21:45:22 +00:00
parent bae4cd6882
commit faf954f151
3 changed files with 17 additions and 1 deletions

View file

@ -0,0 +1,15 @@
<?xml version="1.0"?>
<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
<OpenGLAPI>
<category name="GL_ARB_texture_compression_rgtc" number="52">
<enum name="COMPRESSED_RED_RGTC1" value = "0x8DBB"/>
<enum name="COMPRESSED_SIGNED_RED_RGTC1" value = "0x8DBC"/>
<enum name="COMPRESSED_RG_RGTC2" value = "0x8DBD"/>
<enum name="COMPRESSED_SIGNED_RG_RGTC2" value = "0x8DBE"/>
</category>
</OpenGLAPI>

View file

@ -80,6 +80,7 @@ API_XML = \
ARB_seamless_cube_map.xml \
ARB_sync.xml \
ARB_texture_buffer_object.xml \
ARB_texture_compression_rgtc.xml \
ARB_texture_rg.xml \
ARB_texture_storage.xml \
ARB_vertex_array_object.xml \

View file

@ -7916,7 +7916,7 @@
<xi:include href="ARB_texture_buffer_object.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
<!-- 52. GL_ARB_texture_compression_rgtc -->
<xi:include href="ARB_texture_compression_rgtc.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
<xi:include href="ARB_texture_rg.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>