mesa/src/vulkan/wsi
Michel Dänzer 23f2e77710 wsi/x11: Use get_screen_resources_current in wsi_x11_detect_xwayland
get_screen_resources may trigger an active probe of display connections
in the X server, which may take significant time and/or result in log
file spam.

Fixes: b5268d532a "wsi/x11: Detect Xwayland"
Reported-by: Sylvain Bertrand <sylvain.bertrand@legeek.net>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8492>
2021-01-18 10:03:32 +00:00
..
meson.build wsi: move drm code to wsi_common_drm.c 2020-10-27 21:05:55 +00:00
wsi_common.c vulkan: Portable wsi_common_get_current_time() 2020-11-30 07:54:07 +00:00
wsi_common.h
wsi_common_display.c vulkan/wsi: fix possible random stalls in wsi_display_wait_for_event 2020-10-19 23:43:27 +00:00
wsi_common_display.h vulkan/util: Consolidate typed_memcpy 2020-12-01 07:48:08 +00:00
wsi_common_drm.c wsi: move drm code to wsi_common_drm.c 2020-10-27 21:05:55 +00:00
wsi_common_private.h
wsi_common_queue.h
wsi_common_wayland.c vulkan/util: Consolidate typed_memcpy 2020-12-01 07:48:08 +00:00
wsi_common_wayland.h
wsi_common_x11.c wsi/x11: Use get_screen_resources_current in wsi_x11_detect_xwayland 2021-01-18 10:03:32 +00:00
wsi_common_x11.h