ppsspp/Common/GPU/Vulkan
2023-09-06 18:46:19 +02:00
..
thin3d_vulkan.cpp Add Mesa as a known GPU driver "vendor". 2023-08-17 22:06:03 +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 Vulkan: Fix disabling VSync on SDL platforms that support IMMEDIATE but not MAILBOX 2023-09-06 18:46:19 +02:00
VulkanContext.h Add Mesa as a known GPU driver "vendor". 2023-08-17 22:06:03 +02:00
VulkanDebug.cpp Use VK_KHR_present_wait to get numbers on how much latency we have to screen 2023-08-02 20:34:22 +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 Fix an initialLayout issue with the image we use as the backbuffers's depth 2023-07-21 23:17:24 +02:00
VulkanFramebuffer.h Vulkan: Remove the remains of the input attachment experiment 2023-06-13 20:46:27 +02:00
VulkanFrameData.cpp Don't use the present time extensions (but keep the code around for future experiments) 2023-08-30 10:47:20 +02:00
VulkanFrameData.h Don't use the present time extensions (but keep the code around for future experiments) 2023-08-30 10:47:20 +02: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 Load the functions for VK_GOOGLE_display_timing 2023-08-03 09:52:48 +02:00
VulkanLoader.h Load the functions for VK_GOOGLE_display_timing 2023-08-03 09:52:48 +02: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 Implement RetroAchievements challenge mode restrictions, and fix related bugs 2023-07-08 21:55:32 +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 profiler: Show CPU command buffer recording timing even if GPU timing is unavailable 2023-06-14 09:15:29 +02:00
VulkanQueueRunner.h Vulkan: Remove the remains of the input attachment experiment 2023-06-13 20:46:27 +02:00
VulkanRenderManager.cpp Don't use the present time extensions (but keep the code around for future experiments) 2023-08-30 10:47:20 +02:00
VulkanRenderManager.h Don't use the present time extensions (but keep the code around for future experiments) 2023-08-30 10:47:20 +02:00