wlroots/render/allocator
Simon Ser 9fdffba170 render/allocator: use udmabuf allocator automatically
It makes sense to use udmabuf when the backend wants shm, the
renderer wants DMA-BUFs, and we don't have a DRM FD because we're
running with a software renderer (e.g. llvmpipe or lavapipe).
2024-12-22 21:37:57 +00:00
..
allocator.c render/allocator: use udmabuf allocator automatically 2024-12-22 21:37:57 +00:00
drm_dumb.c Define _POSIX_C_SOURCE globally 2024-02-15 15:41:12 +01:00
gbm.c allocator/gbm: Reset errno before gbm_bo_create 2024-08-19 14:59:44 +02:00
meson.build render/allocator: add udmabuf allocator 2024-12-22 21:37:57 +00:00
shm.c Avoid using memcpy() to copy structs 2023-08-03 14:40:28 +00:00
udmabuf.c render/allocator: add udmabuf allocator 2024-12-22 21:37:57 +00:00