summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
11 daysdrm/amdgpu: don't use MAP_CACHE_WC for GTT blobs without WCmainPierre-Eric Pelloux-Prayer1-3/+11
11 daysdrm/amdgpu: remove duplicate command name arrayPierre-Eric Pelloux-Prayer1-15/+3
13 daysvkr: sync protocol for in place dispatching of blob argsJuston Li7-20/+56
13 daysvkr: sync protocol for adding sizeof helpersJuston Li2-1/+981
14 daysvkr: add get blob storage helper functionsJuston Li1-2/+18
2024-04-26vkr: sync protocol to use encoder acquire/releaseJuston Li31-540/+1617
2024-04-26vkr: optimize to avoid locking each encoder writeJuston Li2-15/+42
2024-04-18vrend: clean up error reporting in vrend_renderer_initGert Wollny1-4/+18
2024-04-18vrend: Check whether we actually got a valid OpenGL/GLES contextGert Wollny3-0/+9
2024-04-17Uprev Mesa to 69eac6dd152c8c526aea35d2c1a93077a6f6c1d7Collabora's Gfx CI Team1-2/+2
2024-04-11fuzzer: Work around known GPU lockupGert Wollny1-0/+15
2024-04-11fuzzer: Add an initial compute state as alternativeGert Wollny3-2/+164
2024-04-11fuzzer: Add fuzzer with some initial state and resource creationGert Wollny2-0/+1051
2024-04-11virgl_protocol: Use parenthesis in macrosGert Wollny1-2/+2
2024-04-11decode: print error if format is not correctGert Wollny1-0/+1
2024-04-11vrend: Add more error messages for shader decodingGert Wollny1-8/+27
2024-04-11vrend: Add debug flag to dump command buffersGert Wollny3-0/+27
2024-04-11textvirgl: drop superfluous checkGert Wollny1-4/+8
2024-04-11tests: Don't use ck_assert when creating the contextGert Wollny2-7/+5
2024-04-11Uprev Mesa to df63f188e83a3c041d93ee272d593bfd2679be82Collabora's Gfx CI Team1-2/+2
2024-04-08vrend: fix bgrx->rgb fallback data upload for GLES hostsRyan Neph1-16/+48
2024-04-08util: Fix compiling set_dmabuf_name() using older kernel headersDmitry Osipenko1-1/+1
2024-04-04drm/amdgpu: optimize dmabuf creationPierre-Eric Pelloux-Prayer1-0/+14
2024-04-04drm: add amdgpu native-context implementationPierre-Eric Pelloux-Prayer12-3/+4130
2024-04-04virglrenderer: consider drm_initialized tooPierre-Eric Pelloux-Prayer1-1/+1
2024-04-04tests/fuzzer: add virgl_deps to dependenciesPierre-Eric Pelloux-Prayer1-1/+1
2024-04-04drm: pass debugname param to backend::createPierre-Eric Pelloux-Prayer3-5/+5
2024-04-04drm: include drm_util.h for drm_logPierre-Eric Pelloux-Prayer1-0/+1
2024-04-04util: add set_dmabuf_name helperPierre-Eric Pelloux-Prayer4-0/+24
2024-04-04vrend: Add XRGB2101010 supportPierre-Eric Pelloux-Prayer1-0/+1
2024-04-04virgl: create transient dmabuf in resource_mapPierre-Eric Pelloux-Prayer1-3/+13
2024-03-31vrend: deal with BGRX upload on GLESGert Wollny1-1/+20
2024-03-27virgl_util: hide slow trace behind debug buildYiwei Zhang1-2/+6
2024-03-13vkr: enable VK_KHR_format_feature_flags2Yiwei Zhang1-1/+1
2024-03-13Uprev Mesa to c7202751ad9c223f4fb4324141919e679b8d57deCorentin Noël9-27/+28
2024-03-05vrend: workaround non-conformant sampler view patternRyan Neph1-0/+14
2024-03-05Uprev Mesa to 5a852bd24cc10e08e42703751e7d1ba384b76e31Collabora's Gfx CI Team6-6/+21
2024-03-04vkr: add VK_KHR_fragment_shading_rate supportYiwei Zhang3-0/+32
2024-03-04vkr: sync protocol for VK_KHR_fragment_shading_rateYiwei Zhang10-6/+727
2024-03-04vkr: Enable EXT_attachment_feedback_loop_layoutCorentin Noël1-0/+1
2024-03-04vkr: sync protocol for VK_EXT_attachment_feedback_loop_layoutCorentin Noël3-4/+151
2024-03-04venus-protocol: Remove unused driver headerCorentin Noël1-1655/+0
2024-02-16drm/msm: Expose the highest bank bit in the capsetConnor Abbott2-0/+3
2024-02-16drm/msm: Update UAPI headerRob Clark1-0/+3
2024-02-15renderer: Verify that the iov has enough space for the texture dataCorentin Noël1-3/+2
2024-02-08shader: Never return out-of-range from varying_bit_from_semantic_and_indexCorentin Noël1-1/+15
2024-02-07Uprev Mesa to 8368a972943d5265b22eab86aa17c9a3cfe3406bCollabora's Gfx CI Team10-7/+38
2024-02-05virgl_fence: Correct error value returned by virgl_fence_set_fd_locked()Dmitry Osipenko1-1/+1
2024-02-02tests: Clean up resources to avoid memory leaksGert Wollny1-0/+8
2024-02-02test: fully initialize framebuffer state in testGert Wollny2-6/+7