summaryrefslogtreecommitdiff
path: root/tests/shaders/glsl-algebraic-add-sub-1.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-08-09glsl-algebraic-*: New tests for reassociating constants for *, +, -.Eric Anholt1-0/+22
Caught a couple of failures in a branch I've worked on for glsl2.