projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62452e7
)
i965: Handle new ir_unop_round_even in channel expression splitting.
author
Eric Anholt
<eric@anholt.net>
Tue, 26 Oct 2010 18:23:27 +0000
(11:23 -0700)
committer
Eric Anholt
<eric@anholt.net>
Tue, 26 Oct 2010 18:23:27 +0000
(11:23 -0700)
src/mesa/drivers/dri/i965/brw_fs_channel_expressions.cpp
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_fs_channel_expressions.cpp
b/src/mesa/drivers/dri/i965/brw_fs_channel_expressions.cpp
index 4aac1b5a0583b6e060a485ebf419b9d59bbaab91..2a6da4058b8ddaeb6dfa8d5bab617c76001cc358 100644
(file)
--- a/
src/mesa/drivers/dri/i965/brw_fs_channel_expressions.cpp
+++ b/
src/mesa/drivers/dri/i965/brw_fs_channel_expressions.cpp
@@
-202,6
+202,7
@@
ir_channel_expressions_visitor::visit_leave(ir_assignment *ir)
case ir_unop_ceil:
case ir_unop_floor:
case ir_unop_fract:
+ case ir_unop_round_even:
case ir_unop_sin:
case ir_unop_cos:
case ir_unop_dFdx: