Skip to content

glsl-1.10: test uniform array resizing

Timothy Arceri requested to merge tarceri/piglit:uniform-resize-test into master

This tests that when an implementation resizes uniform arrays due to inactive array elements it doesn't just look at the array dereferences in the first shader it comes across to decide the max index.

Mesa Issue: mesa#3130 (closed)

Merge request reports