ppsspp/Common/Vulkan
2019-08-21 09:02:40 +02:00
..
VulkanContext.cpp Bugfixes to VK gpu profiling. Properly get the valid bits. 2019-08-21 09:02:40 +02:00
VulkanContext.h Bugfixes to VK gpu profiling. Properly get the valid bits. 2019-08-21 09:02:40 +02: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 More extreme paranoia in VulkanMaybeAvailable 2019-08-15 11:49:15 +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