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

Author: Matt Turner <[email protected]>
Date:   Wed Nov 28 12:03:26 2012 -0800

glapi: Move ARB_base_instance to the correct location

It's #107, it shouldn't be added after the #116 comment.

Reviewed-by: Fredrik Höglund <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>

---

 src/mapi/glapi/gen/gl_API.xml |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml
index 2538cfa..8a8a1ee 100644
--- a/src/mapi/glapi/gen/gl_API.xml
+++ b/src/mapi/glapi/gen/gl_API.xml
@@ -8277,7 +8277,11 @@
 
 <xi:include href="ARB_robustness.xml" 
xmlns:xi="http://www.w3.org/2001/XInclude"/>
 
-<!-- ARB extensions #106...#108 -->
+<!-- ARB extensions #106 -->
+
+<xi:include href="ARB_base_instance.xml" 
xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
+<!-- ARB extensions #108 -->
 
 <category name="GL_ARB_transform_feedback_instanced" number="109">
   <function name="DrawTransformFeedbackInstanced" offset="assign"
@@ -8304,8 +8308,6 @@
 
 <!-- ARB extensions #114...#116 -->
 
-<xi:include href="ARB_base_instance.xml" 
xmlns:xi="http://www.w3.org/2001/XInclude"/>
-
 <xi:include href="ARB_texture_storage.xml" 
xmlns:xi="http://www.w3.org/2001/XInclude"/>
 
 <!-- ARB extensions #118...#126 -->

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to