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.h
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-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-11-22
general: fix compile for Apple Clang
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-11-16
Vulkan: fix waiting on semaphore.
FernandoS27
2021-10-04
Vulkan: Fix failing barrier on refresh.
Fernando Sahmkow
2021-10-04
Vulkan: Fix the master Semaphore
FernandoS27
2021-07-22
vk_master_semaphore: Use fetch_add to increase master semaphore tick
ReinUsesLisp
2021-06-21
vk_master_semaphore: Use jthread for debug thread
ReinUsesLisp
2021-04-12
vk_master_semaphore: Deduplicate atomic access within IsFree()
Lioncash
2021-04-12
vk_master_semaphore: Add missing const qualifier for IsFree()
Lioncash
2021-02-13
vk_master_semaphore: Mark gpu_tick atomic operations with relaxed order
ReinUsesLisp
2021-02-13
vk_staging_buffer_pool: Inline tick tests
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