Mesa (master): r600g: fix recip_uint on r600.

Dave Airlie airlied at kemper.freedesktop.org
Tue Jan 17 20:53:20 UTC 2012


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

Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Jan 18 06:49:34 2012 +1000

r600g: fix recip_uint on r600.

Signed-off-by: Dave Airlie <airlied at redhat.com>

---

 src/gallium/drivers/r600/r600_asm.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/drivers/r600/r600_asm.c b/src/gallium/drivers/r600/r600_asm.c
index 7c76bd5..8234744 100644
--- a/src/gallium/drivers/r600/r600_asm.c
+++ b/src/gallium/drivers/r600/r600_asm.c
@@ -103,6 +103,7 @@ static inline unsigned int r600_bytecode_get_num_operands(struct r600_bytecode *
 		case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_LOG_IEEE:
 		case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_RECIP_CLAMPED:
 		case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_RECIP_IEEE:
+		case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_RECIP_UINT:
 		case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_RECIPSQRT_CLAMPED:
 		case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_RECIPSQRT_IEEE:
 		case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_FLT_TO_INT:




More information about the mesa-commit mailing list