mesa/src/vulkan/wsi
Erik Faye-Lund 676c65d8d5 vulkan/util: Add extern "C" to allow inclusion from c++
We're about to need including this header from a C++ source, so let's
wrap the whole thing in extern "C".

Reviewed-by: Jason Ekstrand <jason.ekstrand@collabora.com>
Reviewed-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14850>
2022-02-04 10:16:42 +00:00
..
meson.build vulkan/wsi: implement missing wsi_register_device_event 2021-11-04 16:57:29 +00:00
wsi_common.c vulkan/wsi: Add image create and bind helpers 2022-01-31 19:46:55 +00:00
wsi_common.h vulkan/util: Add extern "C" to allow inclusion from c++ 2022-02-04 10:16:42 +00:00
wsi_common_display.c vulkan/wsi/display: Split image creation 2022-01-31 19:46:55 +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/drm: Drop wsi_create_native/prime_image 2022-01-31 19:46:55 +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/drm: Drop wsi_create_native/prime_image 2022-01-31 19:46:55 +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: remove format switch from wl_shm_format_for_vk_format 2022-02-01 08:00:22 +00:00
wsi_common_win32.c vulkan/wsi/win32: Break create_win32_image in pieces 2022-01-31 19:46:55 +00:00
wsi_common_x11.c vulkan/wsi/x11: Split image creation 2022-01-31 19:46:54 +00:00