summaryrefslogtreecommitdiff
path: root/tests/shaders/glsl-octal.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-09-10Don't divide by 0 in GLSLIan Romanick1-1/+1
The 1.30 spec says the result is undefined, and IEEE 754 says the result is INF. Relying on the result to be zero, even for 0/0, is clearly bogus. "Fixes" bugzilla #29949.
2010-07-19glsl-octal: New test for parsing of some octal constants.Eric Anholt1-0/+25