[Mesa-dev] [PATCH 01/23] glapi: add GL_ARB_program_interface_query skeleton

Ilia Mirkin imirkin at alum.mit.edu
Fri Mar 13 09:06:24 PDT 2015


On Fri, Mar 13, 2015 at 4:37 AM, Tapani Pälli <tapani.palli at intel.com> wrote:
> diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml
> index 1ceb60a..11b0a45 100644
> --- a/src/mapi/glapi/gen/gl_API.xml
> +++ b/src/mapi/glapi/gen/gl_API.xml
> @@ -8339,6 +8339,8 @@
>
>  <!-- ARB extensions #134...#138 -->
>
> +<xi:include href="ARB_program_interface_query.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
> +

I believe this should go above <!-- ARB extensions #134...#138 -->,
and that line should be amended to be 135..138. It indicates holes in
the extension list. (Don't ask me why it's done that way...)

>  <xi:include href="ARB_texture_buffer_range.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
>
>  <!-- 140. GL_ARB_texture_query_levels -->


More information about the mesa-dev mailing list