summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_gpu.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-2/+2
2018-09-10video_core: Move command buffer loop.Markus Wick1-17/+0
2018-08-31gl_renderer: Cache textures, framebuffers, and shaders based on CPU address.bunnei1-0/+1
2018-08-07nvdrv: Get rid of indirect inclusionsLioncash1-0/+1
2018-07-21GPU: Implement the NVGPU_IOCTL_CHANNEL_KICKOFF_PB ioctl2 command.Subv1-3/+5
2018-07-19hle/service: Make constructors explicit where applicableLioncash1-1/+1
2018-06-04Nvdrv/devices/nvhost_gpu : Add some IoctlCommands with their params (#511)greggameplayer1-0/+47
2018-05-24Stub NVGPU_IOCTL_CHANNEL_SET_TIMEOUTmailwl1-0/+7
2018-05-22Implemented NVHOST_IOCTL_CHANNEL_GET_WAITBASE (#440)David1-1/+9
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-6/+2
2018-02-12Make a GPU class in VideoCore to contain the GPU state.Subv1-4/+1
2018-02-12GPU: Added a command processor to decode the GPU pushbuffers and forward the commands to their respective engines.Subv1-1/+1
2018-02-12nvdrv: Make the GPU memory manager available to nvhost-gpu.Subv1-1/+9
2018-02-06Extra nvdrv support (#162)David1-0/+139