ppsspp/Common/Vulkan
2020-06-21 23:04:51 +02:00
..
VulkanContext.cpp Move the responsibility to register the debugutils callback to the VulkanContext. We only use one anyway. 2020-06-21 23:04:51 +02:00
VulkanContext.h Move the responsibility to register the debugutils callback to the VulkanContext. We only use one anyway. 2020-06-21 23:04:51 +02:00
VulkanDebug.cpp Vulkan: Remove support for the old VK_EXT_debug_report extension 2020-06-21 23:04:51 +02:00
VulkanDebug.h Vulkan: Remove support for the old VK_EXT_debug_report extension 2020-06-21 23:04:51 +02:00
VulkanImage.cpp Vulkan: Compile compute shaders only if enabled. 2019-09-30 00:39:00 -07:00
VulkanImage.h Vulkan: Framebuffer manager: Use an allocator for "MakePixelTexture" images. 2020-05-06 22:24:10 +02:00
VulkanLoader.cpp Vulkan: Remove support for the old VK_EXT_debug_report extension 2020-06-21 23:04:51 +02:00
VulkanLoader.h Vulkan: Remove support for the old VK_EXT_debug_report extension 2020-06-21 23:04:51 +02:00
VulkanMemory.cpp Vulkan: Check coherent bit. 2019-09-29 10:53:00 -07:00
VulkanMemory.h Also experiment with a "copy shader" that just does raw data manipulation into GPU local memory, then copies to image from there. 2019-09-29 10:39:12 -07:00