glsl: Fix incorrect assertion
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 12 Oct 2010 19:50:29 +0000 (12:50 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 12 Oct 2010 19:50:29 +0000 (12:50 -0700)
commit9fea9e5e2115bcb52435648d2ef753638733d7d9
treeeed3ee64b8792fa3402369528270537d2464bd56
parentb2b9b22c1013ebf02aa6f0d9c1c7b5267523d973
glsl: Fix incorrect assertion

This assertion was added in commit f1c1ee11, but it did not notice
that the array is accessed with 'size-1' instead of 'size'.  As a
result, the assertion was off by one.  This caused failures in at
least glsl-orangebook-ch06-bump.
src/mesa/program/ir_to_mesa.cpp