summaryrefslogtreecommitdiff
path: root/tests/shaders/glsl-floating-constant-120.shader_test
AgeCommit message (Collapse)AuthorFilesLines
2014-11-27Don't test floats with the form ‘1f’Neil Roberts1-4/+6
There is nothing in the GLSL spec which says you can have a float literal without an exponent or a decimal point even if you add the ‘f’ suffix. This patch replaces that literal with some other variations that should be accepted according to the spec. Reviewed-by: Matt Turner <mattst88 at gmail.com>
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-02glsl-floating-constant-120: New test for 1.20's new FP constant lexing.Eric Anholt1-0/+24