mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-11 20:20:26 +01:00
There are cases like zink where we have a file descriptors we are searching for devices for, so we don't need device selecting reordering, we just want the fastest path to get the devices so we can match them. This also helps avoid some cases of deadlock inside compositors where zink/vulkan initialises later and tries to connect to the compositor. This uses a VK_EXT_layer_setting to add a bypass setting. Cc: mesa-stable Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38252> |
||
|---|---|---|
| .. | ||
| .clang-format | ||
| device_select.c | ||
| device_select.h | ||
| device_select_layer.c | ||
| device_select_wayland.c | ||
| device_select_x11.c | ||
| meson.build | ||
| VkLayer_MESA_device_select.json.in | ||