summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/vi/vi_u.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-01nvnflinger: fix nameLiam1-2/+2
2023-03-01service: move hle_ipc from kernelLiam1-1/+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-3/+6
2020-11-27service: Eliminate usages of the global system instanceLioncash1-2/+3
2020-11-24hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)bunnei1-2/+1
2020-06-29service: Update function tablesVolcaEM1-0/+1
2019-02-27service/vi: Unstub GetDisplayServiceLioncash1-2/+2
2019-02-26service/vi: Remove use of a module classLioncash1-2/+10
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+2
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-04-17Various service name fixes - part 2 (rebased) (#322)Hexagon121-1/+0
2018-03-21Service/vi: convert services to modulemailwl1-13/+2
2018-02-05logger: Add VI service logging category.bunnei1-1/+1
2018-02-02Services/vi: add vi:s and vi:u servicesmailwl1-5/+5
2018-01-25hle: Rename RequestBuilder to ResponseBuilder.bunnei1-1/+1
2018-01-25service: Fix all incorrect IPC response headers.bunnei1-1/+2
2018-01-22Services: Vi shouldn't be responsible for creating nvflinger.Subv1-2/+2
2018-01-22VI: Move BufferQueue and NVFlinger to their own folder/namespace.Subv1-1/+1
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-1/+2
2018-01-11NV: Implemented (with stubs) the vi:m service and some of its subservices.Subv1-0/+29