summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/parcel.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* nvnflinger: fix nameLiam2023-03-011-177/+0
|
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj2023-02-031-41/+46
| | | | | This reverts commit 25fc5c0e1158cb8e81cbc769b24ad84032a1fbfd, reversing changes made to af20e25081f97d55b451606c87922e2b49f0d363.
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite2023-02-021-46/+41
|
* nvflinger: Split Parcel class into InputParcel and OutputParcelameerj2022-12-251-41/+46
| | | | | The usages of the Parcel class were already unique to either Read or Write operations. Avoids needing a vector of the input payload for the InputParcel use-case, instead it can remain as a span.
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-1/+1
| | | | | 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: parcel: Reserve token size.bunnei2022-03-251-1/+2
|
* hle: nvflinger: Migrate android namespace -> Service::android.bunnei2022-03-251-2/+2
|
* hle: nvflinger: Move implementation for Parcel to its own header.bunnei2022-03-251-0/+171