summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2014-07-14tex-miplevel-selection: test all variants of textureProjLodMarek Olšák2-3/+22
2014-07-14tex-miplevel-selection: test all variants of textureLodOffsetMarek Olšák2-5/+26
2014-07-14tex-miplevel-selection: test all variants of textureProjOffset with biasMarek Olšák2-5/+30
2014-07-14tex-miplevel-selection: simplify shader code generationMarek Olšák1-234/+85
2014-07-14tex-miplevel-selection: test all variants of textureProjOffsetMarek Olšák2-3/+44
2014-07-14tex-miplevel-selection: test all variants of textureProj with biasMarek Olšák2-2/+43
2014-07-14tex-miplevel-selection: test all variants of textureProjMarek Olšák2-11/+98
2014-07-14tex-miplevel-selection: test all variants of textureOffset with biasMarek Olšák2-9/+65
2014-07-14tex-miplevel-selection: test all variants of textureOffsetMarek Olšák2-86/+222
2014-07-14tex-miplevel-selection: test all variants of texture() with biasMarek Olšák2-46/+183
2014-07-14tex-level-selection: deduplicate code, improve outputMarek Olšák1-58/+115
2014-07-14all.py: mark old tex-miplevel-selection tests as concurrentMarek Olšák1-6/+6
2014-07-14tex-miplevel-selection: test all variants of textureLodMarek Olšák2-93/+468
2014-07-12Replace link-mismatch-layout-02 with shader testsChris Forbes6-98/+97
2014-07-12Remove tests/shaders/link-mismatch-layout-0[13]Chris Forbes4-194/+0
2014-07-12shader_runner: Set uniform block bindings for multiple UBOsChris Forbes1-0/+2
2014-07-10tests/all.py: Fix built-in-constants* tests to use fullpath to shaders.Alan Hourihane1-10/+10
2014-07-10clipflat: fix 0/2 index typoBrian Paul1-1/+1
2014-07-10arb_provoking_vertex/xfb-before-flatshading: use default window sizeBrian Paul1-2/+0
2014-07-10arb_blend_func_extended: require GL 3.0Brian Paul2-2/+2
2014-07-10oglconform.py: Use config file instead of symlinkDylan Baker1-2/+3
2014-07-10igt: use piglit.conf instead of a symlinkDylan Baker1-7/+5
2014-07-10xts.py: Use piglit.conf to set suite location instead of symlinkDylan Baker1-2/+3
2014-07-10glsl-1.10: Test reductions of integer vectorsIan Romanick1-0/+28
2014-07-08glean/glsl1: Delete duplicated gl_FrontFacing tests.Matt Turner2-24/+0
2014-07-08glean/glsl1: Delete duplicated uniform/varying tests.Matt Turner2-82/+0
2014-07-08glean/glsl1: Delete duplicated indexing tests.Matt Turner2-220/+0
2014-07-08glean/glsl1: Delete duplicated conditional expressions tests.Matt Turner2-26/+0
2014-07-07ext_framebuffer_multisample: Add NORETURN attribute to print_usage_and_exit.Vinson Lee1-1/+1
2014-07-06glean/glsl1: Delete duplicated discard tests.Matt Turner2-46/+0
2014-07-06glean/glsl1: Delete duplicated assignment operators test.Matt Turner2-15/+0
2014-07-06glean/glsl1: Delete duplicated float literal tests.Matt Turner2-17/+0
2014-07-06glean/glsl1: Delete duplicated integer literal tests.Matt Turner2-16/+0
2014-07-06glean/glsl1: Delete duplicated empty block/statement tests.Matt Turner2-14/+0
2014-07-06glean/glsl1: Delete duplicated fp precision tests.Matt Turner2-37/+0
2014-07-06glean/glsl1: Delete duplicated loop tests.Matt Turner2-209/+0
2014-07-06glean/glsl1: Delete duplicated gl_*Color tests.Matt Turner2-43/+1
2014-07-06glsl-1.20: Add test for literal floats with exponent and suffix.Matt Turner1-0/+12
2014-07-06glsl-1.10: Add tests for literal floats with exponents.Matt Turner2-0/+18
2014-07-06glsl-1.10/glsl-1.20: Add tests for literal float suffixes.Matt Turner4-0/+38
2014-07-06glsl-1.10: Add octal/hex integer literal tests.Matt Turner6-26/+36
2014-07-06glsl-1.10: Add tests for empty block and statements.Matt Turner2-0/+18
2014-07-05ARB_explicit_attrib_location: Remove commas from require_extensions line.Matt Turner2-2/+2
2014-07-05util/gl: Remove GLES case from piglit_rgbw_texture()Chad Versace1-5/+16
2014-07-05oes_draw_texture: Fix piglit_rgbw_texture() callChad Versace1-1/+2
2014-07-05util/gl: Move the remaining piglit-util-gl functions into piglit-util-gl-commonJosh Triplett3-279/+241
2014-07-05util/gl: Unify piglit_rgbw_texture between GL and GLES; drop piglit-util-gles.cJosh Triplett6-299/+209
2014-07-05util/gl: Move piglit_miptree_texture to GL common codeJosh Triplett2-40/+39
2014-07-05util/gl: Factor out image generation from GLES piglit_rgbw_texture into a helperJosh Triplett1-37/+45
2014-07-05util/gl: Unify piglit_checkerboard_texture between GL and GLESJosh Triplett3-170/+110