index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
video_core
/
fence_manager.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-02-19
scope_exit: Make constexpr
FearlessTobi
1
-1
/
+3
2023-12-17
renderer_vulkan: allow up to 7 swapchain images
Liam
1
-1
/
+1
2023-11-10
Revert "renderer_vulkan: add locks to avoid scheduler flushes from CPU"
Fernando Sahmkow
1
-4
/
+1
2023-10-17
renderer_vulkan: add locks to avoid scheduler flushes from CPU
Liam
1
-1
/
+4
2023-09-23
Query Cache: address issues
Fernando Sahmkow
1
-7
/
+7
2023-09-23
Query Cachge: Fully rework Vulkan's query cache
Fernando Sahmkow
1
-2
/
+21
2023-06-28
Memory Tracking: Optimize tracking to only use atomic writes when contested with the host GPU
Fernando Sahmkow
1
-1
/
+1
2023-05-07
Address feedback, add CR notice, etc
Fernando Sahmkow
1
-1
/
+6
2023-05-07
GPU: Add Reactive flushing
Fernando Sahmkow
1
-2
/
+2
2023-04-28
QueryCache: Fix write invalidation.
Fernando Sahmkow
1
-0
/
+1
2023-04-23
Accuracy Normal: reduce accuracy further for perf improvements in Project Lime
Fernando Sahmkow
1
-2
/
+7
2023-04-23
Fence Manager: implement async fence management in a sepparate thread.
Fernando Sahmkow
1
-32
/
+105
2022-10-06
VideoCore: Refactor fencing system.
Fernando Sahmkow
1
-57
/
+39
2022-10-06
VideoCore: Refactor syncing.
Fernando Sahmkow
1
-4
/
+8
2022-10-06
VideoCore: implement channels on gpu caches.
Fernando Sahmkow
1
-13
/
+15
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2022-03-18
general: Reduce core.h includes
ameerj
1
-2
/
+0
2021-07-09
Fence Manager: remove reference fencing.
Fernando Sahmkow
1
-21
/
+2
2021-07-09
Fence Manager: Force ordering on WFI.
Fernando Sahmkow
1
-0
/
+6
2021-07-09
Fence Manager: Add fences on Reference Count.
Fernando Sahmkow
1
-2
/
+22
2021-02-13
video_core: Reimplement the buffer cache
ReinUsesLisp
1
-0
/
+4
2020-12-30
video_core: Rewrite the texture cache
ReinUsesLisp
1
-2
/
+15
2020-12-04
video_core: Resolve more variable shadowing scenarios
Lioncash
1
-4
/
+4
2020-09-06
video_core: Remove all Core::System references in renderer
ReinUsesLisp
1
-15
/
+12
2020-08-24
video_core/fence_manager: Remove unnecessary includes
Lioncash
1
-5
/
+0
2020-05-02
fixed_pipeline_state: explicitly use template keyword after 1f345ebe3a55
Jan Beich
1
-2
/
+4
2020-04-22
Address Feedback.
Fernando Sahmkow
1
-6
/
+6
2020-04-22
Address Feedback.
Fernando Sahmkow
1
-30
/
+42
2020-04-22
QueryCache: Implement Async Flushes.
Fernando Sahmkow
1
-4
/
+14
2020-04-22
FenceManager: Manage syncpoints and rename fences to semaphores.
Fernando Sahmkow
1
-9
/
+49
2020-04-22
BufferCache: Refactor async managing.
Fernando Sahmkow
1
-3
/
+3
2020-04-22
FenceManager: Implement async buffer cache flushes on High settings
Fernando Sahmkow
1
-4
/
+11
2020-04-22
FenceManager: Implement should wait.
Fernando Sahmkow
1
-2
/
+6
2020-04-22
GPU: Implement a Fence Manager.
Fernando Sahmkow
1
-0
/
+97