Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-11-27 | Don't test floats with the form â1fâ | Neil Roberts | 1 | -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-01 | shader_runner: Use GLSL utility functions | Ian Romanick | 1 | -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-02 | glsl-floating-constant-120: New test for 1.20's new FP constant lexing. | Eric Anholt | 1 | -0/+24 | |