aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/vi
AgeCommit message (Expand)Author
2018-01-21VI: Implement the Query transaction of IHOSBinderDriver, and stubbed some res...Subv
2018-01-19Fixes some cast warnings, partial port of citra #3064 (#106)River City Ransomware
2018-01-18Fix dispdrv typogdkchan
2018-01-17Merge pull request #90 from lioncash/vi-overridebunnei
2018-01-17vi: Make constructors explicit where applicableLioncash
2018-01-17vi: Add missing override specifiersLioncash
2018-01-17vi: Copy data directly into the std::vector within Parcel's ReadBlock functionLioncash
2018-01-16NV: Move the nvdrv classes into the Nvidia namespace, and move the functional...Subv
2018-01-16VI: Stubbed GetNativeHandle, Create/DestroyStrayLayer and CloseDisplaySubv
2018-01-15vi: Add IManagerDisplayService::CloseDisplay functionbsaleil
2018-01-14renderer: Render previous frame when no new one is available.bunnei
2018-01-13yuzu: Update license text to be consistent across project.bunnei
2018-01-11core: Include <algorithm> where used.bunnei
2018-01-10NV: Move the nv device nodes to their own directory and namespace.Subv
2018-01-10VI: Use a Pulse event instead of OneShot for the vblank events.Subv
2018-01-10vi: Use new CoreTiming::EventTypebunnei
2018-01-10NV: Expose the nvdisp_disp0 device and a weak reference to the nvdrv:a service.Subv
2018-01-10NV: Determine what buffer to draw for each layer of each display.Subv
2018-01-10NV: Signal all display's vsync event 60 times per second.Subv
2018-01-10NV: Give each display its own vsync event.Subv
2018-01-10NV: Keep track of Displays, Layers and BufferQueues in nvflinger.Subv
2018-01-10NV: Implemented (with stubs) the vi:m service and some of its subservices.Subv