summaryrefslogtreecommitdiff
path: root/tests/spec/glsl-1.20
AgeCommit message (Expand)AuthorFilesLines
2014-05-14outerproduct_tests: generate testsDylan Baker98-5166/+0
2014-05-14generators: Replace outerProduct-invalid-paramters.sh with pythonDylan Baker19-204/+0
2014-04-27glsl-1.20: Add more tests for various 'invariant' scenariosChris Forbes7-0/+108
2014-04-03Replace end_config with 'end config' in glsl parser testsDylan Baker1-1/+1
2014-03-18glsl-1.20: Access constant array of structs.Fabian Bieler2-0/+74
2013-12-13glsl-1.20: Test sizing an array by initialization after the array has been ac...Ian Romanick2-0/+40
2013-12-13glsl-1.20: Negative test redeclaration of gl_TexCoordTimothy Arceri1-0/+15
2013-11-05glsl-1.20: Print generated outerProduct test names.Matt Turner2-0/+4
2013-08-30glsl-1.20: Convert minimum-maximums tests to use built-in-constants programIan Romanick13-336/+13
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-28glsl-1.10 / glsl-1.20: Relax precision requirements of variable indexing testsIan Romanick108-216/+324
2013-08-13glsl-1.20: Expect this structure usage to passIan Romanick1-1/+1
2013-08-13glsl-1.20: Fix the spec quotationIan Romanick1-13/+3
2013-08-07glsl: Validate structure-in-structure usageIan Romanick2-0/+58
2013-08-07glsl: Test that anonymous structure declarators are not allowedIan Romanick1-0/+31
2013-07-15glsl-1.20: Test that a literal array of structs can be dereferenced.Paul Berry2-0/+71
2013-07-11glsl-1.20: Test that row_major is not a reserved word.Matt Turner1-0/+14
2013-05-30Revert "array-size-sequence-in-parenthesis: Invert expected result."Fabian Bieler1-3/+3
2013-05-23array-size-sequence-in-parenthesis: Invert expected result.Fabian Bieler1-3/+3
2013-05-23array-of-struct-of-array: Added indexing operator to array.Fabian Bieler1-1/+1
2013-03-22shader_runner: remove explicit #version from outerProduct generated tests.Stuart Abercrombie98-200/+300
2013-01-14glsl: remove explicit 100x100 window sizeBrian Paul1-2/+0
2012-12-17Remove #version from variable indexing shader tests.Stuart Abercrombie288-576/+36
2012-12-06Fix shell scripts that claim to run with /bin/sh but actually need /bin/bash.Stuart Abercrombie3-3/+3
2012-11-30util/gl: Kill shader wrapper functionsChad Versace1-13/+13
2012-10-24vs-all-equal-bool-array: New test.José Fonseca1-0/+32
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace1-0/+2
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace1-4/+7
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace1-1/+1
2012-06-28cmake: Move piglitutil library to piglitutil_glBlaž Tomažič1-1/+1
2012-06-28util: Move piglit-util to piglit-util-gl-commonBlaž Tomažič1-1/+1
2012-06-20tests: Let each test define main()Chad Versace1-2/+4
2012-06-12glsl-1.20: Add tests for uniform array-of-structures with initializersIan Romanick2-0/+96
2012-06-12glsl-1.20: Add tests for uniform structures with initializersIan Romanick2-0/+86
2012-05-23cmake: Relocate all GLUT directives into single locationChad Versace1-2/+0
2012-03-23cmake: Replace calls to add_{executable,library} with wrappersChad Versace1-1/+1
2012-03-12cmake: Include GLEXT_INCLUDE_DIR wherever OPENGL_INCLUDE_PATH is included.José Fonseca1-0/+1
2012-03-03don't write generated header to the source directoryDylan Noblesmith1-1/+0
2012-01-25Reproduce one of the problems contributing to FDO bug 40865Paul Berry2-0/+61
2011-11-17Verify that built-in shader inputs are read-only.Paul Berry1-0/+18
2011-11-12Fix redundant static-write-varying-01.frag tests.Paul Berry1-5/+1
2011-11-03glsl-1.20: More array-of-array testsIan Romanick6-0/+124
2011-10-26glsl-1.20/execution/maximums: Verify the limits in section 7.4.Eric Anholt12-0/+336
2011-10-13Test that fixed vertex functionality respects clip plane enable flags.Paul Berry1-0/+141
2011-10-06Add "clear" commands to clipping shader_tests.Paul Berry5-0/+10
2011-10-06Test that gl_ClipVertex respects clip plane enable flags.Paul Berry1-0/+147
2011-09-28Test that gl_ClipDistance is unavailable in GLSL 1.20Paul Berry2-0/+35
2011-09-20Add tests of whole-array assignment and out/inout params.Paul Berry11-0/+330
2011-09-07Add trivial clip tests.Paul Berry2-0/+80
2011-08-24glsl-1.20: Ensure that uniform array tests declare the array as a uniformIan Romanick48-96/+96