r300: fix vertex program bug
authorMaciej Cencora <m.cencora@gmail.com>
Fri, 5 Jun 2009 16:32:05 +0000 (18:32 +0200)
committerMaciej Cencora <m.cencora@gmail.com>
Thu, 11 Jun 2009 21:24:25 +0000 (23:24 +0200)
commitde19eb0b0dba08b2ad3829b7ced94931139af843
tree89342073d42091009ab1a13ff0262660bb62be43
parent2611e92da59ed3aedb0627889e185b63d4e5a532
r300: fix vertex program bug

If the vertex program didn't write position attribute, the position invariant function would add necessary instructions, but the vertex position would be overwritten by artificial outputs insts added to satisfy fragment program requirements.

Fixes "whole screen is gray" problem for HW TCL path in sauerbraten when shaders are enabled, and whole slew of wine d3d9 tests.
src/mesa/drivers/dri/r300/r300_vertprog.c