mesa: fix material inputs in ffvertex_prog.c
authorKeith Whitwell <keithw@vmware.com>
Mon, 1 Jun 2009 02:01:55 +0000 (19:01 -0700)
committerKeith Whitwell <keithw@vmware.com>
Tue, 30 Jun 2009 15:13:22 +0000 (16:13 +0100)
commitf6c8ca06f649ae1367f61eca6fb7635862bd5584
tree123feb9b3a3479c1fbd658d109450482bf4b9d98
parent4c31632817a0bde28ad6c9ee8032d838ce4b7bfb
mesa: fix material inputs in ffvertex_prog.c

Varying material inputs were not being picked up from the same slots
where the VBO code is currently placing them (GENERIC0 and above).
Most often they were just being ignored.
src/mesa/main/ffvertex_prog.c