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

Author: Christian König <deathsim...@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:

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to