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.cpp
Age
Commit message (
Expand
)
Author
2021-02-13
video_core: Reimplement the buffer cache
ReinUsesLisp
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-12-30
video_core: Rewrite the texture cache
ReinUsesLisp
2020-09-19
renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphore
ReinUsesLisp
2020-07-16
vk_scheduler: Make use of designated initializers where applicable
Lioncash
2020-06-27
General: Tune the priority of main emulation threads so they have higher prio...
Fernando Sahmkow
2020-04-28
vulkan: Remove unnecessary includes
Lioncash
2020-04-13
renderer_vulkan: Catch device losses in more places
ReinUsesLisp
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