summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/buffer_queue_consumer.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-01nvnflinger: fix nameLiam1-213/+0
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades791-1/+1
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-1/+1
2022-11-29buffer_queue_consumer: std::move std::shared_ptr in Connect()Lioncash1-1/+1
2022-10-06Nvflinger: correct duplication.Fernando Sahmkow1-1/+1
2022-10-06Core: Fix get nvmap object random crashVonChenPlus1-2/+7
2022-06-06hle: service: nvflinger: buffer_queue_consumer: Always free released buffers.bunnei1-26/+3
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+3
2022-04-07core/hle: Standardize scoped_lock initializersMerry1-4/+4
2022-04-02hle: service: nvflinger: buffer_queue_producer: Cleanup & add GetReleasedBuffers.bunnei1-8/+36
2022-03-26hle: service: nvflinger: buffer_queue: Remove AutoLock and fix free buffer tracking.bunnei1-102/+80
2022-03-25hle: nvflinger: buffer_queue_consumer: AcquireBuffer: Fix typo.bunnei1-1/+1
2022-03-25hle: nvflinger: buffer_queue_core: StillTracking: Take const reference.bunnei1-2/+2
2022-03-25hle: nvflinger: Use std::chrono for present_ns.bunnei1-17/+17
2022-03-25hle: nvflinger: Migrate android namespace -> Service::android.bunnei1-2/+2
2022-03-25hle: nvflinger: Add implementation for BufferQueueConsumer class.bunnei1-0/+225