Mesa (master): r600g: add missing RECIPSQRT_CLAMPED to r600_bc_get_num_operands

Christian König deathsimple at kemper.freedesktop.org
Thu Jan 13 20:31:27 UTC 2011


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

Author: Christian König <deathsimple at vodafone.de>
Date:   Thu Jan 13 21:29:47 2011 +0100

r600g: add missing RECIPSQRT_CLAMPED to r600_bc_get_num_operands

---

 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 4ceb1d7..9091317 100644
--- a/src/gallium/drivers/r600/r600_asm.c
+++ b/src/gallium/drivers/r600/r600_asm.c
@@ -73,6 +73,7 @@ static inline unsigned int r600_bc_get_num_operands(struct r600_bc_alu *alu)
 	case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_LOG_CLAMPED:
 	case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_LOG_IEEE:
 	case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_RECIP_IEEE:
+	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:
 	case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_SIN:




More information about the mesa-commit mailing list