i965/vs: Disable loops for now until rendering is generally correct.
authorEric Anholt <eric@anholt.net>
Sat, 6 Aug 2011 02:05:42 +0000 (19:05 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 16 Aug 2011 20:04:41 +0000 (13:04 -0700)
src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp

index 4f2a2011068c804df81a8363b7434eda423b0a6e..c3b55db4ac16b5b15ced97bc8dba69b930f96d8b 100644 (file)
@@ -662,6 +662,8 @@ vec4_visitor::visit(ir_loop *ir)
 {
    ir_dereference_variable *counter = NULL;
 
+   fail("not yet\n");
+
    /* We don't want debugging output to print the whole body of the
     * loop as the annotation.
     */