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
/
gpu_asynch.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
OpenGL: Implement Fencing backend.
Fernando Sahmkow
2020-04-22
1
-0
/
+2
*
GPU: Setup Flush/Invalidate to use VAddr instead of CacheAddr
Fernando Sahmkow
2020-04-06
1
-3
/
+3
*
Frontend/GPU: Refactor context management
James Rowe
2020-03-25
1
-1
/
+8
*
Core: Wait for GPU to be idle before shutting down.
Fernando Sahmkow
2019-10-05
1
-0
/
+1
*
gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfig
ReinUsesLisp
2019-08-21
1
-3
/
+2
*
NVServices: Styling, define constructors as explicit and corrections
Fernando Sahmkow
2019-07-05
1
-1
/
+1
*
GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirroring hardware
Fernando Sahmkow
2019-07-05
1
-1
/
+1
*
Gpu: Implement Hardware Interrupt Manager and manage GPU interrupts
Fernando Sahmkow
2019-07-05
1
-0
/
+3
*
video_core/gpu: Create threads separately from initialization
Lioncash
2019-04-12
1
-4
/
+1
*
gpu: Use host address for caching instead of guest address.
bunnei
2019-03-15
1
-3
/
+3
*
video_core/gpu: Make GPU's destructor virtual
Lioncash
2019-03-07
1
-1
/
+1
*
gpu: Refactor a/synchronous implementations into their own classes.
bunnei
2019-03-07
1
-0
/
+37