summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvnflinger/parcel.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-01parcel: Optimize small_vector sizesMorph1-11/+13
2023-06-22Remove memory allocations in some hot pathsKelebek11-3/+4
2023-05-11nvnflinger: fix Parcel serializationLiam1-33/+39
2023-03-01nvnflinger: fix nameLiam1-0/+0
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj1-41/+46
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite1-46/+41
2022-12-25nvflinger: Split Parcel class into InputParcel and OutputParcelameerj1-41/+46
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-1/+1
2022-03-25hle: nvflinger: parcel: Reserve token size.bunnei1-1/+2
2022-03-25hle: nvflinger: Migrate android namespace -> Service::android.bunnei1-2/+2
2022-03-25hle: nvflinger: Move implementation for Parcel to its own header.bunnei1-0/+171