summaryrefslogtreecommitdiff
path: root/src/core/hle/service/nvflinger/consumer_base.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvnflinger: fix nameGravatar Liam2023-03-011-133/+0
* consumer_base: Pass shared_ptr by const referenceGravatar Lioncash2022-11-281-3/+3
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+3
* core/hle: Standardize scoped_lock initializersGravatar Merry2022-04-071-2/+2
* hle: service: nvflinger: consumer_base: Cleanup & fixes.Gravatar bunnei2022-04-011-13/+16
* hle: service: nvflinger: consumer_base: Use scoped_lock instead of unique_lock.Gravatar bunnei2022-03-251-4/+4
* hle: nvflinger: consumer_base: StillTracking: Should be const.Gravatar bunnei2022-03-241-1/+2
* hle: nvflinger: Use std::chrono for present_ns.Gravatar bunnei2022-03-241-2/+2
* hle: nvflinger: Migrate android namespace -> Service::android.Gravatar bunnei2022-03-241-2/+2
* hle: nvflinger: Add implementation for ConsumerBase class.Gravatar bunnei2022-03-241-0/+129