diff options
author | Ilia Mirkin <[email protected]> | 2014-06-06 22:40:47 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2014-06-06 22:54:21 -0400 |
commit | 9fef8b3d811000146b989a101ad0e26ae6530fe4 (patch) | |
tree | fbfd457c28e8aa993e11523837df969a7f5f4b5c /src/gallium/drivers/nouveau | |
parent | 1454f894ff0df7eb3021584f0d1c1baa70444da5 (diff) |
gk110/ir: fix slct emission
Signed-off-by: Ilia Mirkin <[email protected]>
Cc: "10.2" <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau')
-rw-r--r-- | src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp b/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp index e1b5a74fb39..6788750dd73 100644 --- a/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp +++ b/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp @@ -952,7 +952,7 @@ CodeEmitterGK110::emitSLCT(const CmpInstruction *i) FTZ_(32); emitCondCode(cc, 0x33, 0xf); } else { - emitForm_21(i, 0x1a4, 0xb20); + emitForm_21(i, 0x1a0, 0xb20); emitCondCode(cc, 0x34, 0x7); } } |