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