summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-18ci: Add code coverage supporttintou/coverageCorentin Noël1-1/+8
2023-09-14util: buffer the call to the logger by lineCorentin Noël1-7/+21
2023-09-14renderer: Use tgsi_dump_with_logger to ensure complete dumpCorentin Noël3-21/+45
2023-09-13tgsi: Add `tgsi_dump_with_logger`Corentin Noël2-2/+53
2023-09-12vkr: implement VK_EXT_vertex_input_dynamic_stateJuston Li2-0/+13
2023-09-12vkr: sync protocol for VK_EXT_vertex_input_dynamic_stateJuston Li7-6/+372
2023-09-12shader: make sure to never exceed the immediate rangeCorentin Noël1-10/+10
2023-09-12mesa/util: balance pragma diagnostic push/pop in libsync.hGert Wollny1-0/+3
2023-09-12vrend: Read only as many bytes as were mappedGert Wollny1-5/+2
2023-09-12tests: initialise all context parametersGert Wollny1-1/+1
2023-09-12video: Silence warning about printing a pointer as integerGert Wollny1-1/+1
2023-09-12vrend/shader: Make size_t and uint64_t printing cross-platformGert Wollny2-15/+15
2023-09-11vrend: Check size of query result buffer and report if it is too smallGert Wollny1-3/+7
2023-09-11drm/msm: Support inter-context fence sharingDmitry Osipenko1-1/+12
2023-09-11drm_fence: Support inter-context fence sharingDmitry Osipenko1-0/+3
2023-09-11virgl: Add virgl_renderer_export_signalled_fence()Dmitry Osipenko2-0/+11
2023-09-11virgl/vrend: Use virgl_fence API for fence exportingDmitry Osipenko3-4/+21
2023-09-11virgl: Introduce virgl_renderer_submit_cmd2()Dmitry Osipenko4-0/+109
2023-09-11virgl: Introduce virgl_fenceDmitry Osipenko4-0/+237
2023-09-11mesa/util: Import libsyncDmitry Osipenko1-0/+226
2023-09-11vrend: Fix race condition in vrend_renderer_export_ctx0_fence()Dmitry Osipenko1-5/+9
2023-09-11vrend: work around silent integer overflow when reading back texturesGert Wollny1-3/+10
2023-09-11tgsi: simplify opcode declarationGert Wollny3-528/+479
2023-09-11Uprev Mesa to cb1c88d41f6dc213533f33f34e9224706f564849Collabora's Gfx CI Team3-147/+2
2023-09-11vrend/decode: refactor parameters check in vrend_create_surfaceFilip Gawin4-24/+73
2023-09-11vrend: remove unused res_handleFilip Gawin1-2/+0
2023-09-11vrend: Use uint64_t to evaluate readback sizeGert Wollny1-3/+13
2023-09-08vrend/decode: refactor and test of create_sampler_viewFilip Gawin4-35/+97
2023-09-08renderer: Do not leak the texture on creation failureCorentin Noël1-0/+1
2023-09-08renderer: Do not leak the texture on creation failureCorentin Noël1-0/+1
2023-09-08renderer: Do not leak the buffer on creation failureCorentin Noël1-0/+1
2023-09-06vkr: tighten up threading for transport dispatchYiwei Zhang1-0/+41
2023-09-06vkr: refactor to add is_dispatched_from_vkr_context helperYiwei Zhang1-5/+15
2023-09-06renderer: Replace check_transfer_bounds with resource_contains_boxCorentin Noël1-87/+40
2023-09-06renderer: Ensure that the box of the copy region is within the original resourceCorentin Noël1-0/+51
2023-09-06vrend: check IOV and its size before writing to itGert Wollny1-0/+5
2023-09-06shader: Check number of shader inputs to avoid OOB writeGert Wollny1-0/+5
2023-09-06vrend: check whether injected TCS was really allocatedGert Wollny1-7/+12
2023-09-05shader: check register index when accessing immediate arrayGert Wollny1-49/+65
2023-09-04renderer: Ensure that wrong offset are not being used.Corentin Noël1-1/+7
2023-09-01vrend: Don't try to copy to res->iov if there is noneCorentin Noël1-2/+2
2023-08-31Uprev Mesa to ae5e2c1fea864d7d9836a443ad68950be66da679Corentin Noël5-9/+9
2023-08-31renderer: Check that the z index is not out of boundCorentin Noël1-1/+1
2023-08-25renderer: Change the current subcontext to the currently deleted one on conte...Corentin Noël1-1/+6
2023-08-25renderer: Add vrend_object_bind_dsa_to_sub_contextCorentin Noël1-22/+31
2023-08-25renderer: Make vrend_hw_emit_dsa take a sub_ctxCorentin Noël1-8/+8
2023-08-25renderer: Make vrend_depth_test_enable take a sub_ctxCorentin Noël1-6/+6
2023-08-25renderer: Make vrend_alpha_test_enable take a sub_ctxCorentin Noël1-6/+6
2023-08-23vrend: check qbo resource is validJuston Li1-1/+1
2023-08-23tests: add test for vrend_decode_set_viewport_stateFilip Gawin1-0/+64