From 33c4b2370f7546013e67e39ab9ec8ab2125e7597 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 26 Oct 2010 11:23:27 -0700 Subject: i965: Handle new ir_unop_round_even in channel expression splitting. --- src/mesa/drivers/dri/i965/brw_fs_channel_expressions.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/drivers/dri/i965') 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 4aac1b5a05..2a6da4058b 100644 --- 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: -- cgit v1.2.3