summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/nvflinger.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-22service/nvflinger: Store BufferQueue instances as regular data membersLioncash1-2/+5
2019-02-21service/vi/vi_layer: Convert Layer struct into a classLioncash1-1/+1
2019-02-21service/nvflinger: Move display specifics over to vi_displayLioncash1-1/+1
2019-02-20service/nvflinger: Relocate definitions of Layer and Display to the vi serviceLioncash1-32/+11
2019-02-16core_timing: Convert core timing into a classLioncash1-2/+6
2019-02-12core_timing: Rename CoreTiming namespace to Core::TimingLioncash1-3/+3
2019-02-06service/nvflinger,service/vi: Handle failure cases with exposed APILioncash1-7/+16
2019-02-05service/nvflinger: Mark FindVsyncEvent() as a const member functionLioncash1-1/+1
2019-02-05service/nvflinger: Rename GetVsyncEvent() to FindVsyncEvent()Lioncash1-1/+1
2019-01-30service/nvflinger: Make FindBufferQueueId() a const member functionLioncash1-1/+7
2019-01-30service/nvflinger: Rename Get prefix on function to FindLioncash1-10/+10
2019-01-30nvflinger: Add the Null displayLioncash1-1/+2
2019-01-30nvflinger: Use a std::array for the available displays instead of std::vectorLioncash1-1/+7
2018-11-29kernel/event: Reference ReadableEvent from WritableEventZach Hilman1-1/+1
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman1-3/+8
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-2/+2
2018-08-08nvdrv: Get rid of global std::weak_ptrLioncash1-0/+9
2018-08-07nvflinger: Get rid of indirect inclusionsLioncash1-1/+4
2018-08-07nvflinger: Use std::string_view in OpenDisplay()Lioncash1-1/+2
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-01-22VI: Move BufferQueue and NVFlinger to their own folder/namespace.Subv1-0/+84