summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-13framework/exceptions: Add an exception class for user errorsDylan Baker1-0/+11
2017-04-12arb_post_depth_coverage-sample-shading: Test sample shading.Plamena Manolova3-0/+319
2017-04-12arb_post_depth_coverage-multisampling: Add a multisampling test.Plamena Manolova3-0/+313
2017-04-12arb_post_depth_coverage-basic: Add a basic initial test.Plamena Manolova5-0/+259
2017-04-11arb_bindless_texture: add execution-related testsSamuel Pitoiset6-0/+291
2017-04-11arb_bindless_texture: add linker-related testsSamuel Pitoiset6-0/+209
2017-04-11arb_bindless_texture: add compiler-related testsSamuel Pitoiset46-0/+1310
2017-04-11add API-related tests for ARB_bindless_textureSamuel Pitoiset15-0/+3077
2017-04-11shader_runner: add support for ARB_bindless_textureSamuel Pitoiset1-0/+92
2017-04-08glsl-1.10: tests return lowering for a loop nested in an ifTimothy Arceri1-0/+33
2017-04-07tests/py_modules/constants.py: look for generated_tests in build dir (v2)Brian Paul1-2/+7
2017-04-06arb_texture_buffer_range: test glTexBufferRange() with wrong targetSamuel Pitoiset1-0/+9
2017-04-06glsl-1.50: instance name is not used to match UBO/SSBOs shader interfacesAndres Gomez26-0/+1311
2017-04-05cl: OCL1.1 allows pointers to NULL as valid kernel argsJan Vesely1-9/+12
2017-04-05cl: Unmap mapped cl buffer in buffer-flags testJan Vesely1-0/+5
2017-04-03glslparsertest: Add test case for FDO bug #100438.Vinson Lee1-0/+10
2017-04-03arb_cull_distance: Fix sometimes-uninitialized warnings.Vinson Lee1-0/+2
2017-04-03arb_shader_clock: add basic execution testsNicolai Hähnle2-0/+117
2017-04-03arb_shader_ballot: test peeling away the first invocationNicolai Hähnle2-0/+79
2017-04-03arb_shader_ballot: test ballotARB inside if/else control flowNicolai Hähnle1-0/+83
2017-04-03arb_shader_ballot: test builtin variablesNicolai Hähnle1-0/+58
2017-04-03arb_shader_ballot: add readFirstInvocationARB testNicolai Hähnle2-0/+91
2017-04-03arb_shader_ballot: add readInvocationARB testsNicolai Hähnle2-0/+76
2017-04-03arb_shader_ballot: simple ballotARB execution testNicolai Hähnle1-0/+28
2017-03-31nv_fill_rectangle: add testsLyude14-0/+438
2017-03-31shader_runner: Add support for "polygon mode"Lyude1-0/+14
2017-03-30arb_vertex_attrib_64bit: remove piglit_ortho_projection() callSamuel Pitoiset1-2/+0
2017-03-27Set nearest filter for CopyImage textures in api errors test.Kenneth Graunke1-0/+6
2017-03-27Set non-mipmap filter for CopyImage textures in namespace pollution testKenneth Graunke1-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-03-08README: correct flags for 32-on-64 buildConstantine Charlamov1-2/+4
2017-03-08arb_shader_atomic_counters: check different binding pointsAndres Gomez1-0/+51
2017-03-08arb_shading_language_420pack: check different binding pointsAndres Gomez6-0/+377
2017-03-06shader_runner: make buffer large enough to fit any GL enumSandra Koroniewska1-1/+1
2017-03-01arb_gpu_shader_fp64: add non-uniform control flow test for indirect addressingSamuel Iglesias Gonsálvez2-0/+118
2017-02-24builtin_functions: Add more 64-bit integersJason Ekstrand1-2/+22
2017-02-24get-active-attrib-array: allocate a sufficiently large bufferNicolai Hähnle1-1/+1
2017-02-24arb_gpu_shader_fp64: fix vs-double-uniform-array-direct-indirectSamuel Iglesias Gonsálvez1-1/+1
2017-02-23generated_tests: Fix require_extensions for constant_array_sizeDylan Baker1-2/+2
2017-02-23generated_tests: fix tessellation -> tesselation typoDylan Baker1-7/+7
2017-02-23arb_transform_feedback_overflow_query: skip QBO subtests if unsupportedKenneth Graunke1-0/+6
2017-02-22primitive-restart: Delete more glDrawArrays tests.Kenneth Graunke1-120/+0
2017-02-21arb_transform_feedback_overflow_query: add error tests.Rafael Antognolli3-0/+271
2017-02-21Add arb_transform_feedback_overflow_query tests.Rafael Antognolli5-0/+610
2017-02-20all.py: let VBO tests run concurrentlyBrian Paul1-10/+10
2017-02-19draw-elements: test glMultiDrawElements(GL_UNSIGNED_BYTE)Marek Olšák1-3/+31