summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/buffer_queue_producer.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* nvnflinger: fix lost wakeupLiam2022-11-151-1/+2
|
* kernel: remove KWritableEventLiam2022-10-131-1/+0
|
* Core: Fix get nvmap object random crashVonChenPlus2022-10-061-1/+8
|
* 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.
* hle: service: nvflinger: buffer_queue_producer: Cleanup & fixes.bunnei2022-04-021-1/+1
|
* hle: service: nvflinger: buffer_queue: Remove AutoLock and fix free buffer tracking.bunnei2022-03-261-1/+1
|
* hle: nvflinger: Migrate android namespace -> Service::android.bunnei2022-03-251-2/+2
|
* hle: nvflinger: Add implementation for BufferQueueProducer class.bunnei2022-03-251-0/+83