From bae4cd6882fd69f3beac6d5c8dd33efb5b4ea777 Mon Sep 17 00:00:00 2001 From: Dylan Noblesmith Date: Mon, 16 Jan 2012 21:41:54 +0000 Subject: [PATCH] glapi: add ARB_texture_rg Noticed it was missing based on the lack of a descriptive enum name from this bug's error message: https://bugs.freedesktop.org/show_bug.cgi?id=44039 This moves two enums out of GL3x.xml. Though since this and GL_ARB_texture_compression_rgtc are both strict subsets of GL3, both extensions should have had all their enums in that file to begin with, not just two of them. Reviewed-by: Brian Paul --- src/mapi/glapi/gen/ARB_texture_rg.xml | 42 +++++++++++++++++++++++++++++++++++ src/mapi/glapi/gen/GL3x.xml | 2 -- src/mapi/glapi/gen/Makefile | 1 + src/mapi/glapi/gen/gl_API.xml | 3 ++- 4 files changed, 45 insertions(+), 3 deletions(-) create mode 100644 src/mapi/glapi/gen/ARB_texture_rg.xml diff --git a/src/mapi/glapi/gen/ARB_texture_rg.xml b/src/mapi/glapi/gen/ARB_texture_rg.xml new file mode 100644 index 0000000..40c0ebf --- /dev/null +++ b/src/mapi/glapi/gen/ARB_texture_rg.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/mapi/glapi/gen/GL3x.xml b/src/mapi/glapi/gen/GL3x.xml index cec9c91..f74e360 100644 --- a/src/mapi/glapi/gen/GL3x.xml +++ b/src/mapi/glapi/gen/GL3x.xml @@ -23,8 +23,6 @@ - - diff --git a/src/mapi/glapi/gen/Makefile b/src/mapi/glapi/gen/Makefile index 44939e3..3e054d7 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_rg.xml \ ARB_texture_storage.xml \ ARB_vertex_array_object.xml \ AMD_draw_buffers_blend.xml \ diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index 9e7c7c2..2da4116 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -7917,7 +7917,8 @@ - + + -- 2.7.4