vulkan/wsi/wayland: remove swapchain wl_drm wrapper
authorSimon Ser <contact@emersion.fr>
Thu, 24 Jun 2021 18:24:28 +0000 (20:24 +0200)
committerSimon Ser <contact@emersion.fr>
Thu, 8 Jul 2021 10:05:09 +0000 (12:05 +0200)
commit589ea55732e7eda03a00a119a5612a41ac0e2304
tree5deb2b68144c373701932b552987b511fbd4cffa
parentcf66ccf3f0ca7c71576d2ff675ac61d2a9f295e3
vulkan/wsi/wayland: remove swapchain wl_drm wrapper

The sole purpose of this wl_proxy is to set the queue to
chain->display->queue. However, wl_proxy inherit their queue from
their parent, so the original wl_drm proxy already has its queue
set up properly (inherited from wl_registry).

Signed-off-by: Simon Ser <contact@emersion.fr>
Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11589>
src/vulkan/wsi/wsi_common_wayland.c