commit | 85caea29c18fad89050ac366c558afef568dcb3f | [log] [tgz] |
---|---|---|
author | Ian Romanick <ian.d.romanick@intel.com> | Tue Mar 15 16:33:27 2011 -0700 |
committer | Ian Romanick <ian.d.romanick@intel.com> | Tue Mar 15 16:41:23 2011 -0700 |
tree | 096ce997989205b2bdd37f2749b5c206fefd9450 | |
parent | d04348aaf69549c14b68e77d4003e4e3499e7cce [diff] |
glsl: Only allow unsized array assignment in an initializer It should have been a tip when the spec says "However, implicitly sized arrays cannot be assigned to. Note, this is a rare case that *initializers and assignments appear to have different semantics*." (empahsis mine) Fixes bugzilla #34367. NOTE: This is a candidate for stable release branches.