summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen/gl_API.xml
diff options
context:
space:
mode:
authorTapani Pälli <tapani.palli@intel.com>2015-02-16 14:15:36 +0200
committerTapani Pälli <tapani.palli@intel.com>2015-04-16 07:30:12 +0300
commitb297fc27aa93c4af4cf8ecf9702fd0b95d2c4f9a (patch)
treeffbd2fe10fe6b0be37b212bc1d20f79fdb0f87f8 /src/mapi/glapi/gen/gl_API.xml
parent993b9b6adbd2c97ccb58b7cbc46382d1ae87b9ab (diff)
downloadexternal_mesa3d-b297fc27aa93c4af4cf8ecf9702fd0b95d2c4f9a.zip
external_mesa3d-b297fc27aa93c4af4cf8ecf9702fd0b95d2c4f9a.tar.gz
external_mesa3d-b297fc27aa93c4af4cf8ecf9702fd0b95d2c4f9a.tar.bz2
glapi: add GL_ARB_program_interface_query skeleton
v2: update dispatch_sanity test (Jason Ekstrand) + small code cleanups v3: xml and Makefile fixes (Ilia Mirkin, Matt Turner) Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Matt Turner <mattst88@gmail.com> Reviewed-by: Martin Peres <martin.peres@linux.intel.com>
Diffstat (limited to 'src/mapi/glapi/gen/gl_API.xml')
-rw-r--r--src/mapi/glapi/gen/gl_API.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml
index 1ceb60a..a8a6db6 100644
--- a/src/mapi/glapi/gen/gl_API.xml
+++ b/src/mapi/glapi/gen/gl_API.xml
@@ -8337,7 +8337,9 @@
<!-- ARB extension #133 is ARB_multi_draw_indirect, defined in the same
file as ARB_draw_indirect -->
-<!-- ARB extensions #134...#138 -->
+<xi:include href="ARB_program_interface_query.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
+<!-- ARB extensions #135...#138 -->
<xi:include href="ARB_texture_buffer_range.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>