summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/vi/application_root_service.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-18vi: manage resources independently of nvnflinger and refactorLiam1-10/+3
2024-02-18vi: move shared buffer management from nvnflingerLiam1-1/+4
2024-02-18nvnflinger: convert to processLiam1-6/+4
2024-02-14vi: rewrite IApplicationRootService, IManagerRootService, ISystemRootServiceLiam1-5/+12
2024-02-14vi: split into implementation filesLiam1-4/+4
2023-03-01nvnflinger: fix nameLiam1-7/+7
2023-03-01service: move hle_ipc from kernelLiam1-5/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-25hle: vi: Integrate new NVFlinger and HosBinderDriverServer service.bunnei1-2/+5
2020-11-27service: Eliminate usages of the global system instanceLioncash1-1/+5
2020-11-24hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)bunnei1-2/+2
2019-02-26service/vi: Remove use of a module classLioncash1-3/+16
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+1
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-03-21Service/vi: convert services to modulemailwl1-14/+3
2018-01-22Services: Vi shouldn't be responsible for creating nvflinger.Subv1-1/+1
2018-01-22VI: Move BufferQueue and NVFlinger to their own folder/namespace.Subv1-1/+5
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2018-01-11NV: Keep track of Displays, Layers and BufferQueues in nvflinger.Subv1-0/+2
2018-01-11NV: Implemented (with stubs) the vi:m service and some of its subservices.Subv1-0/+23