summaryrefslogtreecommitdiff
path: root/src/core/hle/service/vi/vi.h
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-02-17vi: manage resources independently of nvnflinger and refactorLiam
2024-02-17nvnflinger: convert to processLiam
2024-02-14vi: rewrite IApplicationRootService, IManagerRootService, ISystemRootServiceLiam
2024-02-14vi: split into implementation filesLiam
2024-02-14vi: extract typesLiam
2024-01-07vi: fix name of nvnflingerLiam
2023-03-01nvnflinger: fix nameLiam
2023-03-01service: move hle_ipc from kernelLiam
2023-02-21service: refactor server architectureLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-24hle: vi: Integrate new NVFlinger and HosBinderDriverServer service.bunnei
2021-10-07service: Reduce header include overheadMorph
2020-11-26service: Eliminate usages of the global system instanceLioncash
2020-11-24hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)bunnei
2019-02-26service/vi: Unstub GetDisplayServiceLioncash
2019-02-26service/vi: Remove use of a module classLioncash
2018-09-13service/vi: Replace includes with forward declarations where applicableLioncash
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-07-19hle/service: Make constructors explicit where applicableLioncash
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-04-02vi: Implement GetDisplayResolution.bunnei
2018-03-21Service/vi: convert services to modulemailwl
2018-02-07Service: stub some functions in am, audio, time, vi servicesmailwl
2018-01-22Services: Vi shouldn't be responsible for creating nvflinger.Subv
2018-01-22VI: Move BufferQueue and NVFlinger to their own folder/namespace.Subv
2018-01-21VI: Implement the Query transaction of IHOSBinderDriver, and stubbed some res...Subv
2018-01-16VI: Stubbed GetNativeHandle, Create/DestroyStrayLayer and CloseDisplaySubv
2018-01-13yuzu: Update license text to be consistent across project.bunnei
2018-01-10vi: Use new CoreTiming::EventTypebunnei
2018-01-10NV: Expose the nvdisp_disp0 device and a weak reference to the nvdrv:a service.Subv
2018-01-10NV: Determine what buffer to draw for each layer of each display.Subv
2018-01-10NV: Signal all display's vsync event 60 times per second.Subv
2018-01-10NV: Give each display its own vsync event.Subv
2018-01-10NV: Keep track of Displays, Layers and BufferQueues in nvflinger.Subv
2018-01-10NV: Implemented (with stubs) the vi:m service and some of its subservices.Subv