summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/nvflinger.h (unfollow)
Commit message (Expand)AuthorFilesLines
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