Lucas Reis
edce713fc9
Allocate resources for test window before getting system info
2 years ago
Alexandre Bouvier
9d6f8e88b2
vulkan: centralize config
2 years ago
Steveice10
aa89ec9214
yuzu: Use test window with VulkanSurface to check for present modes.
It is probably not correct to create a surface on a non-VulkanSurface window.
On macOS this causes a preferences crash due to missing CAMetalLayer.
3 years ago
lat9nq
b9a86b040b
vk_device_info: Check only affected Intel drivers
Renames is_intel_proprietary to has_broken_compute for accuracy.
vk_device_info: Use vulkan::device to check compute
3 years ago
lat9nq
013c34cb32
vk_device_info: Clean up includes [IWYU]
3 years ago
lat9nq
f9fc996083
vk_device_info: Add SPDX data
3 years ago
lat9nq
fc0c4db20d
yuzu-qt: Load Vulkan device info at startup
Loading it when the configuration opens now incurs a noticeable delay.
We also don't need to rediscover the same data repeatedly each time the
configuration opens.
Moves vulkan device info discovery to yuzu's startup as opposed to the
configure_graphics constructor.
3 years ago