ppsspp/Common/Vulkan
Henrik Rydgård 7610220b30 Vulkan: Prepare for adding a second init path for VulkanContext.
Will eventually be used for libretro.
2019-09-01 22:21:19 +02:00
..
VulkanContext.cpp Vulkan: Prepare for adding a second init path for VulkanContext. 2019-09-01 22:21:19 +02:00
VulkanContext.h Bugfixes to VK gpu profiling. Properly get the valid bits. 2019-08-21 09:02:40 +02:00
VulkanDebug.cpp Vulkan: Disable some bad validation. Things are right and work fine. 2019-08-21 10:23:36 +02: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 Oops, fix the last commit, it got a little restrictive. 2019-09-01 16:10:28 +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