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
/
framebuffer_config.h
Age
Commit message (
Collapse
)
Author
2024-02-09
nvnflinger/gpu: implement blending
Liam
2024-01-31
nvnflinger/gpu: implement layer stack composition
Liam
2024-01-31
video_core: simplify accelerated surface fetch and crop handling between APIs
Liam
2024-01-18
SMMU: Initial adaptation to video_core.
Fernando Sahmkow
2023-03-01
nvnflinger: fix name
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2022-03-24
hle: nvflinger: Migrate android namespace -> Service::android.
bunnei
2022-03-24
hle: nvflinger: Move BufferTransformFlags to its own header.
bunnei
2022-03-24
hle: nvflinger: Move PixelFormat to its own header.
bunnei
2021-10-03
gpu: Migrate implementation to the cpp file
ameerj
2020-12-28
video_core: gpu: Refactor out synchronous/asynchronous GPU implementations.
bunnei
- We must always use a GPU thread now, even with synchronous GPU.