summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/buffer_queue_producer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* hle: nvflinger: Add implementation for BufferQueueProducer class.bunnei2022-03-251-0/+936