From aa753c5a14637ede804e8043762693122174bf8c Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 5 Aug 2011 19:05:42 -0700 Subject: [PATCH] i965/vs: Disable loops for now until rendering is generally correct. --- src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp | 2 ++ 1 file changed, 2 insertions(+) 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. */ -- 2.7.4