summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-11-07glsl-1.30: move tests requiring uint from glsl-1.20Pavel Ondračka4-4/+4
2024-11-06cl: print the failing value in r600 testDavid Heidelberg1-1/+1
2024-10-24framework: call destroy directly instead of using atexitMike Blumenkrantz4-13/+15
2024-10-24glsl-1.20: loop unroll tests for uint induction varTimothy Arceri4-0/+260
2024-10-22framework: move atexit call closer to initMike Blumenkrantz1-1/+1
2024-10-16arb_bindless_texture: better test UBOs used as function parmsTimothy Arceri2-0/+79
2024-10-16arb_compute_shader: add a compiler test for function inliningTapani Pälli1-0/+21
2024-10-15cl: Don't use device_infos if num_device_infos == 0Michel Dänzer1-2/+2
2024-10-08cl: extend cl_device_info with OpenCL 3.0 parametersDavid Heidelberg1-1/+18
2024-10-08cl: cl_mem_flags has CL_MEM_KERNEL_READ_AND_WRITE since 2.0David Heidelberg1-1/+4
2024-10-07cl: Fix missing OpenCL 3.0 definitionDavid Heidelberg2-20/+24
2024-10-01ext_direct_state_access: Fix deprecated-non-prototype warningVinson Lee1-1/+1
2024-09-29tests/egl_ext_surface_compression: skip if Wayland display connection failsPavel Ondračka1-0/+5
2024-09-26perf: add a new test that measures shader IO throughput in GB/sMarek Olšák3-0/+699
2024-09-26perf: remove the glsl-compile-time testMarek Olšák2-285/+0
2024-09-26perf: remove the vertexrate testMarek Olšák2-278/+0
2024-09-24cl: fix piglit-util-cl missing clReleaseEvent()Patrick Lerda1-0/+2
2024-09-24cl: fix piglit-util-cl memory leaksPatrick Lerda1-7/+6
2024-09-20cl: install include_test.hDavid Heidelberg1-0/+1
2024-09-18tests/egl_ext_surface_compression: fix incorect executable nameDavid Heidelberg2-3/+3
2024-09-13fix arb_query_buffer_object-coherency to warn on invalid GS results instead o...Samuel Pitoiset4-18/+22
2024-09-05tests: add tests for fixed-rate compression extensionsLouis-Francis Ratté-Boulianne16-1/+960
2024-09-05registry: update gl.xmlLouis-Francis Ratté-Boulianne1-2878/+3224
2024-09-04cl: Initialize device_configDavid Heidelberg1-1/+1
2024-09-04cl: Correct CL_DEVICE_DOUBLE_FP_CONFIG check for OpenCL > 1.2David Heidelberg1-5/+9
2024-09-04cl: Add imperfect CL_DEVICE_OPENCL_C_VERSION checkDavid Heidelberg1-3/+8
2024-09-04cl: Compile with OpenCL 3.0 supportDavid Heidelberg3-5/+25
2024-08-29arb_gpu_shader5: Test bitfieldInsert with a base that is maskedIan Romanick1-0/+34
2024-08-26enqueue-fill-buffer: fill whole buffer with zeroesDavid Heidelberg1-1/+1
2024-08-26enqueue-fill-buffer: improve array formattingDavid Heidelberg1-3/+3
2024-08-23s3tc: require float-texture supportErik Faye-Lund3-0/+12
2024-08-23piglit-util: Add a sanity check for subtestsEric R. Smith1-1/+2
2024-08-22glsl: update recently added implicit matching testTimothy Arceri1-3/+8
2024-08-22glsl: test function overload resolutionTimothy Arceri1-0/+44
2024-08-22glsl: check for implicit conversion error in glsl 1.10Timothy Arceri1-0/+37
2024-08-22Reapply "arb_bindless_texture: add another function param bindless test"Timothy Arceri1-0/+35
2024-08-22write-after-clear: Add testcases with the zero valuesNanley Chery1-0/+13
2024-08-21Python: Drop Python 3.7 supportDaniel Stone2-4/+4
2024-08-21Python: Test both 1.x and 2.x of NumPyDaniel Stone2-2/+4
2024-08-21generators: Support NumPy 2.xDaniel Stone2-4/+4
2024-08-21Python: Support Python 3.12 for toxDaniel Stone2-4/+4
2024-08-21tests/replayer: Use correct Path.exists() checkDaniel Stone1-2/+2
2024-08-21Python: Lock numpy to 1.xDaniel Stone2-2/+2
2024-08-15fbo-blending-formats: skip unsupported formatsPavel Ondračka1-0/+15
2024-08-12traces: Lock pixelmatch version to pre-ES6Daniel Stone1-1/+1
2024-08-12arb_bindless_texture: test image/sampler constructorsTimothy Arceri2-0/+41
2024-08-09Revert "arb_bindless_texture: add another function param bindless test"Nico Cortes1-35/+0
2024-08-08arb_gpu_shader5: add linker version of function overloads testTimothy Arceri1-0/+47
2024-08-06arb_bindless_texture: add another function param bindless testTimothy Arceri1-0/+35
2024-08-01glsl: test function linking with implicit param conversionsTimothy Arceri3-0/+146