diff options
author | Eric Anholt <[email protected]> | 2010-10-26 11:23:27 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2010-10-26 11:23:27 -0700 |
commit | 33c4b2370f7546013e67e39ab9ec8ab2125e7597 (patch) | |
tree | 48ce1931c48d25730deed7278060a22c3dbef8a3 | |
parent | 62452e7d94a6353b59dfe0a8891d0709670dbeac (diff) |
i965: Handle new ir_unop_round_even in channel expression splitting.
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_fs_channel_expressions.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 4aac1b5a058..2a6da4058b8 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: |