summaryrefslogtreecommitdiffstats
path: root/src/video_core/framebuffer_config.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | 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.
* hle: nvflinger: Migrate android namespace -> Service::android.bunnei2022-03-251-2/+2
|
* hle: nvflinger: Move BufferTransformFlags to its own header.bunnei2022-03-251-17/+2
|
* hle: nvflinger: Move PixelFormat to its own header.bunnei2022-03-251-7/+3
|
* gpu: Migrate implementation to the cpp fileameerj2021-10-031-2/+18
|
* video_core: gpu: Refactor out synchronous/asynchronous GPU implementations.bunnei2020-12-291-0/+31
- We must always use a GPU thread now, even with synchronous GPU.