index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
VideoBackends
/
Vulkan
/
CommandBufferManager.h
Age
Commit message (
Expand
)
Author
2026-01-17
Fix various typos and spelling mistakes
Sintendo
2025-07-21
Vulkan: Fix present semaphores reuse
Martino Fontana
2025-05-13
Vulkan: Eliminate m_last_present_done flag.
Jordan Woyak
2025-04-30
VideoBackends/Vulkan: Use WorkQueueThreadSP for swap commands.
Jordan Woyak
2024-10-02
VideoBackends:Vulkan: Wait until we've confirmed a successful AcquireNextImag...
TellowKrinkle
2024-10-02
VideoBackends:Vulkan: Don't try to present if swapchain acquire failed
TellowKrinkle
2023-03-20
VideoBackends:Vulkan: Use WorkQueueThread
Robin Kertels
2023-03-20
VideoBackends:Vulkan: Clean up submission thread BlockingLoop usage
Robin Kertels
2022-11-07
VideoBackends:Vulkan: Synchronize presentation
Robin Kertels
2022-10-31
VideoBackends:Vulkan: Fix 0 size descriptor pools
Robin Kertels
2022-10-25
Merge pull request #10977 from tellowkrinkle/FixBackendMultithreading
JMC47
2022-10-23
VideoBackends:Vulkan: Clean up unused memory allocation code
Robin Kertels
2022-10-23
VideoBackends:Vulkan: Use VMA for stream buffer
Robin Kertels
2022-10-23
VideoBackends:Vulkan: Use VMA for staging buffers
Robin Kertels
2022-10-17
VideoBackends:Vulkan: Improve backend multithreading
TellowKrinkle
2022-10-16
VideoBackends:Vulkan: Allocate descriptor pools as needed
Robin Kertels
2022-10-01
VideoBackends:Vulkan: Associate descriptor pool with frame rather than comman...
Robin Kertels
2022-10-01
VideoBackends:Vulkan: Decouple available command buffers from frames in flight
Robin Kertels
2022-10-01
VideoBackends:Vulkan: Only synchronize with submission thread when necessary
Robin Kertels
2021-10-13
Fix all uninitialized variable warnings (C26495)
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2019-10-31
Vulkan: Exclusive fullscreen support via VK_EXT_full_screen_exclusive
Stenzek
2019-07-16
VideoCommon: Remove unused MathUtil.h include from VideoCommon.h
Lioncash
2019-03-29
Vulkan: Simplify command buffer fence tracking
Stenzek
2019-02-19
Move most backend functionality to VideoCommon
Stenzek
2017-10-10
Vulkan: Only use oldSwapchain in response to VK_ERROR_OUT_OF_DATE_KHR
Stenzek
2017-10-10
Vulkan: Set a flag to resize the swap chain when presenting fails
Stenzek
2016-11-15
Vulkan: Use multiple command pools, one per frame
Stenzek
2016-10-03
Vulkan: Fix compilation on 32-bit targets
Stenzek
2016-09-30
Vulkan: Amend header includes
Lioncash
2016-10-01
Vulkan: Only submit init/upload command buffer when it has commands
Stenzek
2016-10-01
Implement experimental Vulkan backend
Stenzek