wlroots-hyprland/include
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
..
backend backend: drop wlr_backend_get_session() 2022-11-15 21:16:25 +00:00
interfaces types/wlr_input_device: move init and finish function to private API 2022-03-07 16:37:41 +00:00
render render/vulkan: wait for DMA-BUF fences 2022-12-06 14:54:09 +00:00
types buffer: drop wlr_shm_client_buffer 2022-11-15 16:30:00 +00:00
util util/time: use int64_t return value for get_current_time_msec() 2022-11-25 16:15:29 +00:00
wlr wlr_xdg_activation_v1: add new_token event 2022-12-06 05:45:37 +00:00
xcursor xcursor: garbage collect XcursorLibraryLoadImages 2022-01-31 14:10:08 +00:00
xwayland xwayland/xwm: add support for xwayland-shell-v1 2022-11-18 15:35:20 +00:00
meson.build build: exclude <wlr/types/wlr_drm_lease_v1.h> without DRM backend 2022-11-27 10:57:32 +00:00