ppsspp/Common/Vulkan
2019-08-12 23:24:40 +02:00
..
VulkanContext.cpp Warning fix 2019-06-25 21:35:54 +02:00
VulkanContext.h VK code cleanup: Just a little helper for handling dedicated allocation for images. 2019-02-07 14:56:29 +01:00
VulkanDebug.cpp VK code cleanup: Just a little helper for handling dedicated allocation for images. 2019-02-07 14:56:29 +01:00
VulkanDebug.h Further improve VK extension loading. Switch to VK_EXT_debug_utils (but fallback to VK_EXT_debug_report if only that is available). 2019-02-05 21:31:38 +01:00
VulkanImage.cpp Vulkan: Image views: The driver is probably smart enough to recognize a no-swizzle, but let's use the proper method. 2019-08-12 23:09:47 +02:00
VulkanImage.h VulkanImage: Fix issue where we'd try to free dedicated allocations from the allocator_ instead of Vulkan directly. 2019-02-24 22:23:26 +01:00
VulkanLoader.cpp Micro-optimize the Vulkan loader: Load more device-specific function pointers to avoid a bounce in the device loader, reorder things a little. 2019-08-12 23:24:40 +02:00
VulkanLoader.h Further improve VK extension loading. Switch to VK_EXT_debug_utils (but fallback to VK_EXT_debug_report if only that is available). 2019-02-05 21:31:38 +01:00
VulkanMemory.cpp Merge pull request #11884 from hrydgard/vulkan-buffer-usage 2019-03-18 11:17:49 +01:00
VulkanMemory.h Vulkan: Narrow down buffer usage flags a little bit. 2019-03-14 12:41:39 +01:00