summaryrefslogtreecommitdiff
path: root/src/core/hle/service/nvflinger/parcel.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvnflinger: fix nameGravatar Liam2023-03-011-177/+0
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"Gravatar ameerj2023-02-031-41/+46
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...Gravatar liamwhite2023-02-021-46/+41
* nvflinger: Split Parcel class into InputParcel and OutputParcelGravatar ameerj2022-12-251-41/+46
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-1/+1
* hle: nvflinger: parcel: Reserve token size.Gravatar bunnei2022-03-241-1/+2
* hle: nvflinger: Migrate android namespace -> Service::android.Gravatar bunnei2022-03-241-2/+2
* hle: nvflinger: Move implementation for Parcel to its own header.Gravatar bunnei2022-03-241-0/+171