mesa/src/vulkan/wsi
Gert Wollny 04d654a5d0 vulkan/wsi: Take Xwayland into account for x11_min_image_count
For wayland we report a minimum of four swapchain images, so for
Xwayland we should report the same.

v2: Fix typo (Eric)
v3: Make that four images on Xwayland (Daniel)

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21136>
2023-02-21 08:43:30 +00:00
..
meson.build meson: don't pass vk wsi args where they don't belong 2023-02-15 18:35:14 +00:00
wsi_common.c vulkan/wsi: Add a wsi_device param to get_present_modes 2023-02-02 01:30:28 +00:00
wsi_common.h vulkan/wsi: Hook-up DXGI swapchains and DComp 2023-01-11 09:31:02 +00:00
wsi_common_display.c vulkan/wsi: Add a wsi_device param to get_present_modes 2023-02-02 01:30:28 +00:00
wsi_common_display.h vulkan/wsi/display: Wrap wsi_display_fence in a vk_sync 2021-11-16 10:54:27 -06:00
wsi_common_drm.c vulkan/wsi: Use the newly imported dma-buf.h 2023-01-11 22:33:40 +00:00
wsi_common_drm.h vulkan/wsi: create a common function to compare drm devices 2022-01-14 12:19:57 +00:00
wsi_common_private.h vulkan/wsi: Add a wsi_device param to get_present_modes 2023-02-02 01:30:28 +00:00
wsi_common_queue.h util/vector: make util_vector_init harder to misuse 2021-10-08 00:15:11 +00:00
wsi_common_wayland.c vulkan/wsi/wayland: fix acquire_next_image to report timeouts properly 2023-02-10 11:32:54 +00:00
wsi_common_win32.cpp wsi/win32: We don't need a window DC for DXGI 2023-02-02 19:48:00 +00:00
wsi_common_x11.c vulkan/wsi: Take Xwayland into account for x11_min_image_count 2023-02-21 08:43:30 +00:00