Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-31 | chore: update project branding to citron | Zephyron | |
2023-06-18 | vk_device_info: Check only affected Intel drivers | lat9nq | |
Renames is_intel_proprietary to has_broken_compute for accuracy. vk_device_info: Use vulkan::device to check compute | |||
2023-06-06 | vk_device_info: Clean up includes [IWYU] | lat9nq | |
2023-06-06 | vk_device_info: Add SPDX data | lat9nq | |
2023-06-06 | yuzu-qt: Load Vulkan device info at startup | lat9nq | |
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. |