pcsx2/common/Vulkan
Connor McLaughlin 95fa15f902 Vulkan: Use pool of semaphores instead of per-image
Some drivers apparently don't iterate images in the order you expect.
2023-01-12 11:03:21 +01:00
..
Builders.cpp Vulkan: Add ComputeShaderPipelineBuilder 2022-11-23 11:45:37 +00:00
Builders.h Vulkan: Add ComputeShaderPipelineBuilder 2022-11-23 11:45:37 +00:00
Context.cpp Vulkan/Context: Acquire swap chain image after presenting 2023-01-06 14:57:57 +00:00
Context.h Vulkan/Context: Pass swap chain through to submission 2023-01-06 14:57:57 +00:00
EntryPoints.h Common:Vk: Load VK_EXT_calibrated_timestamps 2022-10-24 14:33:17 +01:00
EntryPoints.inl Common:Vk: Load VK_EXT_calibrated_timestamps 2022-10-24 14:33:17 +01:00
Loader.cpp Common: Remove unused code 2022-08-27 13:52:12 +01:00
Loader.h Common: Warning fixes for clang-cl 2022-12-25 09:27:44 +00:00
ShaderCache.cpp Vulkan/ShaderCache: Don't delete cache when running 2 instances 2022-03-30 12:38:08 +02:00
ShaderCache.h Common: Add Vulkan helper classes 2022-01-08 05:19:45 +00:00
ShaderCompiler.cpp GS/Vulkan: Fix warning when compiling RGBA8->RGB5A1 shader 2022-02-20 14:03:33 +00:00
ShaderCompiler.h Common: Add Vulkan helper classes 2022-01-08 05:19:45 +00:00
StreamBuffer.cpp GS/Vulkan: Prefer coherent for upload and cached for download buffers 2022-02-02 00:30:56 +00:00
StreamBuffer.h Vulkan/StreamBuffer: Use VulkanMemoryAllocator 2022-01-08 05:19:45 +00:00
SwapChain.cpp Vulkan: Use pool of semaphores instead of per-image 2023-01-12 11:03:21 +01:00
SwapChain.h Vulkan: Use pool of semaphores instead of per-image 2023-01-12 11:03:21 +01:00
Texture.cpp GS/HW: Fix various issues with texture replacements 2022-11-26 16:17:20 +00:00
Texture.h GS/HW: Fix various issues with texture replacements 2022-11-26 16:17:20 +00:00
Util.cpp Vulkan: Implement adaptive vsync (FIFO-relaxed) 2022-02-07 01:42:40 +00:00
Util.h Vulkan: Implement adaptive vsync (FIFO-relaxed) 2022-02-07 01:42:40 +00:00
vk_mem_alloc.cpp Common: Add Vulkan helper classes 2022-01-08 05:19:45 +00:00