summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/interface.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel/event: Reference ReadableEvent from WritableEventZach Hilman2018-11-291-5/+3
* core: Port all current usages of Event to Readable/WritableEventZach Hilman2018-11-291-3/+8
* Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2018-11-261-1/+5
* nvdrv: Implement/stub DumpGraphicsMemoryInfo and GetStatus.bunnei2018-11-241-2/+16
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+2
* kernel: Eliminate kernel global stateLioncash2018-08-291-1/+3
* GPU: Implement the NVGPU_IOCTL_CHANNEL_KICKOFF_PB ioctl2 command.Subv2018-07-211-1/+1
* Rename logging macro back to LOG_*James Rowe2018-07-031-7/+7
* general: Make formatting of logged hex values more straightforwardLioncash2018-05-021-1/+1
* nvdrv: Move logging macros over to new fmt-compatible onesLioncash2018-04-241-7/+7
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
* Updated nvdrv with more service names.Hexagon122018-04-101-0/+7
* Merge pull request #188 from bunnei/refactor-buffer-descriptorbunnei2018-02-151-20/+7
|\
| * service: Remove remaining uses of BufferDescriptor*.bunnei2018-02-141-3/+2
| * nvdrv: Use ReadBuffer/WriteBuffer functions for Ioctl.bunnei2018-02-141-17/+5
* | nvdrv/interface: Silence formatting specifier warningsLioncash2018-02-141-1/+2
|/
* nvdrv: Fix QueryEvent for libnx.bunnei2018-02-091-4/+5
* Extra nvdrv support (#162)David2018-02-061-17/+43
* logger: Use Service_NVDRV category where applicable.bunnei2018-02-041-5/+5
* hle: Rename RequestBuilder to ResponseBuilder.bunnei2018-01-251-5/+5
* Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid (#114)David2018-01-211-5/+4
* nvdrv: Stub SetClientPID.bunnei2018-01-191-0/+12
* nvdrv: stubbed Close(cmd 2)Frederic Meyer2018-01-171-0/+13
* NV: Implemented the nvdrv service, which uses the same interface as nvdrv:aSubv2018-01-171-0/+69