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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Memory Tracking: Optimize tracking to only use atomic writes when contested with the host GPU
Fernando Sahmkow
2023-06-28
1
-1
/
+1
*
Address feedback, add CR notice, etc
Fernando Sahmkow
2023-05-07
1
-1
/
+6
*
GPU: Add Reactive flushing
Fernando Sahmkow
2023-05-07
1
-2
/
+2
*
QueryCache: Fix write invalidation.
Fernando Sahmkow
2023-04-28
1
-0
/
+1
*
Accuracy Normal: reduce accuracy further for perf improvements in Project Lime
Fernando Sahmkow
2023-04-23
1
-2
/
+7
*
Fence Manager: implement async fence management in a sepparate thread.
Fernando Sahmkow
2023-04-23
1
-32
/
+105
*
VideoCore: Refactor fencing system.
Fernando Sahmkow
2022-10-06
1
-57
/
+39
*
VideoCore: Refactor syncing.
Fernando Sahmkow
2022-10-06
1
-4
/
+8
*
VideoCore: implement channels on gpu caches.
Fernando Sahmkow
2022-10-06
1
-13
/
+15
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
general: Reduce core.h includes
ameerj
2022-03-18
1
-2
/
+0
*
Fence Manager: remove reference fencing.
Fernando Sahmkow
2021-07-09
1
-21
/
+2
*
Fence Manager: Force ordering on WFI.
Fernando Sahmkow
2021-07-09
1
-0
/
+6
*
Fence Manager: Add fences on Reference Count.
Fernando Sahmkow
2021-07-09
1
-2
/
+22
*
video_core: Reimplement the buffer cache
ReinUsesLisp
2021-02-13
1
-0
/
+4
*
video_core: Rewrite the texture cache
ReinUsesLisp
2020-12-30
1
-2
/
+15
*
video_core: Resolve more variable shadowing scenarios
Lioncash
2020-12-04
1
-4
/
+4
*
video_core: Remove all Core::System references in renderer
ReinUsesLisp
2020-09-06
1
-15
/
+12
*
video_core/fence_manager: Remove unnecessary includes
Lioncash
2020-08-24
1
-5
/
+0
*
fixed_pipeline_state: explicitly use template keyword after 1f345ebe3a55
Jan Beich
2020-05-02
1
-2
/
+4
*
Address Feedback.
Fernando Sahmkow
2020-04-22
1
-6
/
+6
*
Address Feedback.
Fernando Sahmkow
2020-04-22
1
-30
/
+42
*
QueryCache: Implement Async Flushes.
Fernando Sahmkow
2020-04-22
1
-4
/
+14
*
FenceManager: Manage syncpoints and rename fences to semaphores.
Fernando Sahmkow
2020-04-22
1
-9
/
+49
*
BufferCache: Refactor async managing.
Fernando Sahmkow
2020-04-22
1
-3
/
+3
*
FenceManager: Implement async buffer cache flushes on High settings
Fernando Sahmkow
2020-04-22
1
-4
/
+11
*
FenceManager: Implement should wait.
Fernando Sahmkow
2020-04-22
1
-2
/
+6
*
GPU: Implement a Fence Manager.
Fernando Sahmkow
2020-04-22
1
-0
/
+97