Module: Mesa Branch: master Commit: 9fef8b3d811000146b989a101ad0e26ae6530fe4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9fef8b3d811000146b989a101ad0e26ae6530fe4
Author: Ilia Mirkin <[email protected]> Date: Fri Jun 6 22:40:47 2014 -0400 gk110/ir: fix slct emission Signed-off-by: Ilia Mirkin <[email protected]> Cc: "10.2" <[email protected]> --- src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 e1b5a74..6788750 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); } } _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
