r600g: fix glsl-fs-abs-neg
authorDave Airlie <airlied@redhat.com>
Sun, 24 Apr 2011 01:04:46 +0000 (11:04 +1000)
committerDave Airlie <airlied@redhat.com>
Sun, 24 Apr 2011 01:04:46 +0000 (11:04 +1000)
commit6372660d122f4056dffb56d1b93dbd1bbc661f67
treeb4bf9777462b75b1b008170eede61939de387129
parent77dc4c154cc6a8c3bc2369112c46f0be6ac444ae
r600g: fix glsl-fs-abs-neg

the hw does neg after abs, so don't neg the source in the ABS instruction case.

Signed-off-by: Dave Airlie <airlied@redhat.com>
src/gallium/drivers/r600/r600_shader.c