projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb70bd5
)
i965: Warning fix for vector result any_nequal/all_equal change.
author
Eric Anholt
<eric@anholt.net>
Wed, 22 Sep 2010 21:58:29 +0000
(14:58 -0700)
committer
Eric Anholt
<eric@anholt.net>
Wed, 22 Sep 2010 21:58:29 +0000
(14:58 -0700)
src/mesa/drivers/dri/i965/brw_fs.cpp
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_fs.cpp
b/src/mesa/drivers/dri/i965/brw_fs.cpp
index cf5c52119a5dbc9fc2789c06e0a7382f46a428f2..2b517375eb63922c065849eace78b1d1f7fff5f1 100644
(file)
--- a/
src/mesa/drivers/dri/i965/brw_fs.cpp
+++ b/
src/mesa/drivers/dri/i965/brw_fs.cpp
@@
-750,7
+750,9
@@
fs_visitor::visit(ir_expression *ir)
case ir_binop_dot:
case ir_binop_cross:
case ir_unop_any:
- assert(!"not reached: should be handled by brw_channel_expressions");
+ case ir_binop_all_equal:
+ case ir_binop_any_nequal:
+ assert(!"not reached: should be handled by brw_fs_channel_expressions");
break;
case ir_unop_noise: