diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2009-10-20 10:58:14 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2009-10-22 19:20:15 -0700 |
commit | dd245016657c599ecf24c4abe999319f9c870c47 (patch) | |
tree | 7316bb394e1e98137eb7ffa666e8a7d919103e5b /src/mesa/shader/descrip.mms | |
parent | 55058652b886b95bfc24109a9edb04d274c01c1a (diff) |
ARB prog parser: Fix parameter array size comparison
Array indexes are invalid when >= the maximum, but array sizes are
only in valid when > the maximum. This prevented programs from
declaring a single maximum size array.
See the piglit vp-max-array test.
Diffstat (limited to 'src/mesa/shader/descrip.mms')
0 files changed, 0 insertions, 0 deletions