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_scheduler.h
Age
Commit message (
Expand
)
Author
2024-01-15
Fix one more typo
Viktor Szépe
2023-11-12
renderer_vulkan: Introduce separate cmd buffer for uploads
GPUCode
2023-09-23
Query Cache: address issues
Fernando Sahmkow
2023-09-23
Query Cachge: Fully rework Vulkan's query cache
Fernando Sahmkow
2023-05-01
renderer_vulkan: Async presentation
GPUCode
2023-03-12
vk_scheduler: split work queue waits and execution waits
Liam
2023-01-07
renderer_vulkan: pause turbo submissions on inactive queue
Liam
2022-11-22
general: fix compile for Apple Clang
Liam
2022-10-28
vk_scheduler: Remove recorded_counts
Robin Kertels
2022-06-26
video_core: Replace VKQueryCache with QueryCache
german77
2022-06-26
video_core: Replace VKScheduler with Scheduler
german77
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-19
video_core: Reduce unused includes
ameerj
2022-01-31
Vulkan: Fix Scheduler Chunks when their FuncType is 0.
Fernando Sahmkow
2021-11-16
vulkan: Implement rescaling shader patching
ReinUsesLisp
2021-09-23
video_core: Fix jthread related hangs when stopping emulation
ameerj
2021-09-15
vk_scheduler: Use std::jthread
ameerj
2021-09-02
renderer_vulkan: Wait on present semaphore at queue submit
ameerj
2021-07-22
video_core,shader: Clang-format fixes
ReinUsesLisp
2021-07-22
vk_scheduler: Use locks instead of SPSC a queue
ReinUsesLisp
2021-07-22
vk_scheduler: Allow command submission on worker thread
ReinUsesLisp
2021-07-22
vulkan: Build pipelines in parallel at runtime
ReinUsesLisp
2021-02-13
video_core: Reimplement the buffer cache
ReinUsesLisp
2021-01-27
vk_scheduler: Fix unaligned placement new expressions
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-12-30
video_core: Rewrite the texture cache
ReinUsesLisp
2020-12-05
video_core: Resolve more variable shadowing scenarios pt.2
Lioncash
2020-09-19
renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphore
ReinUsesLisp
2020-04-28
vulkan: Remove unnecessary includes
Lioncash
2020-04-10
renderer_vulkan: Drop Vulkan-Hpp
ReinUsesLisp
2020-02-28
vk_state_tracker: Initial implementation
ReinUsesLisp
2020-02-14
vk_query_cache: Implement generic query cache on Vulkan
ReinUsesLisp
2019-12-13
vk_scheduler: Delegate commands to a worker thread and state track
ReinUsesLisp
2019-07-07
vk_scheduler: Drop execution context in favor of views
ReinUsesLisp
2019-02-22
vk_scheduler: Implement a scheduler
ReinUsesLisp