[Mesa-dev] [PATCH] glapi: Disable GLX protocol for ARB_clip_control

Mathias Fröhlich Mathias.Froehlich at gmx.net
Sat Oct 25 06:24:51 PDT 2014


Hi,

On Friday, October 24, 2014 17:27:40 Ian Romanick wrote:
> From: Ian Romanick <ian.d.romanick at intel.com>
> 
> None of the other work was done to make this function work with indirect
> rendering, and that causes 'make check' to fail.  Nobody cares about
> indirect rendering, so just disable it.
Yes, this seems like the right short term fix. Together with the patch
to make the build system recognize this change in the xml file to avoid
the need for a rebuild from scratch. I installed these two to get rid of
the failure.

Mathias

> 
> Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
> Cc: Mathias Fröhlich <Mathias.Froehlich at gmx.net>
> ---
>  src/mapi/glapi/gen/ARB_clip_control.xml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/mapi/glapi/gen/ARB_clip_control.xml b/src/mapi/glapi/gen/ARB_clip_control.xml
> index 2973a31..ab1a388 100644
> --- a/src/mapi/glapi/gen/ARB_clip_control.xml
> +++ b/src/mapi/glapi/gen/ARB_clip_control.xml
> @@ -17,7 +17,7 @@
>      <function name="ClipControl" offset="assign">
>          <param name="origin" type="GLenum"/>
>          <param name="depth" type="GLenum"/>
> -        <glx rop="1340"/>
> +        <!-- <glx rop="1340"/> -->
>      </function>
>  
>  </category>
> 



More information about the mesa-dev mailing list