summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/buffer_item_consumer.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* nvnflinger: fix nameLiam2023-03-011-28/+0
|
* buffer_item_consumer: Pass fence by const-ref in ReleaseBuffer()Lioncash2022-11-291-1/+1
| | | | | | This isn't directly modified. Also allows rvalues to be used with it.
* 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: nvflinger: Use std::chrono for present_ns.bunnei2022-03-251-1/+3
|
* hle: nvflinger: Migrate android namespace -> Service::android.bunnei2022-03-251-2/+2
|
* hle: nvflinger: Add implementation for BufferItemConsumer class.bunnei2022-03-251-0/+26