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

Ian Romanick idr at freedesktop.org
Fri Oct 24 17:27:40 PDT 2014


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.

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>
-- 
1.8.1.4



More information about the mesa-dev mailing list