summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-21bash-completion: Fix install directorybash-install-pathJordan Justen1-1/+1
2020-02-20arb_shader_atomic_counters: Add a test for sparsely-used bindings.Eric Anholt1-0/+66
2020-02-19ARB_gpu_shader5: Verify precise fract of NaNIan Romanick1-0/+41
2020-02-19ARB_gpu_shader5: Verify comparisons with precise arithmeticIan Romanick2-0/+122
2020-02-19glsl: Verify floating point underflow compared with zeroIan Romanick4-0/+230
2020-02-20glsl-1.10: Verify sign multiplied by a value with negation, absolute value, o...Ian Romanick3-0/+159
2020-02-19tests: Added tests for nv_copy_imageIndrajit Kumar Das7-0/+1464
2020-02-19tests: intel_blackhole: ensure the blackhole state is disabled to readback su...Lionel Landwerlin1-2/+6
2020-02-17arb_shader_storage_buffer_object: Add test for auto setting binding point to ...pi3-0/+304
2020-02-14templates: Remove last remains of the six moduleDylan Baker1-4/+4
2020-02-14cl: Add test for 16-bit bswapsMatt Arsenault1-4/+108
2020-02-14glsl-arrays-copy-size-mismatch: Add test case for nir_opt_find_array_copiesAndrii Simiklit1-0/+61
2020-02-13cl: Add test for bswapMatt Arsenault1-0/+112
2020-02-13unittests: Properly skip tests if psutil isn't installedDylan Baker1-1/+1
2020-02-13CI: remove six from installed packagesDylan Baker3-4/+0
2020-02-13cmake: remove python six dependencyDylan Baker2-23/+0
2020-02-13drop python2 supportDylan Baker186-1346/+405
2020-02-13cmake: allow setting python versions via the command lineDylan Baker1-2/+3
2020-02-13CI: remove python 2.7 and 3.5Dylan Baker2-12/+4
2020-02-13framework/print-cmd: Fix exclude filterDylan Baker1-1/+2
2020-02-12Fix build on 32-bit arch of gen_intel_shader_integer_functions2 testsJose Maria Casanova Crespo2-12/+12
2020-02-10glx_mesa_query_renderer: Fix error with GCC 10.Vinson Lee1-5/+5
2020-02-10draw-prim-rate: reorder test execution orderMarek Olšák1-2/+12
2020-02-10draw-prim-rate: move the main loop body into a separate functionMarek Olšák1-73/+78
2020-02-10draw-prim-rate: test the performance of triangle stripsMarek Olšák1-23/+145
2020-02-10draw-prim-rate: don't change vertex attribs every draw callMarek Olšák1-4/+3
2020-02-10arb_provoking_vertex/clipped-strip-first: New test.Zebediah Figura1-0/+45
2020-02-09util: Remove extra definition of piglit_automatic.Vinson Lee1-2/+0
2020-02-08arb_internalformat_query2: Move global variable definitions to common.c.Vinson Lee2-2/+5
2020-02-06gl-4.4/gl_max_vertex_attrib_stride: use a valid buffer offsetMarek Olšák1-9/+3
2020-02-06double_attribs: use a valid offset in glVertexAttribLPointerMarek Olšák1-3/+2
2020-02-06intel_blackhole_render: test transitions of state in both directionsLionel Landwerlin3-11/+65
2020-02-06intel_blackhole_render: drop asserts in favor of error reportingLionel Landwerlin1-10/+25
2020-02-04Fix scripts to run glcts and gles-cts using piglit runnerAnuj Phogat3-15/+15
2020-02-01texturing: Move global variable definitions to common.c.Vinson Lee2-7/+15
2020-01-23arb_gl_spirv: add some arrays of arrays ubo/ssbo testsAlejandro Piñeiro4-0/+971
2020-01-23arb_gl_spirv: add ubo array test with copy between arraysAlejandro Piñeiro1-0/+137
2020-01-23arb_gl_spirv: add ssbo test using std140 and std430Alejandro Piñeiro1-0/+372
2020-01-23arb_gl_spirv: Add a test for SSBOs with an unsized arrayNeil Roberts1-0/+119
2020-01-23arb_gl_spirv: add ubo tests with different matrix/array stridesAlejandro Piñeiro2-0/+532
2020-01-23arb_gl_spirv: Add tests for UBOs with explicit offsetsNeil Roberts2-0/+165
2020-01-23arb_gl_spirv: add a array of ubo test, with complex ubo contentAlejandro Piñeiro1-0/+360
2020-01-23arb_gl_spirv: add ubo/ssbo tests with matricesAlejandro Piñeiro12-0/+3159
2020-01-23shader_runner: add force_no_names modeAlejandro Piñeiro1-92/+300
2020-01-23glsl-es-3.10: remove wrong regression checking testAlejandro Piñeiro1-76/+0
2020-01-15tests: intel_blackhole_render: tests blit commandLionel Landwerlin5-0/+188
2020-01-15tests: intel_blackhole_render: additional check before enable & after clearLionel Landwerlin1-1/+6
2020-01-15tests: intel_blackhole_render: turn asserts into test failuresLionel Landwerlin1-3/+6
2020-01-15tests: intel_blackhole_render: fix the tests when not run with -autoLionel Landwerlin1-3/+11
2020-01-12glsl-1.50: test gl_PrimitiveID xfbIlia Mirkin1-3/+5