ppsspp/Common/GPU/Vulkan
2023-04-09 16:57:39 +02:00
..
thin3d_vulkan.cpp Garbage collect old buffers in push pool. 2023-03-15 01:25:03 +01: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 Another piece of the fix for #17250 (opensuse build error) 2023-04-09 16:57:39 +02:00
VulkanContext.h Sketch the new VulkanPushPool 2023-03-15 01:25:00 +01:00
VulkanDebug.cpp Add compat setting to force using maximum depth resolution 2023-03-26 00:27:58 +01: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 Texture upload: Correct the initial barrier before upload. 2023-04-01 23:48:24 +02:00
VulkanImage.h Vulkan: During texture upload, batch the buffer->image copies to do all the mips at once. 2023-03-14 10:11:19 +01: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 Merge pull request #17134 from hrydgard/more-replacement-work 2023-03-16 12:37:48 +01:00
VulkanMemory.h Fix the stats 2023-03-15 10:19:00 +01: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: Fix ordering of debug labels, fixing a new validation error. 2023-04-01 23:29:30 +02:00
VulkanQueueRunner.h Implement delayed depth readbacks for Vulkan only 2023-02-07 23:13:36 +01:00
VulkanRenderManager.cpp Wrap the display globals in a struct (#16998) 2023-02-25 13:09:44 +01:00
VulkanRenderManager.h Fix "DebugAnnotate" (not used, but I used it temporarily to investigate #17014) 2023-02-27 10:39:49 +01:00