summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/vi/vi.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-18vi: manage resources independently of nvnflinger and refactorLiam1-1/+3
2024-02-18nvnflinger: convert to processLiam1-7/+1
2024-02-14vi: rewrite IApplicationRootService, IManagerRootService, ISystemRootServiceLiam1-13/+0
2024-02-14vi: split into implementation filesLiam1-2/+0
2024-02-14vi: extract typesLiam1-20/+1
2024-01-08vi: fix name of nvnflingerLiam1-1/+1
2023-03-01nvnflinger: fix nameLiam1-7/+7
2023-03-01service: move hle_ipc from kernelLiam1-2/+2
2023-02-21service: refactor server architectureLiam1-8/+2
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-25hle: vi: Integrate new NVFlinger and HosBinderDriverServer service.bunnei1-3/+7
2021-10-07service: Reduce header include overheadMorph1-1/+0
2020-11-27service: Eliminate usages of the global system instanceLioncash1-3/+8
2020-11-24hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)bunnei1-4/+3
2019-02-27service/vi: Unstub GetDisplayServiceLioncash1-4/+19
2019-02-26service/vi: Remove use of a module classLioncash1-17/+14
2018-09-13service/vi: Replace includes with forward declarations where applicableLioncash1-3/+2
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+1
2018-07-19hle/service: Make constructors explicit where applicableLioncash1-2/+2
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-04-03vi: Implement GetDisplayResolution.bunnei1-0/+7
2018-03-21Service/vi: convert services to modulemailwl1-22/+12
2018-02-07Service: stub some functions in am, audio, time, vi servicesmailwl1-0/+1
2018-01-22Services: Vi shouldn't be responsible for creating nvflinger.Subv1-1/+2
2018-01-22VI: Move BufferQueue and NVFlinger to their own folder/namespace.Subv1-127/+3
2018-01-21VI: Implement the Query transaction of IHOSBinderDriver, and stubbed some results.Subv1-0/+7
2018-01-17VI: Stubbed GetNativeHandle, Create/DestroyStrayLayer and CloseDisplaySubv1-0/+9
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2018-01-11vi: Use new CoreTiming::EventTypebunnei1-1/+5
2018-01-11NV: Expose the nvdisp_disp0 device and a weak reference to the nvdrv:a service.Subv1-1/+2
2018-01-11NV: Determine what buffer to draw for each layer of each display.Subv1-8/+11
2018-01-11NV: Signal all display's vsync event 60 times per second.Subv1-1/+8
2018-01-11NV: Give each display its own vsync event.Subv1-4/+12
2018-01-11NV: Keep track of Displays, Layers and BufferQueues in nvflinger.Subv1-1/+97
2018-01-11NV: Implemented (with stubs) the vi:m service and some of its subservices.Subv1-0/+34