Module: Mesa Branch: master Commit: 736846b22fe3e219c88591a2d5c2f03294c8c145 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=736846b22fe3e219c88591a2d5c2f03294c8c145
Author: Brian Paul <[email protected]> Date: Sun Apr 4 18:14:49 2010 -0600 glapi: plug in ARB_draw_instanced.xml --- src/mesa/glapi/gen/Makefile | 1 + src/mesa/glapi/gen/gl_API.xml | 2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/mesa/glapi/gen/Makefile b/src/mesa/glapi/gen/Makefile index 4ac95a2..84600bd 100644 --- a/src/mesa/glapi/gen/Makefile +++ b/src/mesa/glapi/gen/Makefile @@ -74,6 +74,7 @@ API_XML = \ ARB_copy_buffer.xml \ ARB_depth_clamp.xml \ ARB_draw_elements_base_vertex.xml \ + ARB_draw_instanced.xml \ ARB_framebuffer_object.xml \ ARB_map_buffer_range.xml \ ARB_seamless_cube_map.xml \ diff --git a/src/mesa/glapi/gen/gl_API.xml b/src/mesa/glapi/gen/gl_API.xml index 10fdc0e..31df7a5 100644 --- a/src/mesa/glapi/gen/gl_API.xml +++ b/src/mesa/glapi/gen/gl_API.xml @@ -7969,6 +7969,8 @@ <xi:include href="EXT_transform_feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> +<xi:include href="ARB_draw_instanced.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> + <!-- Non-ARB extensions sorted by extension number. --> _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
