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.h
Age
Commit message (
Expand
)
Author
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