ppsspp/Common/GPU/Vulkan
2023-05-30 18:32:33 +02:00
..
thin3d_vulkan.cpp Fix image leak bug when pausing and we're just displaying a framebuffer in memory 2023-05-30 18:29:50 +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 Global: Fix some format warnings. 2023-01-18 21:42:19 -08:00
VulkanFramebuffer.h Fix switching between MSAA levels 2022-12-01 22:49:00 +01: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 Allow other backends than Vulkan to have GPU memory stats. Implement for GL. 2023-05-24 14:33:01 +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 support for other index types than 16-bit. 2023-05-30 10:15:34 +02:00
VulkanQueueRunner.h Vulkan: Remove support for other index types than 16-bit. 2023-05-30 10:15:34 +02:00
VulkanRenderManager.cpp Fix a very tiny memory leak 2023-05-29 23:11:35 +02:00
VulkanRenderManager.h Vulkan: Remove support for other index types than 16-bit. 2023-05-30 10:15:34 +02:00