summaryrefslogtreecommitdiff
path: root/tests/spec/glsl-1.30
AgeCommit message (Expand)AuthorFilesLines
2024-11-07glsl-1.30: move tests requiring uint from glsl-1.20Pavel Ondračka4-0/+260
2024-08-22glsl: update recently added implicit matching testTimothy Arceri1-3/+8
2024-08-01glsl: test function linking with implicit param conversionsTimothy Arceri1-0/+51
2024-05-03glsl-1.30: Test uint to float conversion of sign extended valueIan Romanick2-0/+90
2023-05-03glsl-1.30: change offset for gl_ClipDistance testJuan A. Suarez Romero1-2/+2
2023-04-08glsl: try harder to prevent the compiler from moving uniforms to the next shaderMarek Olšák3-13/+14
2022-08-29fix the spelling in whole piglitDavid Heidelberg13-13/+13
2022-05-31glsl-1.30: Replace open-coded version of piglit_require_GLSL_version()Ian Romanick1-15/+1
2022-05-31Delete spurious version checksIan Romanick1-1/+0
2022-03-17glsl-1.30: Test out-of-bounds access to large local arrayDanylo Piliaiev2-0/+95
2022-03-17glsl-1.30: Test out-of-bounds access to gl_ClipDistanceDanylo Piliaiev2-0/+98
2022-01-26glsl-1.30: Test some logic joined comparisons with NaNIan Romanick2-0/+103
2022-01-05glsl-1.30: test nested preprocessor concatTimothy Arceri1-0/+26
2021-10-01fs-uint-interpolation: add dummy uniformQiang Yu1-1/+4
2021-10-01fs-int-interpolation: add dummy uniformQiang Yu1-1/+4
2021-10-01varying-packing-mixed-types: add dummy uniformQiang Yu1-2/+7
2021-09-30glsl-1.30: add test for division with negationMarcin Ślusarz1-0/+27
2021-08-21glsl-1.30: test shadow var in a switchTimothy Arceri1-0/+36
2021-08-20glsl-1.30: add tests for incorrect "compare to 0" optimizationsMarcin Ślusarz2-0/+61
2021-08-13glsl-1.30: test that switch expression is evaluated onceBastien Lecoeur1-0/+34
2021-03-26glsl-1.30: Test range analysis of saturate in the presence of NaNIan Romanick1-0/+71
2021-03-26glsl-1.30: Test range analysis of min and max in the presence of NaNIan Romanick2-0/+60
2021-03-26glsl-1.30: test right-shift of a left-shiftIan Romanick1-0/+40
2020-07-20glsl-1.30: move some tests to the glsl-1.30 dirTimothy Arceri8-0/+502
2020-06-30glsl-1.30: move some loop unroll tests to the glsl-1.30 dirTimothy Arceri2-0/+111
2020-06-28glsl: move open-coded-bitfieldReverse tests to where they belongTimothy Arceri1-0/+48
2020-06-28glsl-1.30: move builtin trunc test to glsl-1.30 dirTimothy Arceri1-0/+30
2020-06-28glsl-1.30: move cosh builtin test to glsl-1.30 dirTimothy Arceri1-0/+20
2020-04-16glsl-1.30: add a test with gl_ClipDistance as dead codeMarek Olšák1-0/+47
2019-11-12glsl-1.30: Add tests involving isnan() combined with other comparisonsIan Romanick2-0/+110
2019-08-09glsl-1.30: Add a test for bad optimizations of (a << b) << cIan Romanick1-0/+41
2018-10-30glsl-1.30: update linker test for inter stage in/out vars usageVadym Shovkoplias1-1/+4
2018-10-24glsl-1.30: Verify that gl_ClipDistance cannot be redeclared to change qualifi...Ian Romanick9-0/+117
2018-08-29glsl-1.30: add linker test for inter stage in/out vars usageVadym Shovkoplias1-0/+33
2017-12-02Port glsl 1.20 and 1.30 glean tests to Piglit.Fabian Bieler1-0/+17
2017-11-14isinf-and-isnan: add clamp / min / max testsRoland Scheidegger1-0/+9
2017-07-06glsl-1.30: set KHR_no_error statusTimothy Arceri9-0/+9
2017-07-06glsl-1.30: alphabetise build listTimothy Arceri1-1/+1
2017-05-18tests: mark KHR_no_error compatible testsTimothy Arceri2-0/+2
2017-03-20glsl-1.30: Test multiple large local arraysGlenn Kennard1-0/+35
2017-03-20glsl-1.30: Test large local vec3 arrayGlenn Kennard1-0/+27
2017-03-20glsl-1.30: Test large vec2 local arrayGlenn Kennard1-0/+27
2017-03-20glsl-1.30: Test large vec4 local arrayGlenn Kennard1-0/+28
2017-03-20glsl-1.30: Test large local array (v2)Glenn Kennard1-0/+57
2017-01-25glsl-1.30: add a test that gl_ClipDistance actually affects all primitive typesNicolai Hähnle1-0/+68
2016-10-04Add glsl-1.30/execution/fs-loop-cont-else-bugNicolai Hähnle1-0/+44
2016-06-15Add glsl-1.30/execution/fs-fwidth-color.shader_testNicolai Hähnle1-0/+44
2016-04-29gen_flat_interpolation_qualifier.py: Adds non-flat interpolation tests generatorAndres Gomez5-135/+0
2016-04-16Remove fs-discard-exit-3Marek Olšák1-76/+0
2016-03-04shaders: add test for recursive variable indexing into arraysIago Toral Quiroga1-0/+45