This is more correct for TGSI if, and with native ints enabled it fixes 25 piglit fails. Signed-off-by: Dave Airlie <airlied@redhat.com>tags/mesa-8.0-rc1
@@ -138,6 +138,7 @@ static inline unsigned int r600_bytecode_get_num_operands(struct r600_bytecode * | |||
case EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_PRED_SETGT: | |||
case EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_PRED_SETGE: | |||
case EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_PRED_SETNE: | |||
case EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_PRED_SETNE_INT: | |||
case EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_DOT4: | |||
case EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_DOT4_IEEE: | |||
case EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_CUBE: |
@@ -3219,7 +3219,7 @@ static void break_loop_on_flag(struct r600_shader_ctx *ctx, unsigned fc_sp) | |||
static int tgsi_if(struct r600_shader_ctx *ctx) | |||
{ | |||
emit_logic_pred(ctx, CTX_INST(V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_PRED_SETNE)); | |||
emit_logic_pred(ctx, CTX_INST(V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_PRED_SETNE_INT)); | |||
r600_bytecode_add_cfinst(ctx->bc, CTX_INST(V_SQ_CF_WORD1_SQ_CF_INST_JUMP)); | |||