Mesa (master): glapi: Note apparent gap in numbering from ARB_multi_draw_indirect

Chris Forbes chrisf at kemper.freedesktop.org
Wed Jun 4 08:26:25 UTC 2014


Module: Mesa
Branch: master
Commit: 7e0dd80f11eae748be4c4e13916c110e4a0ff45d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e0dd80f11eae748be4c4e13916c110e4a0ff45d

Author: Chris Forbes <chrisf at ijw.co.nz>
Date:   Sat Jan 25 19:51:49 2014 +1300

glapi: Note apparent gap in numbering from ARB_multi_draw_indirect

This is defined in the same included file as ARB_draw_indirect.

Signed-off-by: Chris Forbes <chrisf at ijw.co.nz>

---

 src/mapi/glapi/gen/gl_API.xml |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml
index d6f9b57..0791bfc 100644
--- a/src/mapi/glapi/gen/gl_API.xml
+++ b/src/mapi/glapi/gen/gl_API.xml
@@ -8314,6 +8314,9 @@
 
 <xi:include href="ARB_invalidate_subdata.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 
+<!-- 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_texture_buffer_range.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>




More information about the mesa-commit mailing list