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_query_cache.h
Age
Commit message (
Expand
)
Author
2024-01-18
SMMU: Initial adaptation to video_core.
Fernando Sahmkow
2023-09-23
Query Cache: address issues
Fernando Sahmkow
2023-09-23
Query Cachge: Fully rework Vulkan's query cache
Fernando Sahmkow
2023-04-23
QueryCache: rework async downloads.
Fernando Sahmkow
2022-10-06
VideoCore: implement channels on gpu caches.
Fernando Sahmkow
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
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-05
video_core: Resolve more variable shadowing scenarios pt.3
Lioncash
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-09-06
video_core: Remove all Core::System references in renderer
ReinUsesLisp
2020-04-28
vulkan: Remove unnecessary includes
Lioncash
2020-04-10
renderer_vulkan: Drop Vulkan-Hpp
ReinUsesLisp
2020-02-14
vk_query_cache: Implement generic query cache on Vulkan
ReinUsesLisp