From af95504dad2840c959013bc8a627340ff56c082c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 31 Oct 2011 10:52:56 -0600 Subject: [PATCH] glapi: new API specs for GL_ARB_texture_storage --- src/mapi/glapi/gen/ARB_texture_storage.xml | 67 ++++++++++++++++++++++++++++++ src/mapi/glapi/gen/Makefile | 1 + src/mapi/glapi/gen/gl_API.xml | 2 + 3 files changed, 70 insertions(+) create mode 100644 src/mapi/glapi/gen/ARB_texture_storage.xml diff --git a/src/mapi/glapi/gen/ARB_texture_storage.xml b/src/mapi/glapi/gen/ARB_texture_storage.xml new file mode 100644 index 0000000..9454679 --- /dev/null +++ b/src/mapi/glapi/gen/ARB_texture_storage.xml @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/mapi/glapi/gen/Makefile b/src/mapi/glapi/gen/Makefile index ec82d48..4110cda 100644 --- a/src/mapi/glapi/gen/Makefile +++ b/src/mapi/glapi/gen/Makefile @@ -87,6 +87,7 @@ API_XML = \ ARB_seamless_cube_map.xml \ ARB_sync.xml \ ARB_texture_buffer_object.xml \ + ARB_texture_storage.xml \ ARB_vertex_array_object.xml \ AMD_draw_buffers_blend.xml \ ARB_vertex_type_2_10_10_10_rev.xml \ diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index a9be003..b115f45 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -12420,6 +12420,8 @@ + + -- 2.7.4