summaryrefslogtreecommitdiff
path: root/src/core/hle/service/nvdrv (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1478 from ogniK5377/remap-invalidhandle-remapGravatar bunnei2018-10-121-3/+10
|\
| * Returned an error before processing other remapsGravatar David Marcec2018-10-121-6/+2
| * Passing an invalid nmap handle to Remap should throw an errorGravatar David Marcec2018-10-111-3/+14
* | Merge pull request #1479 from ogniK5377/nmap-revampedGravatar bunnei2018-10-121-12/+60
|\ \
| * | Made the minimum alignment more clearGravatar David Marcec2018-10-121-2/+3
| * | Added error codes for nvmapGravatar David Marcec2018-10-111-12/+59
| |/
* / nvhost_as_gpu: Flush CPU VAddr on UnmapBuffer.Gravatar bunnei2018-10-111-3/+4
|/
* Unmapping an unmapped buffer should succeedGravatar David Marcec2018-10-081-1/+6
* Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi2018-09-151-1/+1
* hle/service: Default constructors and destructors in the cpp file where appli...Gravatar Lioncash2018-09-1024-22/+56
* video_core: Move command buffer loop.Gravatar Markus Wick2018-09-102-31/+12
* gl_renderer: Cache textures, framebuffers, and shaders based on CPU address.Gravatar bunnei2018-08-311-0/+1
* core: Make the main System class use the PImpl idiomGravatar Lioncash2018-08-311-1/+2
* kernel: Eliminate kernel global stateGravatar Lioncash2018-08-281-1/+3
* gpu: Make memory_manager privateGravatar Lioncash2018-08-281-6/+6
* Registered missing channel devicesGravatar David Marcec2018-08-131-0/+4
* Added missing channel devicesGravatar David Marcec2018-08-134-0/+140
* Merge pull request #978 from bunnei/fixioctlGravatar bunnei2018-08-081-1/+1
|\
| * nvhost_gpu: Don't over copy IoctlSubmitGpfifo.Gravatar bunnei2018-08-081-1/+1
* | nvdrv: Get rid of global std::weak_ptrGravatar Lioncash2018-08-072-7/+8
|/
* nvdrv: Make Ioctl()'s definition match its prototypeGravatar Lioncash2018-08-071-1/+1
* nvdrv: Get rid of indirect inclusionsGravatar Lioncash2018-08-0712-15/+17
* renderer_base: Make Rasterizer() return the rasterizer by referenceGravatar Lioncash2018-08-041-2/+2
* video_core: Eliminate the g_renderer global variableGravatar Lioncash2018-08-042-8/+9
* nvhost_gpu: Added checks to ensure we don't read past the end of the entries ...Gravatar Subv2018-07-301-3/+6
* nvhost_ctrl_gpu: Only read the input parameters if they are actually there.Gravatar Subv2018-07-301-3/+11
* service/nvdrv: Take std::string in Open() by const referenceGravatar Lioncash2018-07-252-2/+2
* service/nvdrv: Use std::move where applicableGravatar Lioncash2018-07-251-3/+5
* GPU: Implement the NVGPU_IOCTL_CHANNEL_KICKOFF_PB ioctl2 command.Gravatar Subv2018-07-213-6/+34
* Merge pull request #717 from lioncash/explicitGravatar bunnei2018-07-193-3/+3
|\
| * hle/service: Make constructors explicit where applicableGravatar Lioncash2018-07-193-3/+3
* | nvdrv: Take std::string by const reference in GetDevice()Gravatar Lioncash2018-07-191-1/+1
|/
* vi: Partially implement buffer crop parameters.Gravatar bunnei2018-07-172-3/+7
* NvOsGetConfigU32 production implGravatar David Marcec2018-07-101-17/+2
* nvhost_ctrl: Fix NvOsGetConfigU32 for Snipper Clips.Gravatar bunnei2018-07-081-1/+1
* Update clang formatGravatar James Rowe2018-07-026-27/+27
* Rename logging macro back to LOG_*Gravatar James Rowe2018-07-028-50/+50
* GPU: Remove a surface from the cache when its backing memory is being unmappe...Gravatar Subv2018-07-011-0/+5
* nvmap: Return the address of the nvmap object when Freeing it for the last time.Gravatar Subv2018-07-012-4/+11
* Build: Fixed some MSVC warnings in various parts of the code.Gravatar Subv2018-06-201-1/+2
* nvdrv/devices/nvidia_ctrl_gpu : add IoctlCommands with their params (#524)Gravatar greggameplayer2018-06-062-0/+53
* Nvdrv/devices/nvhost_gpu : Add some IoctlCommands with their params (#511)Gravatar greggameplayer2018-06-041-0/+47
* Merge pull request #484 from mailwl/nvhost-nvdecGravatar bunnei2018-06-033-0/+72
|\
| * Services/nvdrv: add '/dev/nvhost-nvdec' deviceGravatar mailwl2018-05-303-0/+72
* | nvhost_ctrl: Stub out IocCtrlEventRegister.Gravatar bunnei2018-05-292-0/+10
* | nvhost_ctrl: Stub out IocCtrlEventWaitAsyncCommand.Gravatar bunnei2018-05-292-5/+9
|/
* NvOsGetConfigU32 should return null instead of 0 for default outputGravatar David Marcec2018-05-261-1/+1
* Merge pull request #466 from mailwl/nv-timeoutGravatar bunnei2018-05-252-0/+16
|\
| * Stub NVGPU_IOCTL_CHANNEL_SET_TIMEOUTGravatar mailwl2018-05-242-0/+16
* | Stubbed NVGPU_GPU_IOCTL_ZBC_SET_TABLE (#463)Gravatar David2018-05-242-0/+22
|/