summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristoph Bumiller <[email protected]>2011-12-25 18:34:35 +0100
committerChristoph Bumiller <[email protected]>2012-04-14 21:53:59 +0200
commitcd6d63fa60b7a5d7b81ebc51fa560bcc5b701c73 (patch)
treed89736387b14904acc5d13f6fb6a44d30e1c5c6e /src
parent658c0bee712368fba31de677c3b64fc72ea1171d (diff)
nv50/ir/tgsi: handle inferSrcType(NOT) to be u32
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/nv50/codegen/nv50_ir_from_tgsi.cpp1
1 files changed, 1 insertions, 0 deletions
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: