summaryrefslogtreecommitdiff
path: root/src/core/hle/service/vi/vi.cpp
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-17vi: move shared buffer management from nvnflingerLiam
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-31nvnflinger/gpu: implement layer stack compositionLiam
2024-01-29am: migrate global state to per-applet state structureLiam
2024-01-23service: properly convert buffers to stringsNarr the Reg
2024-01-17vi: check layer state before opening or closingLiam
2024-01-07vi: connect vsync event handle lifetime to application display service interfaceLiam
2024-01-07vi: fix name of nvnflingerLiam
2023-12-12vi: fix confusion between closing and destroying layersLiam
2023-10-01service: nvnflinger: Implement shared bufferNarr the Reg
2023-08-22general: Use console mode helper across projectlat9nq
2023-08-22general: Convert use_docked_mode to an enumerationlat9nq
2023-08-08general: fix incorrect conversionsLiam
2023-08-08core: remove ResultVal typeLiam
2023-05-11nvnflinger: fix Parcel serializationLiam
2023-03-01nvnflinger: fix nameLiam
2023-03-01service: move hle_ipc from kernelLiam
2023-03-01Merge pull request #9832 from liamwhite/hle-mpliamwhite
2023-02-24core: Update service function tables to 16.0.0+Narr the Reg
2023-02-21service: refactor server architectureLiam
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...liamwhite
2022-12-25nvflinger: Split Parcel class into InputParcel and OutputParcelameerj
2022-10-27vi: implement CloseDisplayLiam
2022-10-06General: Fix compilation for GCCLiam White
2022-09-25service: vi: Retrieve vsync event once per displayMorph
2022-09-25service: vi: Move VI results into its own fileMorph
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-04-02hle: service: vi: Create a service thread where appropriate.bunnei
2022-03-24hle: vi: NativeWindow: Fix trivially copyable issues.bunnei
2022-03-24hle: vi: Integrate new NVFlinger and HosBinderDriverServer service.bunnei
2021-11-16Settings: eliminate rescaling_factor.Fernando Sahmkow
2021-11-03core: Remove unused includesameerj
2021-11-02general: Remove MakeResult helpersMorph
2021-10-15service/vi: Stub IHOSBinderDriver::TransactParcel GetBufferHistory (#7184)Feng Chen
2021-09-26service/vi: Update to 13.0.0german77
2021-08-19Fix crash in logging in CreateStrayLayerValeri
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-05-16core: Make variable shadowing a compile-time errorLioncash
2021-05-05hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.bunnei
2021-05-05hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.bunnei
2021-04-19general: Write buffers before pushing raw argumentsMorph
2021-04-14common: Move settings to common from core.bunnei