summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/ui (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph2-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.
2022-03-25hle: nvflinger: Merge Rect with Common::Rectangle.bunnei1-75/+0
2022-03-25hle: nvflinger: Migrate android namespace -> Service::android.bunnei3-6/+6
2022-03-25hle: nvflinger: Move PixelFormat to its own header.bunnei1-2/+2
2022-03-25hle: nvflinger: Add implementation for GraphicBuffer class.bunnei1-0/+100
2022-03-25hle: nvflinger: Add implementation for Fence class.bunnei1-0/+32
2022-03-25hle: nvflinger: Add implementation for Rect class.bunnei1-0/+75