summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvnflinger/graphic_buffer_producer.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-10-01service: nvnflinger: Implement shared bufferNarr the Reg1-1/+1
Co-authored-by: Liam <byteslice@airmail.cc>
2023-03-01nvnflinger: fix nameLiam1-2/+2
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj1-2/+2
This reverts commit 25fc5c0e1158cb8e81cbc769b24ad84032a1fbfd, reversing changes made to af20e25081f97d55b451606c87922e2b49f0d363.
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite1-2/+2
2022-12-25nvflinger: Split Parcel class into InputParcel and OutputParcelameerj1-2/+2
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.
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+3
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.
2022-03-25hle: nvflinger: Merge Rect with Common::Rectangle.bunnei1-3/+3
2022-03-25hle: nvflinger: graphic_buffer_producer: Remove unnecessary pragma pack.bunnei1-2/+0
2022-03-25hle: nvflinger: Migrate android namespace -> Service::android.bunnei1-2/+2
2022-03-25hle: nvflinger: Add implementation for QueueBufferInput and QueueBufferOutput structs.bunnei1-0/+78