summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Vulkan/CommandBufferManager.h
AgeCommit message (Expand)Author
2026-01-17Fix various typos and spelling mistakesSintendo
2025-07-21Vulkan: Fix present semaphores reuseMartino Fontana
2025-05-13Vulkan: Eliminate m_last_present_done flag.Jordan Woyak
2025-04-30VideoBackends/Vulkan: Use WorkQueueThreadSP for swap commands.Jordan Woyak
2024-10-02VideoBackends:Vulkan: Wait until we've confirmed a successful AcquireNextImag...TellowKrinkle
2024-10-02VideoBackends:Vulkan: Don't try to present if swapchain acquire failedTellowKrinkle
2023-03-20VideoBackends:Vulkan: Use WorkQueueThreadRobin Kertels
2023-03-20VideoBackends:Vulkan: Clean up submission thread BlockingLoop usageRobin Kertels
2022-11-07VideoBackends:Vulkan: Synchronize presentationRobin Kertels
2022-10-31VideoBackends:Vulkan: Fix 0 size descriptor poolsRobin Kertels
2022-10-25Merge pull request #10977 from tellowkrinkle/FixBackendMultithreadingJMC47
2022-10-23VideoBackends:Vulkan: Clean up unused memory allocation codeRobin Kertels
2022-10-23VideoBackends:Vulkan: Use VMA for stream bufferRobin Kertels
2022-10-23VideoBackends:Vulkan: Use VMA for staging buffersRobin Kertels
2022-10-17VideoBackends:Vulkan: Improve backend multithreadingTellowKrinkle
2022-10-16VideoBackends:Vulkan: Allocate descriptor pools as neededRobin Kertels
2022-10-01VideoBackends:Vulkan: Associate descriptor pool with frame rather than comman...Robin Kertels
2022-10-01VideoBackends:Vulkan: Decouple available command buffers from frames in flightRobin Kertels
2022-10-01VideoBackends:Vulkan: Only synchronize with submission thread when necessaryRobin Kertels
2021-10-13Fix all uninitialized variable warnings (C26495)Pokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2019-10-31Vulkan: Exclusive fullscreen support via VK_EXT_full_screen_exclusiveStenzek
2019-07-16VideoCommon: Remove unused MathUtil.h include from VideoCommon.hLioncash
2019-03-29Vulkan: Simplify command buffer fence trackingStenzek
2019-02-19Move most backend functionality to VideoCommonStenzek
2017-10-10Vulkan: Only use oldSwapchain in response to VK_ERROR_OUT_OF_DATE_KHRStenzek
2017-10-10Vulkan: Set a flag to resize the swap chain when presenting failsStenzek
2016-11-15Vulkan: Use multiple command pools, one per frameStenzek
2016-10-03Vulkan: Fix compilation on 32-bit targetsStenzek
2016-09-30Vulkan: Amend header includesLioncash
2016-10-01Vulkan: Only submit init/upload command buffer when it has commandsStenzek
2016-10-01Implement experimental Vulkan backendStenzek