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.cpp
Age
Commit message (
Expand
)
Author
2024-02-27
"Merge Tagged PR 12749"
HEAD
master
yuzubot
2024-01-18
Core: Eliminate core/memory dependancies.
Fernando Sahmkow
2024-01-18
Core: Clang format and other small issues.
Fernando Sahmkow
2024-01-18
SMMU: Initial adaptation to video_core.
Fernando Sahmkow
2024-01-07
Fix typos in video_core
Viktor Szépe
2023-12-18
vk_query_cache: Fix prefix sum max_accumulation_limit logic
Ameer J
2023-11-15
Query Cache: Disable write syncing on Android
Fernando Sahmkow
2023-10-11
Get out of render pass before query barriers, fix image names with samples > ...
Kelebek1
2023-10-01
Query Cache: Fix memory leak.
Fernando Sahmkow
2023-09-27
renderer_vulkan: fix query cache for homebrew
Liam
2023-09-23
Query Cache: Fix Prefix Sums
Fernando Sahmkow
2023-09-23
Query Cache: Fix behavior in Normal Accuracy
Fernando Sahmkow
2023-09-23
Query Cache: Simplify Prefix Sum compute shader
Fernando Sahmkow
2023-09-23
Query Cache: Implement host side sample counting.
Fernando Sahmkow
2023-09-23
Query Cache: Fix guest side sample counting
Fernando Sahmkow
2023-09-23
Query Cache: address issues
Fernando Sahmkow
2023-09-23
QueryCache: Implement dependant queries.
Fernando Sahmkow
2023-09-23
Query Cachge: Fully rework Vulkan's query cache
Fernando Sahmkow
2023-07-18
general: Silence -Wshadow{,-uncaptured-local} warnings
lat9nq
2023-04-23
QueryCache: rework async downloads.
Fernando Sahmkow
2023-04-23
Accuracy Normal: reduce accuracy further for perf improvements in Project Lime
Fernando Sahmkow
2022-12-04
vulkan_common: promote host query reset usage to core
Liam
2022-10-18
video_core: renderer_vulkan: vk_query_cache: Avoid shutdown crash in QueryPoo...
bunnei
2022-10-06
Address Feedback from bylaws.
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-09-24
Vulkan Query Cache: make sure to wait for the query result.
Fernando Sahmkow
2021-07-22
vk_query_cache: Wait before reading queries
ReinUsesLisp
2021-07-22
vk_scheduler: Allow command submission on worker thread
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-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
vk_query_cache: Hack counter destructor to avoid reserving queries
ReinUsesLisp
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-07-16
vk_query_cache: Make use of designated initializers where applicable
Lioncash
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-14
vk_query_cache: Implement generic query cache on Vulkan
ReinUsesLisp