wlroots/include/wlr/render
Kenny Levinsen b84aadb5c1 Add wlr_compositor_dmabuf_waiter
This helper monitors buffers for implicit and explicit work
synchronization, delaying the surface commit until the fences are ready
to be consumed for synchronization (i.e., fences have materialized), or
for the work to be complete, depending on the specified waiter mode.

Through this, the compositor can avoid stalling on incomplete work,
staying fully interactive until the buffer is ready to be sampled.

This is a generalization of Simon's patch that added a waiter for
traditional implicit sync.

Based-on-patch-by: Simon Ser <contact@emersion.fr>
2026-04-07 17:48:58 +02:00
..
allocator.h
color.h
dmabuf.h
drm_format_set.h
drm_syncobj.h Add wlr_compositor_dmabuf_waiter 2026-04-07 17:48:58 +02:00
egl.h
gles2.h treewide: make type-check helpers take const pointers 2026-03-06 16:04:21 +08:00
interface.h
pass.h
pixman.h treewide: make type-check helpers take const pointers 2026-03-06 16:04:21 +08:00
swapchain.h
vulkan.h treewide: make type-check helpers take const pointers 2026-03-06 16:04:21 +08:00
wlr_renderer.h
wlr_texture.h render: explicit sync for wlr_texture_read_pixels() 2026-03-26 12:44:09 +00:00