mesa/src/vulkan/wsi
Valentine Burley d93d989e5d wsi: Guard DRM-dependent function implementations with HAVE_LIBDRM
Adress an implicit function declaration error by ensuring that DRM-dependent
functions are only compiled when HAVE_LIBDRM is set.

Fixes: 59813ae468 ("wsi: Add common infrastructure for explicit sync")
Signed-off-by: Valentine Burley <valentine.burley@gmail.com>
Reviewed-by: Joshua Ashton <joshua@froggi.es>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29267>
2024-05-26 19:48:16 +00:00
..
meson.build build: Add linux-drm-syncobj-v1 wayland protocol 2024-04-02 13:09:37 +00:00
wsi_common.c vulkan/wsi: Make current_frame usable in all cases 2024-05-16 18:12:30 +00:00
wsi_common.h wsi/x11: support explicit sync 2024-04-16 02:40:01 +00:00
wsi_common_display.c vulkan/wsi: unify all the image usage flag caps 2023-10-26 00:08:57 +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 wsi: Guard DRM-dependent function implementations with HAVE_LIBDRM 2024-05-26 19:48:16 +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 treewide: Cleanup unused structs 2024-05-11 17:30:59 +00:00
wsi_common_private.h wsi/wayland: don't use explicit sync with sw 2024-04-10 23:08:36 +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 wsi: Guard DRM-dependent function implementations with HAVE_LIBDRM 2024-05-26 19:48:16 +00:00
wsi_common_win32.cpp vulkan/wsi: Convert bit tests to bool with != 0 2023-12-15 00:39:10 +00:00
wsi_common_x11.c wsi: Guard DRM-dependent function implementations with HAVE_LIBDRM 2024-05-26 19:48:16 +00:00