ppsspp/Common/GPU/Vulkan
Henrik Rydgård 6d8069dfd1 Vulkan: Remove the remains of the input attachment experiment
Haven't been using these for a while.

I've come to the conclusion here that I think it's better to try to
deal with the issues using safe workarounds like copies, instead of
relying on features with somewhat iffy driver support that are not
universal across APIs anyway.
2023-06-13 20:46:27 +02:00
..
thin3d_vulkan.cpp Vulkan: Remove the remains of the input attachment experiment 2023-06-13 20:46:27 +02:00
VulkanAlloc.h More integration, use VMA in VulkanTexture 2021-11-22 18:54:09 +01:00
VulkanBarrier.cpp Implement copy operation properly for the multisampled case 2022-12-02 15:25:02 +01:00
VulkanBarrier.h Some refactoring of framebuffer views, layer issues, more work. 2022-10-27 11:05:58 +02:00
VulkanContext.cpp Sanity checks in InitSwapchain 2023-05-05 00:03:20 +02:00
VulkanContext.h List Vulkan present modes in system info, show the current one 2023-04-20 00:21:06 +02:00
VulkanDebug.cpp VulkanDebug log fix, reduce log spam 2023-05-30 18:32:33 +02:00
VulkanDebug.h Vulkan validation layers: Cap outputting the same message at 10 times. 2022-12-29 00:39:59 +01:00
VulkanFramebuffer.cpp Vulkan: Remove the remains of the input attachment experiment 2023-06-13 20:46:27 +02:00
VulkanFramebuffer.h Vulkan: Remove the remains of the input attachment experiment 2023-06-13 20:46:27 +02:00
VulkanFrameData.cpp Implement delayed depth readbacks for Vulkan only 2023-02-07 23:13:36 +01:00
VulkanFrameData.h Implement delayed depth readbacks for Vulkan only 2023-02-07 23:13:36 +01:00
VulkanImage.cpp Quick, suboptimal barrier fix for the new UpdateImageLevels functionality 2023-05-30 18:29:49 +02:00
VulkanImage.h Quick, suboptimal barrier fix for the new UpdateImageLevels functionality 2023-05-30 18:29:49 +02:00
VulkanLoader.cpp Add compat setting to force using maximum depth resolution 2023-03-26 00:27:58 +01:00
VulkanLoader.h Add compat setting to force using maximum depth resolution 2023-03-26 00:27:58 +01:00
VulkanMemory.cpp Allow other backends than Vulkan to have GPU memory stats. Implement for GL. 2023-05-24 14:33:01 +02:00
VulkanMemory.h Add some comments. 2023-06-12 13:16:13 +02:00
VulkanProfiler.cpp Found a bug where we tried to look up queue family -1 when initializing the frame profiler. 2022-12-23 11:37:59 +01:00
VulkanProfiler.h Enable support for Android Vulkan validation. Fix a minor validation error. 2022-12-22 11:13:52 +01:00
VulkanQueueRunner.cpp Vulkan: Remove the remains of the input attachment experiment 2023-06-13 20:46:27 +02:00
VulkanQueueRunner.h Vulkan: Remove the remains of the input attachment experiment 2023-06-13 20:46:27 +02:00
VulkanRenderManager.cpp Vulkan: Remove the remains of the input attachment experiment 2023-06-13 20:46:27 +02:00
VulkanRenderManager.h Vulkan: Remove the remains of the input attachment experiment 2023-06-13 20:46:27 +02:00