aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/nvdrv
AgeCommit message (Expand)Author
2018-02-04logger: Use Service_NVDRV category where applicable.bunnei
2018-01-24hle: Rename RequestBuilder to ResponseBuilder.bunnei
2018-01-21Merge pull request #131 from lioncash/enumbunnei
2018-01-21Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid (#114)David
2018-01-21nvmap: Add a return 0 underneath the UNIMPLEMENTED macroLioncash
2018-01-21nvmap: Make IoctlCommands an enum classLioncash
2018-01-20Format: Run the new clang format on everythingJames Rowe
2018-01-18nvdrv: Stub SetClientPID.bunnei
2018-01-17nvdrv: stubbed Close(cmd 2)Frederic Meyer
2018-01-16UI: Fix frame rate perf statsJames Rowe
2018-01-16NV: Implemented the nvdrv service, which uses the same interface as nvdrv:aSubv
2018-01-16NV: Move the nvdrv classes into the Nvidia namespace, and move the functional...Subv
2018-01-16clang-formatMerryMage
2018-01-13yuzu: Update license text to be consistent across project.bunnei
2018-01-11core: Include <algorithm> where used.bunnei
2018-01-11nv: Fix more broken asserts.bunnei
2018-01-11nvdisp_disp0: Fix broken assert.bunnei
2018-01-10nvdisp_disp0: Call SwapBuffers to render framebuffer.bunnei
2018-01-10NV: Move the nv device nodes to their own directory and namespace.Subv
2018-01-10NV: Expose the nvdisp_disp0 device and a weak reference to the nvdrv:a service.Subv
2018-01-10NV: Implemented the nvdrv:a service and the /dev/nvmap device.Subv