mesa: replace >= with > when testing if we've exceeded max local params
authorBrian Paul <brianp@vmware.com>
Fri, 3 Apr 2009 19:48:43 +0000 (13:48 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 3 Apr 2009 19:48:43 +0000 (13:48 -0600)
commita4173956ebcc224b5a0d76bace07b87bdf8bed03
tree9c0efcb5927daa4ccf867ab61130905f3e82e107
parentce461ffc5aa2ea6941d6722e8ed473cda8c17833
mesa: replace >= with > when testing if we've exceeded max local params

Now a program that uses 256 locals works as it should.
src/mesa/shader/arbprogparse.c