index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
renderer_vulkan
/
vk_master_semaphore.cpp
Age
Commit message (
Expand
)
Author
2023-11-12
renderer_vulkan: Introduce separate cmd buffer for uploads
GPUCode
2023-06-22
general: remove atomic signal and wait
Liam
2023-06-17
renderer_vulkan: add missing include
Liam
2023-05-28
renderer_vulkan: Remove timeline semaphore wait
GPUCode
2023-05-20
vk_master_semaphore: Move fence wait on separate thread
GPUCode
2023-04-14
vulkan: use plain fences when timeline semaphores are not available
Liam
2022-12-04
vulkan_common: clean up extension usage
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-06-21
vk_master_semaphore: Use jthread for debug thread
ReinUsesLisp
2021-04-14
common: Move settings to common from core.
bunnei
2021-01-04
renderer_vulkan: Move device abstraction to vulkan_common
ReinUsesLisp
2021-01-03
renderer_vulkan: Rename VKDevice to Device
ReinUsesLisp
2020-12-31
vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapp...
ReinUsesLisp
2020-09-19
renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphore
ReinUsesLisp