ppsspp/Common/GPU/Vulkan
2023-12-15 14:00:51 +03:00
..
thin3d_vulkan.cpp [Common/File/GPU/Render/Input] Using reserve if possible 2023-12-15 14:00:51 +03: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 Use FastVec in VulkanBarrier 2023-12-07 17:30:18 +01:00
VulkanContext.cpp Merge pull request #18532 from dima-xd/adrenotools 2023-12-14 15:54:24 +01:00
VulkanContext.h [Common/Data/GPU/Input/System/UI] Added const reference for function params 2023-12-14 14:21:11 +03:00
VulkanDebug.cpp Add a sysprop for IsDebuggerPresent. 2023-10-12 11:58:04 +02:00
VulkanDebug.h Vulkan validation layers: Cap outputting the same message at 10 times. 2022-12-29 00:39:59 +01:00
VulkanDescSet.cpp Better version. 2023-10-12 23:33:54 +02:00
VulkanDescSet.h Step 1 2023-10-12 23:28:44 +02:00
VulkanFramebuffer.cpp Refactor UI background rendering. There's now a BackgroundScreen. 2023-12-10 22:26:46 +01:00
VulkanFramebuffer.h Vulkan: Add debug names to renderpasses 2023-09-27 16:56:57 +02:00
VulkanFrameData.cpp Android: Fix crashes on screen rotation 2023-10-11 16:44:30 +02:00
VulkanFrameData.h Simplest possible de-duplication of descriptor set writes 2023-10-10 09:02:35 +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 Implement custom driver loading for ARM64 Android devices 2023-12-14 08:53:03 +03:00
VulkanLoader.h Load the functions for VK_GOOGLE_display_timing 2023-08-03 09:52:48 +02:00
VulkanMemory.cpp [Common/File/GPU/Render/Input] Using reserve if possible 2023-12-15 14:00:51 +03:00
VulkanMemory.h Remove VulkanPushBuffer (keeping our newer replacement VulkanPushPool) 2023-10-11 09:06:24 +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 [Common/File/GPU/Render/Input] Using reserve if possible 2023-12-15 14:00:51 +03:00
VulkanQueueRunner.h Delete two unused structs 2023-11-11 10:55:54 +01:00
VulkanRenderManager.cpp Merge the 1.16.6 branch into master 2023-10-13 11:00:11 +02:00
VulkanRenderManager.h Merge the 1.16.6 branch into master 2023-10-13 11:00:11 +02:00