summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/vi (follow)
Commit message (Expand)AuthorAgeFilesLines
* vi: Add IManagerDisplayService::CloseDisplay functionbsaleil2018-01-151-0/+10
* renderer: Render previous frame when no new one is available.bunnei2018-01-151-1/+4
* yuzu: Update license text to be consistent across project.bunnei2018-01-134-4/+4
* core: Include <algorithm> where used.bunnei2018-01-121-0/+2
* NV: Move the nv device nodes to their own directory and namespace.Subv2018-01-111-1/+2
* VI: Use a Pulse event instead of OneShot for the vblank events.Subv2018-01-111-1/+1
* vi: Use new CoreTiming::EventTypebunnei2018-01-111-1/+5
* NV: Expose the nvdisp_disp0 device and a weak reference to the nvdrv:a service.Subv2018-01-112-2/+16
* NV: Determine what buffer to draw for each layer of each display.Subv2018-01-112-13/+58
* NV: Signal all display's vsync event 60 times per second.Subv2018-01-112-1/+32
* NV: Give each display its own vsync event.Subv2018-01-112-12/+29
* NV: Keep track of Displays, Layers and BufferQueues in nvflinger.Subv2018-01-114-41/+261
* NV: Implemented (with stubs) the vi:m service and some of its subservices.Subv2018-01-114-0/+714