Ian Romanick 63f394203a Set lower bound on size implied by whole-array assignment
When an unsized array is accessed with a constant extension index this
sets a lower bound on the allowable sizes.  When the unsized array
gets a size set due to a whole-array assignment, this size must be at
least as large as the implied lower bound.

This causes the following tests to pass:

    glslparsertest/glsl2/array-16.vert
2010-04-05 14:35:47 -07:00
2010-02-22 13:19:34 -08:00
2010-03-08 13:02:58 -08:00
2010-02-25 17:17:23 -08:00
2010-04-02 15:30:45 -07:00
2010-02-25 17:17:23 -08:00
2010-02-25 17:17:23 -08:00
2010-04-02 11:05:16 -07:00
2010-02-22 13:19:34 -08:00
2010-04-02 17:17:47 -07:00
S
Description
No description provided
538 MiB
Languages
C 75.5%
C++ 17.2%
Python 2.7%
Rust 1.8%
Assembly 1.5%
Other 1%