From: Ian Romanick <[email protected]> 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.
Signed-off-by: Ian Romanick <[email protected]> Cc: Mathias Fröhlich <[email protected]> --- 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> -- 1.8.1.4 _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
