commit | 9d975377ca6dae7805804c0fbe625bb7c5f9e095 | [log] [tgz] |
---|---|---|
author | Ian Romanick <ian.d.romanick@intel.com> | Fri Apr 02 17:17:47 2010 -0700 |
committer | Ian Romanick <ian.d.romanick@intel.com> | Fri Apr 02 17:17:47 2010 -0700 |
tree | ad2a5b01dcf2f29d9a53ec01787356f511afaa86 | |
parent | 2d946634eb3761dbec5aa8806fc36ff6d65b4f9c [diff] |
Track whether whole-arrays are assignable In GLSL 1.10 this was not allowed, but in GLSL 1.20 and later it is. This causes the following tests to pass: glslparsertest/glsl2/array-09.vert glslparsertest/glsl2/array-13.vert