From 0d18e9259ed2d2e706c6f248a0a35d372d789544 Mon Sep 17 00:00:00 2001 From: Robert Ellison Date: Mon, 3 Aug 2009 17:04:50 -0600 Subject: [PATCH] mesa: fix up some GLAPI XML - Added specifications for the extensions GL_APPLE_flush_buffer_range and GL_APPLE_texture_range - EXT_framebuffer_object.xml strangely held specifications for both the GL_EXT_framebuffer_object extension and the GL_EXT_texture_array extension. Split out the GL_EXT_texture_array data into its own file. --- src/mesa/glapi/EXT_framebuffer_object.xml | 38 --------------- src/mesa/glapi/EXT_texture_array.xml | 41 ++++++++++++++++ src/mesa/glapi/gl_API.xml | 59 +++++++++++++++++++++++ 3 files changed, 100 insertions(+), 38 deletions(-) create mode 100644 src/mesa/glapi/EXT_texture_array.xml diff --git a/src/mesa/glapi/EXT_framebuffer_object.xml b/src/mesa/glapi/EXT_framebuffer_object.xml index 1b0de2ad231..5559b48b11a 100644 --- a/src/mesa/glapi/EXT_framebuffer_object.xml +++ b/src/mesa/glapi/EXT_framebuffer_object.xml @@ -192,42 +192,4 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/mesa/glapi/EXT_texture_array.xml b/src/mesa/glapi/EXT_texture_array.xml new file mode 100644 index 00000000000..e5bd9f3c697 --- /dev/null +++ b/src/mesa/glapi/EXT_texture_array.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/mesa/glapi/gl_API.xml b/src/mesa/glapi/gl_API.xml index 06560d175af..b05d70c12a6 100644 --- a/src/mesa/glapi/gl_API.xml +++ b/src/mesa/glapi/gl_API.xml @@ -12255,6 +12255,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.30.2