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-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aa753c5a14637ede804e8043762693122174bf8c;p=mesa.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 4f2a2011068..c3b55db4ac1 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. */