projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb468fc
)
i965/vs: Disable loops for now until rendering is generally correct.
author
Eric Anholt
<eric@anholt.net>
Sat, 6 Aug 2011 02:05:42 +0000
(19:05 -0700)
committer
Eric Anholt
<eric@anholt.net>
Tue, 16 Aug 2011 20:04:41 +0000
(13:04 -0700)
src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp
b/src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp
index 4f2a2011068c804df81a8363b7434eda423b0a6e..c3b55db4ac16b5b15ced97bc8dba69b930f96d8b 100644
(file)
--- 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.
*/