Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nvnflinger: fix name | Liam | 2023-03-01 | 2 | -132/+0 |
| | |||||
* | general: Convert source file copyright comments over to SPDX | Morph | 2022-04-23 | 2 | -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. | bunnei | 2022-03-25 | 1 | -75/+0 |
| | |||||
* | hle: nvflinger: Migrate android namespace -> Service::android. | bunnei | 2022-03-25 | 3 | -6/+6 |
| | |||||
* | hle: nvflinger: Move PixelFormat to its own header. | bunnei | 2022-03-25 | 1 | -2/+2 |
| | |||||
* | hle: nvflinger: Add implementation for GraphicBuffer class. | bunnei | 2022-03-25 | 1 | -0/+100 |
| | |||||
* | hle: nvflinger: Add implementation for Fence class. | bunnei | 2022-03-25 | 1 | -0/+32 |
| | |||||
* | hle: nvflinger: Add implementation for Rect class. | bunnei | 2022-03-25 | 1 | -0/+75 |