summaryrefslogtreecommitdiff
path: root/src/core/hle/service/vi/vi.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* vi: manage resources independently of nvnflinger and refactorGravatar Liam2024-02-171-20/+11
* vi: move shared buffer management from nvnflingerGravatar Liam2024-02-171-3/+13
* nvnflinger: convert to processGravatar Liam2024-02-171-7/+11
* vi: rewrite IApplicationRootService, IManagerRootService, ISystemRootServiceGravatar Liam2024-02-141-34/+0
* vi: split into implementation filesGravatar Liam2024-02-141-882/+9
* vi: extract typesGravatar Liam2024-02-141-43/+1
* nvnflinger/gpu: implement layer stack compositionGravatar Liam2024-01-311-2/+3
* am: migrate global state to per-applet state structureGravatar Liam2024-01-291-0/+8
* service: properly convert buffers to stringsGravatar Narr the Reg2024-01-231-3/+2
* vi: check layer state before opening or closingGravatar Liam2024-01-171-2/+12
* vi: connect vsync event handle lifetime to application display service interfaceGravatar Liam2024-01-071-0/+7
* vi: fix name of nvnflingerGravatar Liam2024-01-071-26/+26
* vi: fix confusion between closing and destroying layersGravatar Liam2023-12-121-0/+3
* service: nvnflinger: Implement shared bufferGravatar Narr the Reg2023-10-011-9/+120
* general: Use console mode helper across projectGravatar lat9nq2023-08-221-1/+1
* general: Convert use_docked_mode to an enumerationGravatar lat9nq2023-08-221-1/+1
* general: fix incorrect conversionsGravatar Liam2023-08-081-1/+1
* core: remove ResultVal typeGravatar Liam2023-08-081-13/+20
* nvnflinger: fix Parcel serializationGravatar Liam2023-05-111-4/+8
* nvnflinger: fix nameGravatar Liam2023-03-011-17/+17
* service: move hle_ipc from kernelGravatar Liam2023-03-011-32/+32
* Merge pull request #9832 from liamwhite/hle-mpGravatar liamwhite2023-03-011-11/+13
|\
| * service: refactor server architectureGravatar Liam2023-02-211-11/+13
* | core: Update service function tables to 16.0.0+Gravatar Narr the Reg2023-02-241-0/+5
|/
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"Gravatar ameerj2023-02-031-2/+2
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...Gravatar liamwhite2023-02-021-2/+2
* nvflinger: Split Parcel class into InputParcel and OutputParcelGravatar ameerj2022-12-251-2/+2
* vi: implement CloseDisplayGravatar Liam2022-10-271-4/+4
* General: Fix compilation for GCCGravatar Liam White2022-10-061-0/+1
* service: vi: Retrieve vsync event once per displayGravatar Morph2022-09-251-5/+9
* service: vi: Move VI results into its own fileGravatar Morph2022-09-251-16/+12
* core: Replace all instances of ResultCode with ResultGravatar german772022-06-261-4/+4
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* hle: service: vi: Create a service thread where appropriate.Gravatar bunnei2022-04-021-1/+2
* hle: vi: NativeWindow: Fix trivially copyable issues.Gravatar bunnei2022-03-241-4/+4
* hle: vi: Integrate new NVFlinger and HosBinderDriverServer service.Gravatar bunnei2022-03-241-616/+74
* Settings: eliminate rescaling_factor.Gravatar Fernando Sahmkow2021-11-161-19/+8
* core: Remove unused includesGravatar ameerj2021-11-031-2/+0
* general: Remove MakeResult helpersGravatar Morph2021-11-021-5/+5
* service/vi: Stub IHOSBinderDriver::TransactParcel GetBufferHistory (#7184)Gravatar Feng Chen2021-10-151-1/+11
* service/vi: Update to 13.0.0Gravatar german772021-09-261-0/+1
* Fix crash in logging in CreateStrayLayerGravatar Valeri2021-08-191-1/+1
* general: Replace RESULT_SUCCESS with ResultSuccessGravatar Morph2021-06-021-29/+29
* core: Make variable shadowing a compile-time errorGravatar Lioncash2021-05-161-12/+12
* hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.Gravatar bunnei2021-05-051-4/+2
* hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.Gravatar bunnei2021-05-051-2/+2
* general: Write buffers before pushing raw argumentsGravatar Morph2021-04-191-2/+6
* common: Move settings to common from core.Gravatar bunnei2021-04-141-1/+1
* vi: Update to 12.xGravatar Morph2021-04-091-0/+8
* IApplicationDisplayService: Stub GetIndirectLayerImageMapGravatar Morph2021-03-171-1/+27