index
:
yuzu
main
yuzu-amber
Nintendo Switch emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
renderer_vulkan
/
vk_present_manager.cpp
Age
Commit message (
Expand
)
Author
2025-05-12
fix(renderer_vulkan): resolve asynchronous presentation crashes and compilati...
Zephyron
2024-01-16
renderer_vulkan: recreate swapchain when frame size changes
Liam
2023-12-31
Vulkan: Only recreate swapchain if the frame is bigger than the swap image.
Fernando Sahmkow
2023-12-16
renderer_vulkan: allow up to 7 swapchain images
Liam
2023-12-14
renderer_vulkan: bound async presentation queue growth
Liam
2023-12-03
renderer_vulkan: do not recreate swapchain for srgb
Liam
2023-10-02
vk_present_manager: recreate surface on any surface loss
Liam
2023-06-18
renderer_vulkan: Use VMA for images
GPUCode
2023-06-03
android: vk_presentation_manager: Fix unusued needs_recreation.
bunnei
2023-06-03
android: renderer_vulkan: Fix crash with surface recreation.
bunnei
2023-06-03
android: vulkan: Recreate surface after suspension & adapt to async. presenta...
bunnei
2023-05-03
vk_present_manager: Fix softlocks when disabling async present
GPUCode
2023-05-01
vk_present_manager: Add toggle for async presentation
GPUCode
2023-05-01
renderer_vulkan: Async presentation
GPUCode