Reviewed-by: Lionel Landwerlin <lionel.g.landwer...@intel.com>

On 08/02/17 14:58, Samuel Iglesias Gonsálvez wrote:
Signed-off-by: Samuel Iglesias Gonsálvez <sigles...@igalia.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=99660
---
  src/mesa/drivers/dri/i965/brw_fs_nir.cpp | 2 ++
  1 file changed, 2 insertions(+)

diff --git a/src/mesa/drivers/dri/i965/brw_fs_nir.cpp 
b/src/mesa/drivers/dri/i965/brw_fs_nir.cpp
index a0636596318..f0ab285f6ed 100644
--- a/src/mesa/drivers/dri/i965/brw_fs_nir.cpp
+++ b/src/mesa/drivers/dri/i965/brw_fs_nir.cpp
@@ -689,6 +689,8 @@ fs_visitor::nir_emit_alu(const fs_builder &bld, 
nir_alu_instr *instr)
     case nir_op_d2f:
     case nir_op_d2i:
     case nir_op_d2u:
+   case nir_op_i642f:
+   case nir_op_u642f:
        if (instr->op == nir_op_b2i64) {
           bld.MOV(result, negate(op[0]));
        } else {


_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to