Mesa (master): i965: Add forgotten bitcast operations in brw_fs_channel_expressions.

Kenneth Graunke kwg at kemper.freedesktop.org
Thu Jun 7 18:21:52 UTC 2012


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

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Thu Jun  7 11:20:18 2012 -0700

i965: Add forgotten bitcast operations in brw_fs_channel_expressions.

Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>

---

 .../dri/i965/brw_fs_channel_expressions.cpp        |    4 ++++
 1 files changed, 4 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 fc98bcd..c39659f 100644
--- a/src/mesa/drivers/dri/i965/brw_fs_channel_expressions.cpp
+++ b/src/mesa/drivers/dri/i965/brw_fs_channel_expressions.cpp
@@ -191,6 +191,10 @@ ir_channel_expressions_visitor::visit_leave(ir_assignment *ir)
    case ir_unop_log:
    case ir_unop_exp2:
    case ir_unop_log2:
+   case ir_unop_bitcast_i2f:
+   case ir_unop_bitcast_f2i:
+   case ir_unop_bitcast_f2u:
+   case ir_unop_bitcast_u2f:
    case ir_unop_i2u:
    case ir_unop_u2i:
    case ir_unop_f2i:




More information about the mesa-commit mailing list