nv50/ir/tgsi: handle inferSrcType(NOT) to be u32
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>
Sun, 25 Dec 2011 17:34:35 +0000 (18:34 +0100)
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>
Sat, 14 Apr 2012 19:53:59 +0000 (21:53 +0200)
src/gallium/drivers/nv50/codegen/nv50_ir_from_tgsi.cpp

index 3fb679b29de1a2643c11e671f208b59b0a673eaf..8889b4929469d0b8200563ab9dda14ed6713e071 100644 (file)
@@ -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: