vulkan/wsi/wayland: add support for IMMEDIATE
Use the tearing-control-unstable-v1 protocol to indicate to the Wayland compositor that tearing is acceptable. Signed-off-by: Simon Ser <contact@emersion.fr> Reviewed-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18268>
This commit is contained in:
parent
f7da5e3e38
commit
5ceba97c2e
4 changed files with 76 additions and 16 deletions
|
|
@ -1931,7 +1931,7 @@ if with_platform_wayland
|
|||
else
|
||||
wl_scanner_arg = 'code'
|
||||
endif
|
||||
dep_wl_protocols = dependency('wayland-protocols', version : '>= 1.24')
|
||||
dep_wl_protocols = dependency('wayland-protocols', version : '>= 1.30')
|
||||
dep_wayland_client = dependency('wayland-client', version : '>=1.18')
|
||||
dep_wayland_server = dependency('wayland-server', version : '>=1.18')
|
||||
if with_egl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue