From: Eric Anholt Date: Sat, 6 Aug 2011 02:05:42 +0000 (-0700) Subject: i965/vs: Disable loops for now until rendering is generally correct. X-Git-Tag: 062012170305~4896^2~225 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa753c5a14637ede804e8043762693122174bf8c;p=profile%2Fivi%2Fmesa.git i965/vs: Disable loops for now until rendering is generally correct. --- diff --git a/src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp b/src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp index 4f2a201..c3b55db 100644 --- a/src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp +++ b/src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp @@ -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. */