summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/vi/vi.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix dispdrv typogdkchan2018-01-191-1/+1
* Merge pull request #90 from lioncash/vi-overridebunnei2018-01-181-20/+21
|\
| * vi: Make constructors explicit where applicableLioncash2018-01-181-13/+14
| * vi: Add missing override specifiersLioncash2018-01-181-7/+7
* | vi: Copy data directly into the std::vector within Parcel's ReadBlock functionLioncash2018-01-181-2/+3
|/
* NV: Move the nvdrv classes into the Nvidia namespace, and move the functionality to a s single module that services call.Subv2018-01-171-3/+3
* VI: Stubbed GetNativeHandle, Create/DestroyStrayLayer and CloseDisplaySubv2018-01-171-3/+76
* 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-131-1/+1
* 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
* NV: Expose the nvdisp_disp0 device and a weak reference to the nvdrv:a service.Subv2018-01-111-1/+14
* NV: Determine what buffer to draw for each layer of each display.Subv2018-01-111-5/+47
* NV: Signal all display's vsync event 60 times per second.Subv2018-01-111-0/+24
* NV: Give each display its own vsync event.Subv2018-01-111-8/+17
* NV: Keep track of Displays, Layers and BufferQueues in nvflinger.Subv2018-01-111-39/+160
* NV: Implemented (with stubs) the vi:m service and some of its subservices.Subv2018-01-111-0/+628