summaryrefslogtreecommitdiff
path: root/src/core/hle/service/vi (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvnflinger: use graphic buffer lifetime for map handleGravatar Liam2023-10-291-1/+1
* 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-083-16/+24
* nvnflinger: fix Parcel serializationGravatar Liam2023-05-111-4/+8
* nvnflinger: fix nameGravatar Liam2023-03-0110-61/+61
* service: move hle_ipc from kernelGravatar Liam2023-03-018-52/+40
* Merge pull request #9832 from liamwhite/hle-mpGravatar liamwhite2023-03-012-19/+15
|\
| * service: refactor server architectureGravatar Liam2023-02-212-19/+15
* | core: Update service function tables to 16.0.0+Gravatar Narr the Reg2023-02-242-0/+9
|/
* 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-272-4/+10
* general: Add missing pragma onceGravatar Morph2022-10-171-0/+2
* kernel: remove KWritableEventGravatar Liam2022-10-121-2/+1
* Core: Fix get nvmap object random crashGravatar VonChenPlus2022-10-062-7/+16
* General: Fix compilation for GCCGravatar Liam White2022-10-061-0/+1
* service: vi: Retrieve vsync event once per displayGravatar Morph2022-09-253-9/+34
* service: vi: Move VI results into its own fileGravatar Morph2022-09-252-16/+25
* core: Replace all instances of ResultCode with ResultGravatar german772022-06-261-4/+4
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-2312-36/+24
* 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: nvflinger: Migrate android namespace -> Service::android.Gravatar bunnei2022-03-242-3/+3
* hle: vi: Integrate new NVFlinger and HosBinderDriverServer service.Gravatar bunnei2022-03-2412-668/+222
* general: Move deleted copy/move constructor/assignment operators to public in...Gravatar Lioncash2022-02-021-1/+1
* 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: Reduce header include overheadGravatar Morph2021-10-071-1/+0
* service/vi: Update to 13.0.0Gravatar german772021-09-261-0/+1
* core: hle: service: nvflinger/vi: Improve management of KEvent.Gravatar bunnei2021-09-032-10/+20
* Revert "kernel: Various improvements to scheduler"Gravatar bunnei2021-08-252-20/+10
* Fix crash in logging in CreateStrayLayerGravatar Valeri2021-08-191-1/+1
* core: hle: service: nvflinger/vi: Improve management of KEvent.Gravatar bunnei2021-08-072-10/+20
* general: Replace RESULT_SUCCESS with ResultSuccessGravatar Morph2021-06-021-29/+29
* core: Make variable shadowing a compile-time errorGravatar Lioncash2021-05-165-21/+21
* common: Rename NON_COPYABLE/NON_MOVABLE with YUZU_ prefix.Gravatar bunnei2021-05-051-2/+2
* hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.Gravatar bunnei2021-05-053-7/+5
* hle: kernel: Ensure all kernel objects with KAutoObject are properly created.Gravatar bunnei2021-05-051-0/+1
* hle: kernel: Migrate KEvent to KAutoObject.Gravatar bunnei2021-05-052-13/+10
* hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.Gravatar bunnei2021-05-052-3/+3
* service: Eliminate cases of member shadowingGravatar Lioncash2021-04-262-21/+20
* 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