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
/
display
Age
Commit message (
Expand
)
Author
2024-02-17
vi: manage resources independently of nvnflinger and refactor
Liam
2024-01-31
nvnflinger/gpu: implement layer stack composition
Liam
2024-01-29
core: support offline web applet
Liam
2024-01-17
nvnflinger: ensure display abandonment considers all layers and future layers
Liam
2024-01-07
vi: connect vsync event handle lifetime to application display service interface
Liam
2023-12-12
vi: fix confusion between closing and destroying layers
Liam
2023-10-29
nvnflinger: use graphic buffer lifetime for map handle
Liam
2023-08-08
core: remove ResultVal type
Liam
2023-03-01
nvnflinger: fix name
Liam
2022-10-27
vi: implement CloseDisplay
Liam
2022-10-12
kernel: remove KWritableEvent
Liam
2022-10-06
Core: Fix get nvmap object random crash
VonChenPlus
2022-09-25
service: vi: Retrieve vsync event once per display
Morph
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-24
hle: nvflinger: Migrate android namespace -> Service::android.
bunnei
2022-03-24
hle: vi: Integrate new NVFlinger and HosBinderDriverServer service.
bunnei
2022-02-02
general: Move deleted copy/move constructor/assignment operators to public in...
Lioncash
2021-09-03
core: hle: service: nvflinger/vi: Improve management of KEvent.
bunnei
2021-08-25
Revert "kernel: Various improvements to scheduler"
bunnei
2021-08-07
core: hle: service: nvflinger/vi: Improve management of KEvent.
bunnei
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
2021-05-05
common: Rename NON_COPYABLE/NON_MOVABLE with YUZU_ prefix.
bunnei
2021-05-05
hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
bunnei
2021-05-05
hle: kernel: Ensure all kernel objects with KAutoObject are properly created.
bunnei
2021-05-05
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
2021-05-05
hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.
bunnei
2021-04-26
service: Eliminate cases of member shadowing
Lioncash
2021-02-05
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
2020-01-04
service: vi: Implement CloseLayer.
bunnei
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-11-03
kernel: events: Remove ResetType::Automatic.
bunnei
2019-09-22
Deglobalize System: Vi
David Marcec
2019-05-18
core/kernel/object: Rename ResetType enum members
Lioncash
2019-02-21
service/nvflinger: Store BufferQueue instances as regular data members
Lioncash
2019-02-21
service/vi/vi_layer: Convert Layer struct into a class
Lioncash
2019-02-21
service/nvflinger: Move display specifics over to vi_display
Lioncash
2019-02-19
service/nvflinger: Relocate definitions of Layer and Display to the vi service
Lioncash