nv50: quick fix for insn src negation
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>
Tue, 13 Oct 2009 13:09:13 +0000 (15:09 +0200)
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>
Mon, 19 Oct 2009 16:25:09 +0000 (18:25 +0200)
commitf204eb184237b387432413212a3a20d83c87594b
tree80e406d038b715998bbc6060ba479ad5ec9015a5
parent1635e8d6f4b96e691746e8c8c5a273089bae6843
nv50: quick fix for insn src negation

We only have a per nv50_reg negation flag, if an
nv50_reg is used more than once in a TGSI op with
different sign modes, we'd generate wrong code.

We probably can't do much better without more
invasive changes.
src/gallium/drivers/nv50/nv50_program.c