summaryrefslogtreecommitdiff
path: root/tests/spec/glsl-1.20/execution
AgeCommit message (Expand)AuthorFilesLines
2024-10-24glsl-1.20: loop unroll tests for uint induction varTimothy Arceri4-0/+260
2024-08-01glsl: test function linking with implicit param conversionsTimothy Arceri1-0/+49
2023-04-08glsl-1.20/array-bounds: remove probes from shader tests with undefined behaviorMarek Olšák8-8/+0
2022-08-29fix the spelling in whole piglitDavid Heidelberg3-3/+3
2021-09-03glsl-1.20: Test various aspects of do-while loop scopingIan Romanick1-0/+49
2021-03-02spec/glsl-1.20: Use min and max with NaNIan Romanick4-0/+352
2020-07-20glsl-1.20: move a bunch of shaders to the glsl-1.20 dirTimothy Arceri34-0/+1085
2020-06-30glsl-1.20: move uniform initializer tests to glsl 1.20 dirTimothy Arceri7-0/+184
2020-06-28glsl-1.20: move const builtin tests to glsl-1.20 dirTimothy Arceri48-0/+1031
2020-06-28glsl-1.20: move array tests to glsl-1.20 dirTimothy Arceri19-0/+618
2020-03-31glsl-1.20: new tests for out-of-bounds array access of vectors/matricesDanylo Piliaiev14-0/+430
2020-02-19glsl: Verify floating point underflow compared with zeroIan Romanick3-0/+166
2019-05-16glsl-1.20: Test mix(±1, b, c)Ian Romanick1-0/+40
2018-09-18glsl-1.20/fs-deref-literal-array-of-structs-with-multiple-members-large-array...Nicolai Hähnle1-4/+3
2018-04-12glsl-1.20: exercise bug in parameter out handling in MesaTimothy Arceri1-0/+48
2018-04-12glsl-1.20: move the parameter out tests to glsl-1.20Timothy Arceri11-0/+393
2018-04-04glsl-1.20/fs-structure: remove stray varyingNicolai Hähnle1-1/+0
2018-03-26shaders: Use 3-source operations as conditionsIan Romanick1-0/+39
2017-07-03glsl-1.20: better test indirect indexing of literal array of structsTimothy Arceri3-0/+140
2017-01-25glsl-1.20: add a test that gl_ClipVertex actually affects all primitive typesNicolai Hähnle1-0/+72
2016-11-08literal-varyings: new test for a radeonsi optimizationMarek Olšák1-0/+43
2016-10-24glsl-1.20: test array of structs inout parameterNicolai Hähnle1-0/+55
2016-04-14generators: Use python generator instead of bash generated testsDylan Baker108-11286/+0
2015-11-02glsl-1.20: add test to trip a nir assertTimothy Arceri1-0/+50
2015-06-09generators: port variable-index-read.sh to pythonDylan Baker216-16776/+0
2015-04-07glsl-1.20: Move notEqual tests from shaders to spec/glsl-1.20Ian Romanick2-0/+32
2015-03-26glsl-1.20: add test to tickle copy propagation bug in st/mesaIlia Mirkin1-0/+99
2015-03-25variable-indexing: Re-run code generation and commit.Eric Anholt108-0/+108
2014-12-17glsl-1.20: Access component of array-of-matrixGordon Jin1-0/+21
2014-10-23glsl-1.20: new tests for indirect access into a constant arrayMarek Olšák8-0/+804
2014-05-14outerproduct_tests: generate testsDylan Baker98-5166/+0
2014-03-18glsl-1.20: Access constant array of structs.Fabian Bieler2-0/+74
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 Romanick12-336/+0
2013-08-28glsl-1.10 / glsl-1.20: Relax precision requirements of variable indexing testsIan Romanick108-216/+324
2013-07-15glsl-1.20: Test that a literal array of structs can be dereferenced.Paul Berry2-0/+71
2013-03-22shader_runner: remove explicit #version from outerProduct generated tests.Stuart Abercrombie98-200/+300
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 Abercrombie2-2/+2
2012-10-24vs-all-equal-bool-array: New test.José Fonseca1-0/+32
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-01-25Reproduce one of the problems contributing to FDO bug 40865Paul Berry2-0/+61
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-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
2011-08-19glsl-1.10 / glsl-1.20: Add non-constant index write testsIan Romanick108-0/+11250