ppsspp/Common/GPU/Vulkan
Henrik Rydgård ae8c804328
Merge pull request #17134 from hrydgard/more-replacement-work
Refactor the replacement cache
2023-03-16 12:37:48 +01: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 Vulkan on Android: In non-debug mode, avoid devices that were rejected by VulkanMayBeAvailable. 2023-02-28 18:18:19 +01:00
VulkanContext.h Sketch the new VulkanPushPool 2023-03-15 01:25:00 +01:00
VulkanDebug.cpp Replacer: Avoid tracking video textures 2023-03-10 12:20:55 +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 Don't try to generate mips for compressed replacement images 2023-03-14 11:55:21 +01: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 Vulkan on Android: In non-debug mode, avoid devices that were rejected by VulkanMayBeAvailable. 2023-02-28 18:18:19 +01:00
VulkanLoader.h Attempted buildfix 2023-02-27 01:11:11 +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 Implement delayed depth readbacks for Vulkan only 2023-02-07 23:13:36 +01: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