From 5a7f04925f60a0222c66de8e3e4e788a0a550d5b Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Fri, 20 Feb 2015 11:26:33 +1000 Subject: mapi: add GL_ARB_vertex_attrib_64bit support This just adds the glapi bits. Reviewed-by: Ilia Mirkin Reviewed-by: Ian Romanick Signed-off-by: Dave Airlie --- src/mapi/glapi/gen/ARB_vertex_attrib_64bit.xml | 70 ++++++++++++++++++++++++++ src/mapi/glapi/gen/Makefile.am | 1 + src/mapi/glapi/gen/gl_API.xml | 4 +- 3 files changed, 74 insertions(+), 1 deletion(-) create mode 100644 src/mapi/glapi/gen/ARB_vertex_attrib_64bit.xml (limited to 'src/mapi/glapi/gen') diff --git a/src/mapi/glapi/gen/ARB_vertex_attrib_64bit.xml b/src/mapi/glapi/gen/ARB_vertex_attrib_64bit.xml new file mode 100644 index 00000000000..fc49f84b5ba --- /dev/null +++ b/src/mapi/glapi/gen/ARB_vertex_attrib_64bit.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/mapi/glapi/gen/Makefile.am b/src/mapi/glapi/gen/Makefile.am index 1c4b86aab6f..c8d41746887 100644 --- a/src/mapi/glapi/gen/Makefile.am +++ b/src/mapi/glapi/gen/Makefile.am @@ -163,6 +163,7 @@ API_XML = \ ARB_texture_view.xml \ ARB_uniform_buffer_object.xml \ ARB_vertex_array_object.xml \ + ARB_vertex_attrib_64bit.xml \ ARB_vertex_attrib_binding.xml \ ARB_viewport_array.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 a8a6db68366..d1565989c2e 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -8253,7 +8253,9 @@ - + + + -- cgit v1.2.3