summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-10framework: Fix crash in images HTML generationapitraceEric Anholt1-1/+1
2017-03-10framework: Don't forget to store XTS's images in test results.Eric Anholt1-1/+2
2017-03-09apitrace: Save output images for including in the html, like XTS does.Eric Anholt5-163/+217
2017-03-09driver_classifier: Switch VC4's naming to what I used in trace-dbEric Anholt2-3/+3
2017-02-24texwrap: Relax precision for vc4Eric Anholt1-5/+5
2017-02-24gl-1.1: Add a new test for large vertex counts.Eric Anholt3-0/+463
2017-02-24blend-over: Add a simple test for a blending optimization in i965.Eric Anholt2-0/+115
2017-02-24glsl-fs-discard-mrt: New test for bug 75207Eric Anholt3-0/+209
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
2017-02-18glsl-shaders: test correct shader source is use on cache fallbackTimothy Arceri3-0/+185
2017-02-17gles-es-3.10: unsized-array-not-in-last-positionJose Maria Casanova Crespo1-0/+21
2017-02-16gl-4.5: Fix sometimes-uninitialized warning.Vinson Lee1-1/+1
2017-02-16arb_get_texture_sub_image-errors: Fix expected error valuesEduardo Lima Mitev1-2/+2
2017-02-15arb_texture_multisample/minmax: Don't check INTEGER without integer textures.Eric Anholt1-1/+2
2017-02-15arb_texture_multisample/minmax: Indent according to piglit style.Eric Anholt1-8/+8
2017-02-16arb_shader_storage_buffer_object: test unsized vs implicit arrays.Dave Airlie4-24/+103
2017-02-14gl-4.5: Fix tautological-compare warning.Vinson Lee1-1/+1
2017-02-14gl-4.5/compare-framebuffer-parameter-with-get: Fix return-type warning.Vinson Lee1-0/+1
2017-02-13Add a test for GL_EXT_frag_depthAnuj Phogat5-0/+120
2017-02-10framework/backends/json.py: preserve 'tests' orderTomi Sarvela1-12/+18
2017-02-10framework/results.py: Copy 'tests' internally to OrderedDictTomi Sarvela1-3/+4
2017-02-09cl: Add sign_extend_inreg testMatt Arsenault1-0/+387
2017-02-09tests: INTEL_conservative_rasterization: add missing gles3 build fileLionel Landwerlin1-0/+10
2017-02-09arb_vertex_buffer_object-combined-vertex-index: new VBO testBrian Paul3-0/+108
2017-02-09gl-4.5/compare-framebuffer-parameter-with-get: add testAlejandro Piñeiro3-0/+348
2017-02-07arb_gpu_shader_int64: add testing of unsigned div/modIlia Mirkin1-4/+4
2017-02-07arb_gpu_shader_int64: allow shift tests to be generatedIlia Mirkin1-5/+19
2017-02-06framework/test/glsl_parser_test.py: fix python script to run glslparsertest o...Neha Bhende1-2/+7
2017-02-03gl-1.4-polygon-offset: print more info on failure.Brian Paul1-0/+4
2017-02-03polygon-offset: draw tests in two rows of nineBrian Paul1-7/+12
2017-02-03gl-4.5/named-framebuffer-read-buffer-errors: add testAlejandro Piñeiro3-0/+190
2017-02-03gl-4.5/named-framebuffer-draw-buffers-errors: add a new testAlejandro Piñeiro5-0/+361
2017-02-03gl-3.1/draw-buffers-errors: select explicitly default framebufferAlejandro Piñeiro1-0/+2
2017-02-03gl-3.1/draw-buffer-errors: skip if current Context is > 4.0Alejandro Piñeiro1-0/+7
2017-02-03util: move SUBTEST and SUBTESTCONDITION to piglit-utilAlejandro Piñeiro11-117/+138
2017-02-02arb_texture_view-texsubimage-levels: correct buffer sizeBartosz Tomczyk1-2/+2
2017-02-02framework/programs/run.py: Allow comments in test-list files.Petri Latvala1-2/+3
2017-02-02gen_conversion: generate tests for 64-bit integersNicolai Hähnle2-40/+264
2017-02-02gen_conversion: refactor templates to allow multiple extensionsNicolai Hähnle4-8/+20
2017-02-02gen_conversion: rename _gen_from/to_double and _double_typeNicolai Hähnle1-22/+22
2017-02-02gen_conversion: explicitly enumerate conversion target typesNicolai Hähnle1-8/+13