From 3543160f56f1f966587e07b1620496c8fe5be325 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Mon, 22 Nov 2010 08:11:46 +1000 Subject: [PATCH] glapi: add ARB_vertex_type_2_10_10_10_rev entrypoints. (v2) These are the new API entrypoints for ARB_vertex_type_2_10_10_10_rev extension, along with the new INT_2_10_10_10_REV enum. v2: fixup crazy whitespace cut-n-paste mess Signed-off-by: Dave Airlie Reviewed-by: Eric Anholt --- .../glapi/gen/ARB_vertex_type_2_10_10_10_rev.xml | 226 +++++++++++++++++++++ src/mapi/glapi/gen/Makefile | 1 + src/mapi/glapi/gen/gl_API.xml | 2 + 3 files changed, 229 insertions(+) create mode 100644 src/mapi/glapi/gen/ARB_vertex_type_2_10_10_10_rev.xml diff --git a/src/mapi/glapi/gen/ARB_vertex_type_2_10_10_10_rev.xml b/src/mapi/glapi/gen/ARB_vertex_type_2_10_10_10_rev.xml new file mode 100644 index 00000000000..7d12d977494 --- /dev/null +++ b/src/mapi/glapi/gen/ARB_vertex_type_2_10_10_10_rev.xml @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/mapi/glapi/gen/Makefile b/src/mapi/glapi/gen/Makefile index c386b8766c4..ec82d48cee3 100644 --- a/src/mapi/glapi/gen/Makefile +++ b/src/mapi/glapi/gen/Makefile @@ -89,6 +89,7 @@ API_XML = \ ARB_texture_buffer_object.xml \ ARB_vertex_array_object.xml \ AMD_draw_buffers_blend.xml \ + ARB_vertex_type_2_10_10_10_rev.xml \ APPLE_object_purgeable.xml \ APPLE_vertex_array_object.xml \ EXT_draw_buffers2.xml \ diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index 7a7b1e903a9..bf811ce46a1 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -12537,4 +12537,6 @@ + + -- 2.11.0