summaryrefslogtreecommitdiff
path: root/tests/spec/glsl-es-3.00
AgeCommit message (Expand)AuthorFilesLines
2016-11-14glsl: Add tests for large version that could be interpreted as -1Ian Romanick4-0/+36
2016-10-15Delete GLSL ES 3.00 "nonflat" negative parser tests.Kenneth Graunke7-169/+0
2016-09-01glsl: Verify that #version 0 generates an error instead of crashingIan Romanick2-0/+16
2016-04-29gen_flat_interpolation_qualifier.py: Adds non-flat interpolation tests generatorAndres Gomez7-168/+0
2016-04-09ES 3.00: add a test to ensure that 'buffer' is a legal variable nameIlia Mirkin1-0/+17
2015-12-09glsl-es-3.00: Trivial fixes to UTF-8 #define testsIan Romanick2-6/+6
2015-12-04glsl-es-3.00: Verify various UTF-8 clarifications from KhronosIan Romanick2-0/+53
2015-10-13glsl-es: Verify rules about constant expressions w.r.t. sizing arraysIan Romanick2-0/+42
2015-10-13glsl-es: Additional constant initializer tests.Ian Romanick4-0/+76
2015-10-13glsl-es: Verify restrictions on global variable initializersIan Romanick10-0/+279
2015-10-07glsl-es: Test whether or not sequence can be a constant expressionIan Romanick2-0/+42
2015-06-18glsl-es-3.10: dont run gles tests where restrictions applyTimothy Arceri1-237/+0
2015-05-04built-in-constants: Change GLSL version handlingIan Romanick1-1/+1
2014-11-10glsl-es-3.00: test for 'invariant(all)' usage in a fragment shaderTapani Pälli1-0/+24
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace1-1/+1
2014-06-27cmake: Don't link to the OpenGL ES 2.0 libraryChad Versace1-5/+1
2014-02-19glsl-es-3.00: Verify that predefined macros cannot be undefinedIan Romanick4-0/+68
2014-02-07Add a GLSL ES 3.00 compiler test for chained qualifiers.Kenneth Graunke1-0/+7
2013-09-04glsl: Add precision qualifier tests for sampler types in GLSL and GLSL ESAnuj Phogat2-0/+99
2013-08-30glsl-es-3.00: Verify the limits in section 7.3Ian Romanick1-0/+12
2013-08-29glsl: Add new __VERSION__ tests for GLSL 1.10-1.40 and ES 1.00/3.00.Kenneth Graunke1-0/+14
2013-08-26gles-3.0: Add missing default precision qualifiersIan Romanick11-0/+12
2013-08-26gles-3.00: Fix various errors in varying-struct-centroid testIan Romanick1-5/+6
2013-07-11glsl-es-3.00: Test that row_major is not a reserved word.Matt Turner1-0/+14
2013-05-14varying-struct-centroid: Convert to new piglit_build_simple_program().Eric Anholt1-10/+2
2013-04-16Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusionMarek Olšák1-1/+1
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