ppsspp/Common/GPU/Vulkan
2021-12-12 23:19:29 +01:00
..
thin3d_vulkan.cpp Name uniform buffers, add more asserts. Used this to track down the bug fixed in the previous commit. 2021-12-10 21:01:01 +01:00
VulkanAlloc.h More integration, use VMA in VulkanTexture 2021-11-22 18:54:09 +01:00
VulkanContext.cpp Fixes when profiler is disabled. 2021-12-12 12:42:40 +01:00
VulkanContext.h Add a 2x2 downsampled version of 4xBRZ as 2xBRZ (save memory bandwidth) 2021-12-12 23:19:29 +01:00
VulkanDebug.cpp Global: Remove some unused variables. 2021-02-15 11:59:45 -08:00
VulkanDebug.h Move most GPU things to Common. 2020-10-04 23:39:02 +02:00
VulkanImage.cpp Add a simple GPU profiler to profile individual events, rather than full passes. 2021-12-12 12:11:54 +01:00
VulkanImage.h Add a simple GPU profiler to profile individual events, rather than full passes. 2021-12-12 12:11:54 +01:00
VulkanLoader.cpp Detect and specify the max available Vulkan version, up to 1.2. 2021-12-07 21:26:14 +01:00
VulkanLoader.h Detect and specify the max available Vulkan version, up to 1.2. 2021-12-07 21:26:14 +01:00
VulkanMemory.cpp Name uniform buffers, add more asserts. Used this to track down the bug fixed in the previous commit. 2021-12-10 21:01:01 +01:00
VulkanMemory.h Name uniform buffers, add more asserts. Used this to track down the bug fixed in the previous commit. 2021-12-10 21:01:01 +01:00
VulkanProfiler.cpp Fixes when profiler is disabled. 2021-12-12 12:42:40 +01:00
VulkanProfiler.h Fixes when profiler is disabled. 2021-12-12 12:42:40 +01:00
VulkanQueueRunner.cpp Vulkan is strict about scissor rect, so let's clamp centrally. 2021-12-08 22:38:01 +01:00
VulkanQueueRunner.h Vulkan: Add a single background thread for pipeline creation 2021-11-21 18:36:00 +01:00
VulkanRenderManager.cpp Fixes when profiler is disabled. 2021-12-12 12:42:40 +01:00
VulkanRenderManager.h Vulkan is strict about scissor rect, so let's clamp centrally. 2021-12-08 22:38:01 +01:00