summaryrefslogtreecommitdiff
path: root/tests/shaders/glsl-fs-uniform-array-2.shader_test
AgeCommit message (Collapse)AuthorFilesLines
2010-12-01shader_runner: Use GLSL utility functionsIan Romanick1-1/+0
This allows all the shader_runner tests to run on systems that have the appropriate extensions but not OpenGL 2.0.
2010-07-12glsl-{vs,fs}-uniform-array-*: New tests for using uniform arrays.Eric Anholt1-0/+24
They're used by Savage2, yet nothing but glsl-uniform-out-of-bounds were using them, and that test doesn't do rendering.