Hi,

On Friday, October 24, 2014 17:27:40 Ian Romanick wrote:
> From: Ian Romanick <ian.d.roman...@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.roman...@intel.com>
> Cc: Mathias Fröhlich <mathias.froehl...@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>
> 

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to