Revert "mesa: assert that key->fragprog_inputs_read value isn't too large"
authorBrian Paul <brianp@vmware.com>
Fri, 9 Nov 2012 21:35:07 +0000 (14:35 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 9 Nov 2012 23:31:22 +0000 (16:31 -0700)
commit2951a9dd51910461ddc736d791584369b06e3d0b
tree9f240281e3fbfadb2aa4a3b3aa4b04cfbca054df
parentc6f426c02d14fcdfdbdd03473d098d4c9b81a8b2
Revert "mesa: assert that key->fragprog_inputs_read value isn't too large"

This reverts commit 0d61f879a1f2e6bb37368731a29d5267e1c25195.

Assigning the FS inputs to the 12 bit field is fine since we don't care
about the higher FS inputs.  Maybe I'll revisit silencing the compiler
warning another day.
src/mesa/main/ffvertex_prog.c