r300: Fix input register allocation in radeon_program_pair
authorNicolai Haehnle <nhaehnle@gmail.com>
Sat, 12 Jul 2008 09:11:59 +0000 (11:11 +0200)
committerNicolai Haehnle <nhaehnle@gmail.com>
Sat, 12 Jul 2008 09:11:59 +0000 (11:11 +0200)
commit8774fcd89acc9e180e0cb135bd62646f58cb623e
tree1c02214514ca568e9cc577ecad01d843b99b276a
parent11d711df360265f25dc5a96cc3a4c5a2d34f5b64
r300: Fix input register allocation in radeon_program_pair

When an input is marked in gl_program.InputsRead but is not actually read
in the final program (due to dead-code elimination or whatever), the order
of input registers must still match gl_program.InputsRead. This is done
even more explicitly now.
src/mesa/drivers/dri/r300/radeon_program_pair.c