summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-24nvdrv: Move logging macros over to new fmt-compatible onesLioncash1-18/+19
2018-04-23Nvdrv: Assert when receiving an unimplemented ioctl in the nv* handlers.Subv1-1/+1
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-6/+2
2018-02-14nvhost_gpu: Silence formatting specifier warningsLioncash1-6/+8
2018-02-12Make a GPU class in VideoCore to contain the GPU state.Subv1-4/+3
2018-02-12GPU: Added a command processor to decode the GPU pushbuffers and forward the commands to their respective engines.Subv1-1/+3
2018-02-06Extra nvdrv support (#162)David1-0/+144