mesa/src/vulkan/wsi
Eric Engestrom f95637f01a meson: fix android vulkan build
Android doesn't have `pthread_cancel()` and is unlikely to ever
implement it [1], but `wsi_common_display.c` needs it (or an
alternative).

Let's just disable the platform on Android (as it used to be
before 448eb19158).

[1] https://android-review.googlesource.com/c/platform/bionic/+/1215779/1/docs/status.md

Fixes: 448eb19158 ("vulkan: automatically compile the `display` platform when available")
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Acked-by: Nataraj Deshpande <nataraj.deshpande@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5860>
2020-07-14 09:34:54 +00:00
..
meson.build meson: fix android vulkan build 2020-07-14 09:34:54 +00:00
wsi_common.c vulkan/wsi: Don't consider VK_SUBOPTIMAL_KHR to be an error condition 2020-07-06 14:49:06 +00:00
wsi_common.h radv,vulkan: add a new x11 wsi drirc workaround for DOOM Eternal 2020-07-02 08:31:57 +00:00
wsi_common_display.c vulkan/wsi: Really terminate DRM lease in wsi_release_display(). 2020-06-21 11:20:54 +00:00
wsi_common_display.h wsi/display: s/#if/#ifdef/ to fix -Wundef 2019-03-11 10:49:36 +00:00
wsi_common_private.h vulkan/wsi: Make wsi_swapchain inherit from vk_object_base 2020-05-04 14:06:27 +00:00
wsi_common_queue.h vulkan/wsi: Fix resource leak in success path of wsi_queue_init() 2016-11-28 21:11:25 +00:00
wsi_common_wayland.c vulkan/wsi: Make wsi_swapchain inherit from vk_object_base 2020-05-04 14:06:27 +00:00
wsi_common_wayland.h
wsi_common_x11.c wsi/x11: Log swapchain status changes 2020-07-06 14:49:06 +00:00
wsi_common_x11.h vulkan: drop always-true param 2018-10-26 18:33:11 +01:00