glsl: Make a local variable to avoid restating this array lookup.
authorEric Anholt <eric@anholt.net>
Thu, 23 May 2013 17:14:37 +0000 (10:14 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 6 Jun 2013 21:37:40 +0000 (14:37 -0700)
commit93c8692ce92d396f0a4db5bc91d8e7322fa7dd50
tree1eeb34afceae9282727bad43be24d3d1942736ce
parent757ad82867252c2883ea94dad582db086e485f04
glsl: Make a local variable to avoid restating this array lookup.

v2: Convert another instance of the array lookup. (caught by Tapani)

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/glsl/link_uniforms.cpp