index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
vi
/
vi.cpp
Age
Commit message (
Expand
)
Author
2023-10-01
service: nvnflinger: Implement shared buffer
Narr the Reg
2023-08-22
general: Use console mode helper across project
lat9nq
2023-08-22
general: Convert use_docked_mode to an enumeration
lat9nq
2023-08-08
general: fix incorrect conversions
Liam
2023-08-08
core: remove ResultVal type
Liam
2023-05-11
nvnflinger: fix Parcel serialization
Liam
2023-03-01
nvnflinger: fix name
Liam
2023-03-01
service: move hle_ipc from kernel
Liam
2023-03-01
Merge pull request #9832 from liamwhite/hle-mp
liamwhite
2023-02-24
core: Update service function tables to 16.0.0+
Narr the Reg
2023-02-21
service: refactor server architecture
Liam
2023-02-03
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
ameerj
2023-02-02
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...
liamwhite
2022-12-25
nvflinger: Split Parcel class into InputParcel and OutputParcel
ameerj
2022-10-27
vi: implement CloseDisplay
Liam
2022-10-06
General: Fix compilation for GCC
Liam White
2022-09-25
service: vi: Retrieve vsync event once per display
Morph
2022-09-25
service: vi: Move VI results into its own file
Morph
2022-06-26
core: Replace all instances of ResultCode with Result
german77
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-04-02
hle: service: vi: Create a service thread where appropriate.
bunnei
2022-03-24
hle: vi: NativeWindow: Fix trivially copyable issues.
bunnei
2022-03-24
hle: vi: Integrate new NVFlinger and HosBinderDriverServer service.
bunnei
2021-11-16
Settings: eliminate rescaling_factor.
Fernando Sahmkow
2021-11-03
core: Remove unused includes
ameerj
2021-11-02
general: Remove MakeResult helpers
Morph
2021-10-15
service/vi: Stub IHOSBinderDriver::TransactParcel GetBufferHistory (#7184)
Feng Chen
2021-09-26
service/vi: Update to 13.0.0
german77
2021-08-19
Fix crash in logging in CreateStrayLayer
Valeri
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
2021-05-05
hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
bunnei
2021-05-05
hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.
bunnei
2021-04-19
general: Write buffers before pushing raw arguments
Morph
2021-04-14
common: Move settings to common from core.
bunnei
2021-04-09
vi: Update to 12.x
Morph
2021-03-17
IApplicationDisplayService: Stub GetIndirectLayerImageMap
Morph
2021-02-05
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
2021-01-28
core: hle: kernel: Rename Thread to KThread.
bunnei
2020-12-28
hle: service: vi: Refactor to grab buffer only once.
bunnei
2020-12-28
service: nvflinger: Improve synchronization for BufferQueue.
bunnei
2020-12-28
hle: service: nvflinger: Refactor locking and interfaces.
bunnei
2020-12-28
hle: service: vi: Remove usage of SleepClientThread.
bunnei
2020-12-17
Overwrite slots instead of queuing them, add disconnect signal
ameerj
2020-12-07
core: Remove unnecessary enum casts in log calls
Lioncash
2020-12-06
hle: Type check ResponseBuilder::Push arguments, and fix use in vi.cpp
comex
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-11-24
hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)
bunnei
2020-11-15
settings: Preparation for per-game input settings
Morph
[next]