From b2f23438a26a85578f9250faeed2045d95d46949 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Tue, 20 Sep 2011 09:25:31 -0700 Subject: [PATCH] glapi: Move ARB_draw_buffers extension to a separate file This also moves ATI_draw_buffers. This is to facilitate enabling NV_draw_buffers in OpenGL ES 2.0. Signed-off-by: Ian Romanick Reviewed-by: Brian Paul --- src/mapi/glapi/gen/ARB_draw_buffers.xml | 124 ++++++++++++++++++++++++ src/mapi/glapi/gen/gl_API.xml | 119 +---------------------- 2 files changed, 125 insertions(+), 118 deletions(-) create mode 100644 src/mapi/glapi/gen/ARB_draw_buffers.xml diff --git a/src/mapi/glapi/gen/ARB_draw_buffers.xml b/src/mapi/glapi/gen/ARB_draw_buffers.xml new file mode 100644 index 00000000000..3d47172673a --- /dev/null +++ b/src/mapi/glapi/gen/ARB_draw_buffers.xml @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index bf811ce46a1..a9be0036652 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -7876,65 +7876,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -12013,65 +11955,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- 2.30.2