summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-232-6/+6
| | | | | 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: Merge Rect with Common::Rectangle.bunnei2022-03-251-75/+0
|
* hle: nvflinger: Migrate android namespace -> Service::android.bunnei2022-03-253-6/+6
|
* hle: nvflinger: Move PixelFormat to its own header.bunnei2022-03-251-2/+2
|
* hle: nvflinger: Add implementation for GraphicBuffer class.bunnei2022-03-251-0/+100
|
* hle: nvflinger: Add implementation for Fence class.bunnei2022-03-251-0/+32
|
* hle: nvflinger: Add implementation for Rect class.bunnei2022-03-251-0/+75