wlroots/include/render
Simon Ser 8456ac6fa9 render/vulkan: wait for DMA-BUF fences
The Vulkan spec doesn't guarantee that the driver will wait for
implicitly synchronized client buffers before texturing from them.
radv happens to perform the wait, but anv doesn't.

Fix this by extracting implicit fences from DMA-BUFs, importing
them into Vulkan as a VkSemaphore objects, and make the render pass
wait on these VkSemaphores.
2022-12-06 14:54:09 +00:00
..
allocator
dmabuf.h render/dmabuf: add dmabuf_export_sync_file() 2022-12-06 14:54:09 +00:00
drm_format_set.h render/drm-format-set: add wlr_drm_format_set_copy() 2022-12-02 14:27:07 +00:00
egl.h
gles2.h render/gles2, render/pixman: stop pulling <wlr/backend.h> 2022-11-24 21:50:28 +00:00
pixel_format.h
pixman.h
swapchain.h
vulkan.h render/vulkan: wait for DMA-BUF fences 2022-12-06 14:54:09 +00:00
wlr_renderer.h