summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvnflinger/fb_share_buffer_manager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* vi: move shared buffer management from nvnflingerLiam2024-02-181-447/+0
|
* nvnflinger/gpu: implement applet captureLiam2024-02-091-3/+25
|
* nvnflinger/gpu: implement blendingLiam2024-02-091-37/+117
|
* am: add new datatypes for per-applet stateLiam2024-01-301-1/+1
|
* Core: Clang format and other small issues.Fernando Sahmkow2024-01-191-4/+6
|
* NVDRV: Implement sessions and initial implementation of SMMUFernando Sahmkow2024-01-191-9/+12
|
* vi: fix confusion between closing and destroying layersLiam2023-12-121-1/+2
|
* fbshare: set external format correctlyLiam2023-12-091-0/+1
|
* Merge pull request #11912 from liamwhite/nv-graphic-bufferliamwhite2023-11-181-1/+1
|\ | | | | nvnflinger: use graphic buffer lifetime for map handle
| * nvnflinger: use graphic buffer lifetime for map handleLiam2023-10-301-1/+1
| |
* | nvdrv: convert nvmapLiam2023-10-251-20/+7
|/
* kernel: split Io memory state, add PermissionLocked attributeLiam2023-10-201-1/+1
|
* service: nvnflinger: Implement shared bufferNarr the Reg2023-10-011-0/+351
Co-authored-by: Liam <byteslice@airmail.cc>