Mesa (master): gk110/ir: fix slct emission

Ilia Mirkin imirkin at kemper.freedesktop.org
Sat Jun 7 03:05:03 UTC 2014


Module: Mesa
Branch: master
Commit: 9fef8b3d811000146b989a101ad0e26ae6530fe4
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9fef8b3d811000146b989a101ad0e26ae6530fe4

Author: Ilia Mirkin <imirkin at alum.mit.edu>
Date:   Fri Jun  6 22:40:47 2014 -0400

gk110/ir: fix slct emission

Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
Cc: "10.2" <mesa-stable at lists.freedesktop.org>

---

 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);
    }
 }




More information about the mesa-commit mailing list