summaryrefslogtreecommitdiff
path: root/tests/spec/glsl-es-3.00
AgeCommit message (Expand)AuthorFilesLines
2013-03-01glsl-es-3.00: add uniform block type mismatch link testJordan Justen1-0/+39
2013-02-15GLSL ES: Verify that fragment shaders have no default float precision.Paul Berry1-0/+21
2013-02-13Modify tests for error checking on "flat" keyword to match updated specs.Paul Berry10-0/+221
2013-02-13GLES3: test that non-flat varying structs cannot contain ints.Paul Berry4-0/+116
2013-02-13Test default precision qualifiers for samplers in GLSL ES.Paul Berry2-0/+83
2013-02-04Test varying structs in GLSL ES 3.00.Paul Berry13-0/+1170
2013-01-16shader_runner: Alter GL/GLSL ES version requirement syntax.Stuart Abercrombie1-6/+2
2012-12-11glsl-es-3.00: Verify serveral cases of uniform blocks w/instance namesIan Romanick10-0/+279
2012-12-11glsl-es-3.00: Add sanity.shader_testChad Versace1-0/+44
2012-12-04glsl-es-3.00: Add UTF-8 related testsIan Romanick3-0/+108
2012-12-04glsl-es-3.00: Verify that use of undefined macros is an errorIan Romanick1-0/+21
2012-12-04glsl-es-3.00: Add test for line continuationIan Romanick1-0/+27
2012-12-04glsl-es-3.00: Check array sizing rules in GLSL ES 3.00.Ian Romanick3-0/+75
2012-11-26glsl-es-3.00: Verify that .length() returns a constant expressionIan Romanick1-0/+28
2012-11-26glsl-es-3.00: Verify that .length() returns a signed integerIan Romanick3-0/+81
2012-11-26glsl-es-3.00: Verify that no statment is allowed before the first case in a s...Ian Romanick1-0/+24