wlroots/render/allocator
Simon Ser 7cf8e80ffe render/allocator: add udmabuf allocator
udmabuf can create a DMA-BUF backed by a memfd. This is useful
when running with a software implementation of GL/Vulkan: the memfd
can be passed to the parent compositor via wl_shm and the DMA-BUF
can be imported via the usual APIs into GL/Vulkan.
2024-12-22 21:37:57 +00:00
..
allocator.c render/allocator: drop allocator_autocreate_with_drm_fd() 2024-11-07 18:55:01 +01: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