From: Christoph Bumiller Date: Sun, 25 Dec 2011 17:34:35 +0000 (+0100) Subject: nv50/ir/tgsi: handle inferSrcType(NOT) to be u32 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cd6d63fa60b7a5d7b81ebc51fa560bcc5b701c73;p=mesa.git nv50/ir/tgsi: handle inferSrcType(NOT) to be u32 --- diff --git a/src/gallium/drivers/nv50/codegen/nv50_ir_from_tgsi.cpp b/src/gallium/drivers/nv50/codegen/nv50_ir_from_tgsi.cpp index 3fb679b29de..8889b492946 100644 --- a/src/gallium/drivers/nv50/codegen/nv50_ir_from_tgsi.cpp +++ b/src/gallium/drivers/nv50/codegen/nv50_ir_from_tgsi.cpp @@ -361,6 +361,7 @@ nv50_ir::DataType Instruction::inferSrcType() const case TGSI_OPCODE_AND: case TGSI_OPCODE_OR: case TGSI_OPCODE_XOR: + case TGSI_OPCODE_NOT: case TGSI_OPCODE_U2F: case TGSI_OPCODE_UADD: case TGSI_OPCODE_UDIV: