[Mesa-dev] [PATCH 1/4] glapi: Move ARB_base_instance to the correct location
Fredrik Höglund
fredrik at kde.org
Wed Nov 28 15:58:52 PST 2012
On Wednesday 28 November 2012, Matt Turner wrote:
> It's #107, it shouldn't be added after the #116 comment.
> ---
> 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 a47316a..4c1329f 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"/>
>
> <xi:include href="ARB_invalidate_subdata.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
Must have been a thinko on my part.
Reviewed-by: Fredrik Höglund <fredrik at kde.org>
More information about the mesa-dev
mailing list