index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
vi
/
vi.h
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2024-02-17
vi: manage resources independently of nvnflinger and refactor
Liam
2024-02-17
nvnflinger: convert to process
Liam
2024-02-14
vi: rewrite IApplicationRootService, IManagerRootService, ISystemRootService
Liam
2024-02-14
vi: split into implementation files
Liam
2024-02-14
vi: extract types
Liam
2024-01-07
vi: fix name of nvnflinger
Liam
2023-03-01
nvnflinger: fix name
Liam
2023-03-01
service: move hle_ipc from kernel
Liam
2023-02-21
service: refactor server architecture
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-24
hle: vi: Integrate new NVFlinger and HosBinderDriverServer service.
bunnei
2021-10-07
service: Reduce header include overhead
Morph
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
2019-02-26
service/vi: Unstub GetDisplayService
Lioncash
2019-02-26
service/vi: Remove use of a module class
Lioncash
2018-09-13
service/vi: Replace includes with forward declarations where applicable
Lioncash
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-07-19
hle/service: Make constructors explicit where applicable
Lioncash
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-02
vi: Implement GetDisplayResolution.
bunnei
2018-03-21
Service/vi: convert services to module
mailwl
2018-02-07
Service: stub some functions in am, audio, time, vi services
mailwl
2018-01-22
Services: Vi shouldn't be responsible for creating nvflinger.
Subv
2018-01-22
VI: Move BufferQueue and NVFlinger to their own folder/namespace.
Subv
2018-01-21
VI: Implement the Query transaction of IHOSBinderDriver, and stubbed some res...
Subv
2018-01-16
VI: Stubbed GetNativeHandle, Create/DestroyStrayLayer and CloseDisplay
Subv
2018-01-13
yuzu: Update license text to be consistent across project.
bunnei
2018-01-10
vi: Use new CoreTiming::EventType
bunnei
2018-01-10
NV: Expose the nvdisp_disp0 device and a weak reference to the nvdrv:a service.
Subv
2018-01-10
NV: Determine what buffer to draw for each layer of each display.
Subv
2018-01-10
NV: Signal all display's vsync event 60 times per second.
Subv
2018-01-10
NV: Give each display its own vsync event.
Subv
2018-01-10
NV: Keep track of Displays, Layers and BufferQueues in nvflinger.
Subv
2018-01-10
NV: Implemented (with stubs) the vi:m service and some of its subservices.
Subv