u_vbuf_mgr: correctly compute max vertex count from hw buffers
[mesa.git] / src / gallium / drivers / i965 / brw_swtnl.c
index 464013e7c401468838c93ac90a1b6bd75f345137..f96301e99e6d04896c8207f051b513abc511401b 100644 (file)
@@ -3,6 +3,8 @@
 #include "brw_pipe_rast.h"
 
 
+#if 0
+
 static GLboolean need_swtnl( struct brw_context *brw )
 {
    const struct pipe_rasterizer_state *rast = &brw->curr.rast->templ;
@@ -90,6 +92,4 @@ static GLboolean need_swtnl( struct brw_context *brw )
    return FALSE;
 }
 
-
-
-
+#endif