Revert "r600g: Don't negate result of ABS instruction"

This reverts commit b6d4021393.

This actually breaks gears here on my rv670.
This commit is contained in:
Dave Airlie 2011-02-28 11:10:10 +10:00
parent 0ab7dcddb3
commit 0a17444133
1 changed files with 0 additions and 2 deletions

View File

@ -1014,8 +1014,6 @@ static int tgsi_op2_s(struct r600_shader_ctx *ctx, int swap)
break;
case TGSI_OPCODE_ABS:
alu.src[0].abs = 1;
/* negation is performed after absolute value is taken */
alu.src[0].neg = 0;
break;
default:
break;