summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen/Makefile
diff options
context:
space:
mode:
authorDylan Noblesmith <[email protected]>2012-01-16 21:45:22 +0000
committerDylan Noblesmith <[email protected]>2012-03-26 21:28:25 +0000
commitfaf954f15173d04afbdaa9998e3259045ed75396 (patch)
treebd8f4e3f820b11f7a79f2b3af4ef0a8ddc190dc0 /src/mapi/glapi/gen/Makefile
parentbae4cd6882fd69f3beac6d5c8dd33efb5b4ea777 (diff)
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 <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen/Makefile')
-rw-r--r--src/mapi/glapi/gen/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/Makefile b/src/mapi/glapi/gen/Makefile
index 3e054d7043a..fb9dab9f3a2 100644
--- a/src/mapi/glapi/gen/Makefile
+++ b/src/mapi/glapi/gen/Makefile
@@ -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 \