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
/
renderer_opengl
/
gl_fence_manager.h
Age
Commit message (
Expand
)
Author
2023-04-23
Fence Manager: implement async fence management in a sepparate thread.
Fernando Sahmkow
2022-10-06
VideoCore: Refactor fencing system.
Fernando Sahmkow
2022-10-06
VideoCore: implement channels on gpu caches.
Fernando Sahmkow
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-02-13
video_core: Reimplement the buffer cache
ReinUsesLisp
2020-12-30
video_core: Rewrite the texture cache
ReinUsesLisp
2020-12-04
video_core: Resolve more variable shadowing scenarios
Lioncash
2020-09-06
video_core: Remove all Core::System references in renderer
ReinUsesLisp
2020-08-23
video_core/fence_manager: Remove unnecessary includes
Lioncash
2020-04-22
Address Feedback.
Fernando Sahmkow
2020-04-22
QueryCache: Implement Async Flushes.
Fernando Sahmkow
2020-04-22
FenceManager: Manage syncpoints and rename fences to semaphores.
Fernando Sahmkow
2020-04-22
FenceManager: Implement async buffer cache flushes on High settings
Fernando Sahmkow
2020-04-22
GPU: Implement a Fence Manager.
Fernando Sahmkow