r300g: simplify allocations of VS output registers
authorMarek Olšák <maraeo@gmail.com>
Fri, 27 Nov 2009 09:19:20 +0000 (10:19 +0100)
committerCorbin Simpson <MostAwesomeDude@gmail.com>
Tue, 1 Dec 2009 09:20:26 +0000 (01:20 -0800)
commitaf3dea36603687067197c22747537eaeb6c4ad2b
tree10e7a1b81faa4783c3cc8f652192387c35156aaf
parentf55c088f89eeaa6d16480f5f373887c6a2965e21
r300g: simplify allocations of VS output registers

No need to parse TGSI tokens since it's easier to walk through shader
semantics.

Also fog coordinates now work reliably.
src/gallium/drivers/r300/r300_vs.c