summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvnflinger/fb_share_buffer_manager.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-02-18vi: move shared buffer management from nvnflingerLiam1-447/+0
2024-02-09nvnflinger/gpu: implement applet captureLiam1-3/+25
2024-02-09nvnflinger/gpu: implement blendingLiam1-37/+117
2024-01-30am: add new datatypes for per-applet stateLiam1-1/+1
2024-01-19Core: Clang format and other small issues.Fernando Sahmkow1-4/+6
2024-01-19NVDRV: Implement sessions and initial implementation of SMMUFernando Sahmkow1-9/+12
2023-12-12vi: fix confusion between closing and destroying layersLiam1-1/+2
2023-12-09fbshare: set external format correctlyLiam1-0/+1
2023-10-30nvnflinger: use graphic buffer lifetime for map handleLiam1-1/+1
2023-10-25nvdrv: convert nvmapLiam1-20/+7
2023-10-20kernel: split Io memory state, add PermissionLocked attributeLiam1-1/+1
2023-10-01service: nvnflinger: Implement shared bufferNarr the Reg1-0/+351
Co-authored-by: Liam <byteslice@airmail.cc>