vulkan/wsi: Always configure images in wsi_swapchain_init()
authorJason Ekstrand <jason.ekstrand@collabora.com>
Mon, 26 Sep 2022 18:06:48 +0000 (13:06 -0500)
committerMarge Bot <emma+marge@anholt.net>
Wed, 28 Sep 2022 21:35:12 +0000 (21:35 +0000)
commit43c1c2b88850e7f0f9d1f2fe78580f39b5971f82
tree142ad4ef885f5d983264002f075a10f3af6b453e
parent5424049e66299220fd60a43a7d5a4a4e1cba6da4
vulkan/wsi: Always configure images in wsi_swapchain_init()

Now that all the back-ends are converted, we can drop all the extra code
we had for supporting both paths.

Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18826>
src/vulkan/wsi/wsi_common.c
src/vulkan/wsi/wsi_common_display.c
src/vulkan/wsi/wsi_common_private.h
src/vulkan/wsi/wsi_common_wayland.c
src/vulkan/wsi/wsi_common_win32.c
src/vulkan/wsi/wsi_common_x11.c