Mesa (master): i965: Handle new ir_unop_round_even in channel expression splitting.

Eric Anholt anholt at kemper.freedesktop.org
Tue Oct 26 21:12:23 UTC 2010


Module: Mesa
Branch: master
Commit: 33c4b2370f7546013e67e39ab9ec8ab2125e7597
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=33c4b2370f7546013e67e39ab9ec8ab2125e7597

Author: Eric Anholt <eric at anholt.net>
Date:   Tue Oct 26 11:23:27 2010 -0700

i965: Handle new ir_unop_round_even in channel expression splitting.

---

 .../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 4aac1b5..2a6da40 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:




More information about the mesa-commit mailing list