summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2011-08-05 19:05:42 -0700
committerEric Anholt <eric@anholt.net>2011-08-16 13:04:41 -0700
commitaa753c5a14637ede804e8043762693122174bf8c (patch)
tree7a1c6c9cbb32cfaa6803b6761b058dc03c1cf395
parentbb468fc1ede9b0a5231ebfaa51df444502d33654 (diff)
i965/vs: Disable loops for now until rendering is generally correct.
-rw-r--r--src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp2
1 files changed, 2 insertions, 0 deletions
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.
*/