summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/buffer_queue_producer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* nvnflinger: fix nameLiam2023-03-011-933/+0
|
* service: move hle_ipc from kernelLiam2023-03-011-2/+2
|
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj2023-02-031-2/+2
| | | | | 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-2/+2
|
* hle_ipc: Rename ReadBufferSpan to ReadBufferameerj2022-12-291-1/+1
|
* nvflinger: Split Parcel class into InputParcel and OutputParcelameerj2022-12-251-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.
* nvnflinger: fix lost wakeupLiam2022-11-151-7/+7
|
* nvnflinger: release queued handles immediately on disconnectionLiam2022-10-271-0/+7
|
* kernel: remove KWritableEventLiam2022-10-131-5/+4
|
* Nvflinger: correct duplication.Fernando Sahmkow2022-10-061-1/+1
|
* Core: Fix get nvmap object random crashVonChenPlus2022-10-061-3/+7
|
* common: Change semantics of UNREACHABLE to unconditionally crashLiam2022-06-141-1/+1
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-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.
* core/hle: Standardize scoped_lock initializersMerry2022-04-071-14/+14
|
* hle: service: nvflinger: buffer_queue_producer: Cleanup & fixes.bunnei2022-04-021-60/+41
|
* hle: service: nvflinger: buffer_queue: Remove AutoLock and fix free buffer tracking.bunnei2022-03-261-37/+42
|
* hle: nvdrv: nvdata: buffer_queue_producer: Minor cleanup.bunnei2022-03-251-11/+11
|
* hle: nvflinger: Merge Rect with Common::Rectangle.bunnei2022-03-251-4/+4
|
* hle: nvflinger: buffer_queue_producer: DequeueBuffer: Remove unnecessary lock.bunnei2022-03-251-3/+1
|
* hle: nvflinger: buffer_queue_core: StillTracking: Take const reference.bunnei2022-03-251-1/+1
|
* hle: nvflinger: Migrate android namespace -> Service::android.bunnei2022-03-251-2/+2
|
* hle: nvflinger: BufferQueueProducer: Handle SetPreallocatedBuffer with empty buffer.bunnei2022-03-251-7/+10
| | | | - Used by Naruto Ultimate Ninja Storm.
* hle: nvflinger: Add implementation for BufferQueueProducer class.bunnei2022-03-251-0/+936