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
/
gpu_asynch.cpp
Age
Commit message (
Expand
)
Author
2020-12-28
video_core: gpu: Refactor out synchronous/asynchronous GPU implementations.
bunnei
2020-12-04
video_core: Resolve more variable shadowing scenarios
Lioncash
2020-10-26
video_core: NVDEC Implementation
ameerj
2020-08-22
video_core: Initialize renderer with a GPU
ReinUsesLisp
2020-06-27
General: Correct rebase, sync gpu and context management.
Fernando Sahmkow
2020-04-22
OpenGL: Implement Fencing backend.
Fernando Sahmkow
2020-04-15
CMakeLists: Make -Wreorder a compile-time error
Lioncash
2020-04-06
GPU: Setup Flush/Invalidate to use VAddr instead of CacheAddr
Fernando Sahmkow
2020-03-24
Frontend/GPU: Refactor context management
James Rowe
2019-10-04
Core: Wait for GPU to be idle before shutting down.
Fernando Sahmkow
2019-08-21
gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfig
ReinUsesLisp
2019-07-05
GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirror...
Fernando Sahmkow
2019-07-05
nv_host_ctrl: Make Sync GPU variant always return synced result.
Fernando Sahmkow
2019-07-05
Gpu: Implement Hardware Interrupt Manager and manage GPU interrupts
Fernando Sahmkow
2019-04-11
video_core/gpu: Create threads separately from initialization
Lioncash
2019-04-01
gpu_thread: Improve synchronization by using CoreTiming.
bunnei
2019-03-14
gpu: Use host address for caching instead of guest address.
bunnei
2019-03-06
gpu: Refactor a/synchronous implementations into their own classes.
bunnei