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
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