diff options
author | Matt Turner <[email protected]> | 2012-11-28 12:03:26 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2013-01-10 10:57:50 -0800 |
commit | 57616159aae308e1a8fa831c57958f649a934650 (patch) | |
tree | 0aec422b3144edde4cb4fb747843f382f04bbdeb /src/mapi | |
parent | a5ed966069daf328277b98149c5361f48b225d61 (diff) |
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]>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | 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 2538cfa64d0..8a8a1ee0345 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 --> |