i965: Handle new ir_unop_round_even in channel expression splitting.

This commit is contained in:
Eric Anholt
2010-10-26 11:23:27 -07:00
parent 62452e7d94
commit 33c4b2370f
@@ -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: