summaryrefslogtreecommitdiff
path: root/tests/spec/glsl-1.30
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-17glsl-1.30/sampler-bug: test an existing GLSL or st/mesa compiler bugMarek Olšák1-0/+37
2015-09-29Remove unnecessary linking with libGLUIan Romanick4-4/+0
2015-09-10Add a biased variants of a textureLod() miplevel testsKrzesimir Nowak2-0/+392
2015-09-04texel-offset-limits: fix minor comment mistakeBrian Paul1-1/+1
2015-07-13glsl-1.10 Adds tests on how void functions are handledRenaud Gaubert9-0/+138
2015-07-04glsl-1.30: test precision qualifier with sampler arrayTimothy Arceri2-0/+145
2015-05-04built-in-constants: Change GLSL version handlingIan Romanick1-1/+1
2015-03-24fs-discard-exit-2: Fix Clang absolute-value warnings.Vinson Lee1-2/+2
2014-11-08tests/util: Centralize MSVC max/min macros workarounds.José Fonseca3-9/+0
2014-11-08cmake: Require Visual Studio 2013.José Fonseca1-3/+1
2014-09-23fs-texelFetchOffset-2D: use default window sizeBrian Paul1-3/+0
2014-09-23fs-discard-exit-2: use default window sizeBrian Paul1-7/+12
2014-09-05array-index-as-uint-02: Move test to proper locationtiffany1-0/+19
2014-08-12if-arg-must-be-defined-01.frag: Fix shader to work with strict parserDylan Baker1-1/+1
2014-08-05Replace [vertex/fragment shader file] sections in shader_test files.Kenneth Graunke14-62/+192
2014-07-28glsl: test a switch statement where default is lastTapani Pälli1-0/+43
2014-07-17glsl-1.30: test modfDave Airlie8-0/+376
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace12-12/+12
2014-06-13glsl-1.30: test unsigned vs signed in switch statementTapani Pälli1-0/+36
2014-06-12cmake: Build a few more tests with MSVC.José Fonseca1-2/+2
2014-05-30vertexid: use default window size for gl_VertexID testsBrian Paul3-9/+0
2014-04-03Replace end_config with 'end config' in glsl parser testsDylan Baker4-4/+4
2014-02-19glsl-1.30: Expect __ tests to passIan Romanick3-3/+27
2013-10-17Test that in/out qualifiers are required when redeclaring gl_ClipDistance.Paul Berry2-0/+42
2013-09-04glsl: Add precision qualifier tests for sampler types in GLSL and GLSL ESAnuj Phogat4-0/+250
2013-09-04glsl-1.30: Check that qualifiers other than precision qualifiers are rejectedIan Romanick8-0/+136
2013-09-04glsl: Compile test precision qualifiers on structure membersIan Romanick1-0/+17
2013-08-30glsl-1.30: Convert minimum-maximums tests to use built-in-constants programIan Romanick14-368/+14
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-21Make use of piglit_build_simple_program_unlinked() in some tests.Paul Berry1-9/+1
2013-07-16glsl-1.30: Relax GL version requirement on shader testsChris Forbes9-9/+0
2013-07-16isinf/isnan: Relax GL version requirementChris Forbes1-1/+6
2013-06-20Fix clip-distance-explicit-too-large.frag testPaul Berry1-1/+1
2013-06-04piglit: Switch a bunch of tests over to piglit_build_simple_program.Eric Anholt9-55/+16
2013-05-31glsl-1.30: Split test switch-default-notlast in two.Fabian Bieler2-6/+56
2013-05-31glsl-1.30: Test conditional breaks in switch statements.Fabian Bieler1-0/+48