summaryrefslogtreecommitdiff
path: root/tests/spec
AgeCommit message (Expand)AuthorFilesLines
2016-11-10glsl-1.50: do not link interface-blocks-containing-unsized-arrays.geomIago Toral Quiroga1-1/+6
2016-11-08ext_framebuffer_multisample: Add a test for alpha to coverage with no draw bu...Anuj Phogat2-0/+138
2016-11-08ext_framebuffer_multisample: Add an option to disable draw buffer zero writeAnuj Phogat13-15/+35
2016-11-08literal-varyings: new test for a radeonsi optimizationMarek Olšák1-0/+43
2016-11-07shader_runner: Drop unnecessary texture target argument from fb tex layered c...Francisco Jerez6-6/+6
2016-10-27gl-2.1: Add a test for alpha testing with multiple render targetsAnuj Phogat2-0/+153
2016-10-27arb_enhanced_layouts: fix shader GLSL version requirementIago Toral Quiroga1-2/+2
2016-10-27arb_timer_query: Add wall clock sanity checksRobert Bragg1-1/+50
2016-10-26gles-es-1.00: add linker test to check default precision qualifier redeclarationSamuel Iglesias Gonsálvez1-0/+34
2016-10-24glsl-1.20: test declaring gl_Position with the invariant qualifier.Brian Paul1-0/+25
2016-10-24arb_gpu_shader_fp64: add some inout function argument testsNicolai Hähnle1-0/+43
2016-10-24glsl-1.20: test array of structs inout parameterNicolai Hähnle1-0/+55
2016-10-18arb_compute_variable_group_size: add ARB_compute_shader enablesNicolai Hähnle8-0/+8
2016-10-18arb_uniform_buffer_object: test indirect access of array of structsNicolai Hähnle1-0/+46
2016-10-18arb_shader_atomic_counters: add test with more complex layout of countersNicolai Hähnle1-0/+64
2016-10-18arb_gpu_shader5: add execution test for textureGatherOffsetNicolai Hähnle1-0/+49
2016-10-18arb_gpu_shader_fp64: Add tests to check float to double conversion under non-...Samuel Iglesias Gonsálvez2-0/+90
2016-10-17arb_compute_variable_group_size: Fix require section.Matt Turner2-0/+2
2016-10-15Delete GLSL ES 3.00 "nonflat" negative parser tests.Kenneth Graunke7-169/+0
2016-10-14ext_packed_depth_stencil: Require ARB_depth_texture to test texture formatsIan Romanick1-1/+12
2016-10-12arb_compute_shader: test the texture border colorMarek Olšák1-0/+36
2016-10-12glsl-1.10/fs-texture-select: new test for a radeonsi bugMarek Olšák1-0/+34
2016-10-11gl-3.1-mixed-int-float-fbo: new mixed integer/float FBO testBrian Paul2-0/+224
2016-10-11GL_ARB_framebuffer_object/depth-stencil-blit: Add test for depth/stencil blitNeha Bhende2-0/+365
2016-10-11arb_transform_feedback3: fix error expectation of invalid args testTapani Pälli1-5/+29
2016-10-09arb_enhanced_layouts: add test for filling the gaps in a dvec3 arrayNicolai Hähnle1-0/+71
2016-10-09arb_enhanced_layouts: add test for partially overlapping arraysNicolai Hähnle1-0/+105
2016-10-05arb_compute_variable_group_size: check for invalid work group countSamuel Pitoiset1-0/+32
2016-10-04arb_program_interface_query: Silence return-type warning.Vinson Lee1-0/+1
2016-10-04Add glsl-1.30/execution/fs-loop-cont-else-bugNicolai Hähnle1-0/+44
2016-10-03tests: fix unused variable in gles versions of arb_viewport_array/queriesDylan Baker1-0/+2
2016-10-03tests: remove unused variable from ext_image_dma_buf_import/refcountDylan Baker1-1/+0
2016-09-29add ARB_compute_variable_group_size testsSamuel Pitoiset14-0/+834
2016-09-29utils: define DRM_FORMATS needed by dma_buf testsDylan Baker1-12/+0
2016-09-29vs-loop-zero-iterations-two-exits2: Use green for pass, red for fail.Eric Anholt1-4/+4
2016-09-29vs-loop-zero-iterations-two-exits2: Fix on Mesa.Eric Anholt1-1/+3
2016-09-26dmabuf: fix YUV tests for drivers other than intelRob Clark12-148/+131
2016-09-23oes_viewport_array: add copies of relevant arb_fragment_layer_viewport testsIlia Mirkin3-0/+204
2016-09-22arb_query_buffer_object: beef up the testNicolai Hähnle2-114/+185
2016-09-21arb_texture_view: adapt a few more tests to work with OES_texture_viewIlia Mirkin5-31/+98
2016-09-21arb_texture_view: convert sampling-2d-array-* to GLES compatibilityIlia Mirkin4-74/+123
2016-09-21arb_texture_view: convert remainder of rendering_* to work with GLESIlia Mirkin5-96/+184
2016-09-21arb_texture_view: start converting for GL_OES_texture_view friendlinessIlia Mirkin2-162/+477
2016-09-21arb_viewport_array: rework tests to work with GL_OES_viewport_arrayIlia Mirkin13-95/+272
2016-09-18arb_texture_view/rendering-formats: test glClear(1, 1, 1, 1) w/ texture viewsMarek Olšák1-11/+559
2016-09-16gl-1.3-alpha_to_coverage_nop: new test of no-op GL_SAMPLE_ALPHA_TO_COVERAGEBrian Paul4-0/+125
2016-09-16arb_framebuffer_srgb-srgb_pbo: New arb_framebuffer_srgb test.Neha Bhende2-0/+252
2016-09-16glsl-1.10: complex loop unrolling testsTimothy Arceri3-0/+148
2016-09-02gl-1.0: Add a scissored depth clear test that uses negative x,y.Matt Turner2-0/+90
2016-09-02gl-1.0: Call piglit_ortho_projection from piglit_init.Matt Turner7-63/+7