| Age | Commit message (Collapse) | Author |
|
Add macos moltenvk bundle, Add copy moltevk dylib script
|
|
|
|
|
|
|
|
|
|
|
|
vulkan: centralize config
|
|
|
|
|
|
|
|
vma: enable options everywhere
|
|
|
|
|
|
|
|
|
|
|
|
|
|
On devices that don't support D24S8 but supports D32S8, this should still return true if D32S8 supports src and dst blit
|
|
|
|
|
|
vulkan_common: use device local preferred for image memory
|
|
version check.
|
|
video_core: vulkan_device: Fix S8Gen2 dynamic state checks.
|
|
|
|
Add support for VK_KHR_image_format_list
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Causes crashes because mali drivers don't support debug utils
|
|
* 1.3 is guaranteed on all 1.1 drivers
|
|
|
|
|
|
Use vulkan memory allocator
|
|
|
|
* Allows VMA to fallback to system RAM instead of crashing
|
|
|
|
Co-authored-by: Tobias <thm.frey@gmail.com>
|
|
Checks it as the system is determining what settings to enable. Reduces
the need to check settings while the system is running.
|
|
Also limits it to only affected Intel proprietrary driver versions.
vulkan_device: Move broken compute determination
vk_device: Remove errant back quote
|
|
|
|
|
|
|
|
* Appears to be unused atm
|
|
video_core: Move vma implementation to library
|
|
Unused in yuzu. Enables yuzu to boot games in Wine using Vulkan.
|