commit | 8774fcd89acc9e180e0cb135bd62646f58cb623e | [log] [tgz] |
---|---|---|
author | Nicolai Haehnle <nhaehnle@gmail.com> | Sat Jul 12 11:11:59 2008 +0200 |
committer | Nicolai Haehnle <nhaehnle@gmail.com> | Sat Jul 12 11:11:59 2008 +0200 |
tree | 1c02214514ca568e9cc577ecad01d843b99b276a | |
parent | 11d711df360265f25dc5a96cc3a4c5a2d34f5b64 [diff] |
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.