summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update clang formatJames Rowe2018-07-031-10/+10
* Rename logging macro back to LOG_*James Rowe2018-07-031-12/+12
* Build: Fixed some MSVC warnings in various parts of the code.Subv2018-06-201-1/+2
* Stub NVGPU_IOCTL_CHANNEL_SET_TIMEOUTmailwl2018-05-241-0/+9
* Implemented NVHOST_IOCTL_CHANNEL_GET_WAITBASE (#440)David2018-05-221-0/+11
* general: Make formatting of logged hex values more straightforwardLioncash2018-05-021-1/+1
* GPU: Don't write to invalid memory locations when handling ioctls that don't have an output.Subv2018-05-011-3/+0
* nvdrv: Move logging macros over to new fmt-compatible onesLioncash2018-04-241-18/+19
* Nvdrv: Assert when receiving an unimplemented ioctl in the nv* handlers.Subv2018-04-231-1/+1
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-6/+2
* nvhost_gpu: Silence formatting specifier warningsLioncash2018-02-141-6/+8
* Make a GPU class in VideoCore to contain the GPU state.Subv2018-02-121-4/+3
* GPU: Added a command processor to decode the GPU pushbuffers and forward the commands to their respective engines.Subv2018-02-121-1/+3
* Extra nvdrv support (#162)David2018-02-061-0/+144