ppsspp/Common/GPU/Vulkan
2023-09-23 10:09:32 +02:00
..
thin3d_vulkan.cpp TextureBatch tiny optimization: Use vector.reserve 2023-09-18 14:49:13 +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 Fix the semantics of DenseHashMap to be consistent even when inserting nulls 2023-09-11 12:07:18 +02:00
VulkanImage.cpp Vulkan: If a createimageview failed, don't leak the image. Probably very rare. 2023-09-20 18:47:32 +02:00
VulkanImage.h Quick, suboptimal barrier fix for the new UpdateImageLevels functionality 2023-05-30 18:29:49 +02:00
VulkanLoader.cpp Warning and comment fixes, logic precedence fixes in PPGeDraw 2023-09-21 16:41:42 +02:00
VulkanLoader.h Load the functions for VK_GOOGLE_display_timing 2023-08-03 09:52:48 +02:00
VulkanMemory.cpp Some assert paranoia, remove unused "failed_" variable 2023-09-23 10:09:32 +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: Remove an assert that didn't give much actionable information. Replace with reporting. 2023-09-20 22:50:38 +02:00
VulkanQueueRunner.h Vulkan: Remove an assert that didn't give much actionable information. Replace with reporting. 2023-09-20 22:50:38 +02:00
VulkanRenderManager.cpp Vulkan: Remove an assert that didn't give much actionable information. Replace with reporting. 2023-09-20 22:50:38 +02:00
VulkanRenderManager.h Vulkan: Remove an assert that didn't give much actionable information. Replace with reporting. 2023-09-20 22:50:38 +02:00