summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvmap.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-05NVServices: Styling, define constructors as explicit and correctionsFernando Sahmkow1-1/+1
2019-07-05NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.Fernando Sahmkow1-1/+2
2019-07-05nv_services: Deglobalize NvServicesFernando Sahmkow1-1/+1
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-2/+2
2018-07-01nvmap: Return the address of the nvmap object when Freeing it for the last time.Subv1-1/+1
2018-05-23correct placement and add size checkgreggameplayer1-21/+25
2018-05-20GPU: Implemented the nvmap Free ioctl.Subv1-1/+13
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-6/+2
2018-02-08nvmap: Refactor to expose nvmap objects.bunnei1-3/+11
2018-02-06Extra nvdrv support (#162)David1-1/+1
2018-01-21nvmap: Make IoctlCommands an enum classLioncash1-6/+6
2018-01-17NV: Move the nvdrv classes into the Nvidia namespace, and move the functionality to a s single module that services call.Subv1-2/+2
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2018-01-11NV: Move the nv device nodes to their own directory and namespace.Subv1-25/+14
2018-01-11NV: Expose the nvdisp_disp0 device and a weak reference to the nvdrv:a service.Subv1-0/+94
2018-01-11NV: Implemented the nvdrv:a service and the /dev/nvmap device.Subv1-0/+25