mesa/src/vulkan/wsi
Yonggang Luo 785ca13323 wsi: Fixes passing argument 1 of ‘mtx_unlock’ from incompatible pointer type
../../src/vulkan/wsi/wsi_common_display.c:2908:15: error: passing argument 1 of ‘mtx_unlock’ from incompatible pointer type [-Werror=incompatible-pointer-types]
 2908 |    mtx_unlock(&wsi->wait_mutex);
      |               ^~~~~~~~~~~~~~~~
      |               |
      |               pthread_mutex_t *

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Acked-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23733>
2023-06-20 00:05:48 +00:00
..
meson.build vulkan: write beta extensions into generator scripts. 2023-05-04 02:40:06 +00:00
wsi_common.c vulkan/wsi: Fix Windows build 2023-03-16 16:07:14 +00:00
wsi_common.h vk/util: Generate defines to help casting structs with vk_find_struct 2023-03-24 15:49:25 +00:00
wsi_common_display.c wsi: Fixes passing argument 1 of ‘mtx_unlock’ from incompatible pointer type 2023-06-20 00:05:48 +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 vk/wsi: C++-proof wsi_common_drm.h 2023-03-24 15:49:25 +00:00
wsi_common_headless.c vulkan/wsi: add feedback loop usage to swapchain caps if supported 2023-05-17 11:16:00 +00:00
wsi_common_private.h vulkan/wsi: add a headless swapchain implementation/option 2023-03-14 14:03:31 +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: fix double free on error condition 2023-06-02 15:12:19 -07:00
wsi_common_win32.cpp wsi/win32: Handle acquiring an image while one is already acquired 2023-05-25 20:43:32 +00:00
wsi_common_x11.c vulkan/wsi: add feedback loop usage to swapchain caps if supported 2023-05-17 11:16:00 +00:00