aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/nvdrv/nvdrv.cpp
AgeCommit message (Expand)Author
2018-07-25service/nvdrv: Take std::string in Open() by const referenceLioncash
2018-07-25service/nvdrv: Use std::move where applicableLioncash
2018-05-30Services/nvdrv: add '/dev/nvhost-nvdec' devicemailwl
2018-04-27general: Convert assertion macros over to be fmt-compatibleLioncash
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-02-11Make a GPU class in VideoCore to contain the GPU state.Subv
2018-02-11nvdrv: Make the GPU memory manager available to nvhost-gpu.Subv
2018-02-07nvhost_as_gpu: Add nvmap as a class member.bunnei
2018-02-05Extra nvdrv support (#162)David
2018-01-21Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid (#114)David
2018-01-20Format: Run the new clang format on everythingJames Rowe
2018-01-17nvdrv: stubbed Close(cmd 2)Frederic Meyer
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-13yuzu: Update license text to be consistent across project.bunnei
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