summaryrefslogtreecommitdiff
path: root/src/core/hle/service/nvflinger (follow)
Commit message (Expand)AuthorAgeFilesLines
* hle: service: nvflinger: Fix implicit conversion.Gravatar bunnei2022-07-161-1/+4
* yuzu: settings: Remove framerate cap and merge unlocked framerate setting.Gravatar bunnei2022-07-161-8/+10
* hle: service: nvflinger: Factor speed limit into frame time calculation.Gravatar bunnei2022-07-161-1/+8
* nvflinger: Polymorphic destructor requried for abstract class IBinderGravatar Merry2022-07-151-0/+1
* PRGravatar Kelebek12022-07-101-3/+3
* Rework CoreTimingGravatar Kelebek12022-07-101-7/+6
* common: Change semantics of UNREACHABLE to unconditionally crashGravatar Liam2022-06-131-1/+1
* hle: service: nvflinger: buffer_queue_consumer: Always free released buffers.Gravatar bunnei2022-06-053-31/+3
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-2329-69/+69
* Merge pull request #8169 from merryhime/scoped_lockGravatar bunnei2022-04-086-25/+25
|\
| * core/hle: Standardize scoped_lock initializersGravatar Merry2022-04-075-23/+23
| * core/hle: Replace lock_guard with scoped_lockGravatar Merry2022-04-071-2/+2
* | fix: remove #pragma once in .cpp fileGravatar Andrea Pappacoda2022-04-071-2/+0
|/
* hle: service: nvflinger: buffer_queue_producer: Cleanup & fixes.Gravatar bunnei2022-04-012-61/+42
* hle: service: nvflinger: consumer_base: Cleanup & fixes.Gravatar bunnei2022-04-012-15/+17
* hle: service: nvflinger: buffer_queue_producer: Cleanup & add GetReleasedBuff...Gravatar bunnei2022-04-012-10/+38
* hle: service: nvflinger: buffer_queue_core: Cleanup & fixes.Gravatar bunnei2022-04-012-3/+0
* hle: service: nvflinger: Use correct logger namespace.Gravatar bunnei2022-04-011-2/+2
* hle: service: nvflinger: buffer_queue: Remove AutoLock and fix free buffer tr...Gravatar bunnei2022-03-255-181/+130
* hle: service: nvflinger: buffer_queue_consumer: Use scoped_lock instead of un...Gravatar bunnei2022-03-251-2/+2
* hle: service: nvflinger: consumer_base: Use scoped_lock instead of unique_lock.Gravatar bunnei2022-03-251-4/+4
* hle: service: nvflinger: Remove unused BufferQueue.Gravatar bunnei2022-03-252-360/+0
* hle: nvflinger: ConsumerBase: Mark ctor as explicit.Gravatar bunnei2022-03-241-1/+1
* hle: nvdrv: nvdata: buffer_queue_producer: Minor cleanup.Gravatar bunnei2022-03-241-11/+11
* hle: nvflinger: Remove unused unordered_map include.Gravatar bunnei2022-03-241-1/+0
* hle: nvflinger: buffer_queue_consumer: AcquireBuffer: Fix typo.Gravatar bunnei2022-03-241-1/+1
* hle: nvflinger: Merge Rect with Common::Rectangle.Gravatar bunnei2022-03-244-84/+9
* hle: nvflinger: buffer_queue_core: Declare default dtor.Gravatar bunnei2022-03-242-0/+3
* hle: nvflinger: buffer_queue_producer: DequeueBuffer: Remove unnecessary lock.Gravatar bunnei2022-03-241-3/+1
* hle: nvflinger: consumer_base: StillTracking: Should be const.Gravatar bunnei2022-03-242-2/+3
* hle: nvflinger: graphic_buffer_producer: Remove unnecessary pragma pack.Gravatar bunnei2022-03-241-2/+0
* hle: nvflinger: parcel: Reserve token size.Gravatar bunnei2022-03-241-1/+2
* hle: nvflinger: buffer_queue_core: StillTracking: Take const reference.Gravatar bunnei2022-03-244-7/+7
* hle: nvflinger: buffer_queue_core: Cleanup locking.Gravatar bunnei2022-03-241-2/+2
* hle: nvflinger: Use std::chrono for present_ns.Gravatar bunnei2022-03-247-25/+30
* hle: nvflinger: Migrate android namespace -> Service::android.Gravatar bunnei2022-03-2427-58/+55
* hle: nvflinger: BufferQueueProducer: Handle SetPreallocatedBuffer with empty ...Gravatar bunnei2022-03-241-7/+10
* hle: vi: Integrate new NVFlinger and HosBinderDriverServer service.Gravatar bunnei2022-03-242-52/+56
* hle: nvflinger: Add implementation for HosBinderDriverServer service.Gravatar bunnei2022-03-242-0/+73
* hle: nvflinger: Add implementation for BufferQueueProducer class.Gravatar bunnei2022-03-242-0/+1019
* hle: nvflinger: Add implementation for BufferQueueCore class.Gravatar bunnei2022-03-242-0/+233
* hle: nvflinger: Add implementation for BufferQueueConsumer class.Gravatar bunnei2022-03-242-0/+261
* hle: nvflinger: Add implementation for QueueBufferInput and QueueBufferOutput...Gravatar bunnei2022-03-242-0/+98
* hle: nvflinger: Add implementation for BufferItemConsumer class.Gravatar bunnei2022-03-242-0/+85
* hle: nvflinger: Add implementation for ConsumerBase class.Gravatar bunnei2022-03-242-0/+188
* hle: nvflinger: Add implementation for BufferSlot class.Gravatar bunnei2022-03-241-0/+39
* hle: nvflinger: Add implementation for BufferItem class.Gravatar bunnei2022-03-241-0/+46
* hle: nvflinger: Move implementation for Parcel to its own header.Gravatar bunnei2022-03-241-0/+171
* hle: nvflinger: Add android buffer queue definitions to its own header.Gravatar bunnei2022-03-241-0/+21
* hle: nvflinger: Add IBinder interface.Gravatar bunnei2022-03-241-0/+42