aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/nvdrv
AgeCommit message (Expand)Author
2018-08-13Registered missing channel devicesDavid Marcec
2018-08-13Added missing channel devicesDavid Marcec
2018-08-08Merge pull request #978 from bunnei/fixioctlbunnei
2018-08-08nvhost_gpu: Don't over copy IoctlSubmitGpfifo.bunnei
2018-08-07nvdrv: Get rid of global std::weak_ptrLioncash
2018-08-07nvdrv: Make Ioctl()'s definition match its prototypeLioncash
2018-08-07nvdrv: Get rid of indirect inclusionsLioncash
2018-08-04renderer_base: Make Rasterizer() return the rasterizer by referenceLioncash
2018-08-04video_core: Eliminate the g_renderer global variableLioncash
2018-07-30nvhost_gpu: Added checks to ensure we don't read past the end of the entries ...Subv
2018-07-30nvhost_ctrl_gpu: Only read the input parameters if they are actually there.Subv
2018-07-25service/nvdrv: Take std::string in Open() by const referenceLioncash
2018-07-25service/nvdrv: Use std::move where applicableLioncash
2018-07-21GPU: Implement the NVGPU_IOCTL_CHANNEL_KICKOFF_PB ioctl2 command.Subv
2018-07-19Merge pull request #717 from lioncash/explicitbunnei
2018-07-19hle/service: Make constructors explicit where applicableLioncash
2018-07-19nvdrv: Take std::string by const reference in GetDevice()Lioncash
2018-07-17vi: Partially implement buffer crop parameters.bunnei
2018-07-10NvOsGetConfigU32 production implDavid Marcec
2018-07-08nvhost_ctrl: Fix NvOsGetConfigU32 for Snipper Clips.bunnei
2018-07-02Update clang formatJames Rowe
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-07-01GPU: Remove a surface from the cache when its backing memory is being unmappe...Subv
2018-07-01nvmap: Return the address of the nvmap object when Freeing it for the last time.Subv
2018-06-20Build: Fixed some MSVC warnings in various parts of the code.Subv
2018-06-06nvdrv/devices/nvidia_ctrl_gpu : add IoctlCommands with their params (#524)greggameplayer
2018-06-04Nvdrv/devices/nvhost_gpu : Add some IoctlCommands with their params (#511)greggameplayer
2018-06-03Merge pull request #484 from mailwl/nvhost-nvdecbunnei
2018-05-30Services/nvdrv: add '/dev/nvhost-nvdec' devicemailwl
2018-05-29nvhost_ctrl: Stub out IocCtrlEventRegister.bunnei
2018-05-29nvhost_ctrl: Stub out IocCtrlEventWaitAsyncCommand.bunnei
2018-05-26NvOsGetConfigU32 should return null instead of 0 for default outputDavid Marcec
2018-05-25Merge pull request #466 from mailwl/nv-timeoutbunnei
2018-05-24Stubbed NVGPU_GPU_IOCTL_ZBC_SET_TABLE (#463)David
2018-05-24Stub NVGPU_IOCTL_CHANNEL_SET_TIMEOUTmailwl
2018-05-23change some functionsgreggameplayer
2018-05-23correct placement and add size checkgreggameplayer
2018-05-23Add ioctl commands with their params and size checkgreggameplayer
2018-05-22Implemented NVHOST_IOCTL_CHANNEL_GET_WAITBASE (#440)David
2018-05-20GPU: Implemented the nvmap Free ioctl.Subv
2018-05-20GPU: Implemented nvhost-as-gpu's UnmapBuffer ioctl.Subv
2018-05-10More accurate GetTPCMasks implDavid Marcec
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash
2018-05-01GPU: Don't write to invalid memory locations when handling ioctls that don't ...Subv
2018-04-27general: Convert assertion macros over to be fmt-compatibleLioncash
2018-04-26Merge branch 'master' of https://github.com/yuzu-emu/yuzu into service-implDavid Marcec
2018-04-24nvdrv: Move logging macros over to new fmt-compatible onesLioncash
2018-04-23Merge pull request #384 from Subv/nvhost-remapbunnei
2018-04-23NvDrv/nvhost-as-gpu: Ensure that the object passed to MapBufferEx has already...Subv
2018-04-23Nvdrv/nvhost-as-gpu: Implemented the ioctl REMAP command.Subv