aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/nvdrv/devices
AgeCommit message (Expand)Author
2019-03-06gpu: Move command processing to another thread.bunnei
2019-03-06gpu: Refactor command and swap buffers interface for asynch.bunnei
2019-02-27common/math_util: Move contents into the Common namespaceLioncash
2019-02-15core_timing: Convert core timing into a classLioncash
2019-02-12core_timing: Rename CoreTiming namespace to Core::TimingLioncash
2019-02-08nvdisp_disp0: change drawing message log level from Warning to TraceTobias
2018-12-15nvhost_gpu: Skip empty GPU command lists.bunnei
2018-11-29Merge pull request #1801 from ogniK5377/log-before-executebunnei
2018-11-27dma_pushbuffer: Optimize to avoid loop and copy on Push.bunnei
2018-11-26gpu: Rewrite GPU command list processing with DmaPusher class.bunnei
2018-11-26Improved error messages in AM, HwOpus and NvMapDavid Marcec
2018-11-26Changed logging to be "Log before execution", Added more error logging, all s...David Marcec
2018-11-21nvhost_ctrl_gpu: Implement IoctlGetGpuTime.bunnei
2018-10-12Merge pull request #1478 from ogniK5377/remap-invalidhandle-remapbunnei
2018-10-12Merge pull request #1479 from ogniK5377/nmap-revampedbunnei
2018-10-12Returned an error before processing other remapsDavid Marcec
2018-10-12Made the minimum alignment more clearDavid Marcec
2018-10-11Added error codes for nvmapDavid Marcec
2018-10-11Passing an invalid nmap handle to Remap should throw an errorDavid Marcec
2018-10-11nvhost_as_gpu: Flush CPU VAddr on UnmapBuffer.bunnei
2018-10-08Unmapping an unmapped buffer should succeedDavid Marcec
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-09-10video_core: Move command buffer loop.Markus Wick
2018-08-31gl_renderer: Cache textures, framebuffers, and shaders based on CPU address.bunnei
2018-08-31core: Make the main System class use the PImpl idiomLioncash
2018-08-28gpu: Make memory_manager privateLioncash
2018-08-13Added missing channel devicesDavid Marcec
2018-08-08nvhost_gpu: Don't over copy IoctlSubmitGpfifo.bunnei
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-21GPU: Implement the NVGPU_IOCTL_CHANNEL_KICKOFF_PB ioctl2 command.Subv
2018-07-19hle/service: Make constructors explicit where applicableLioncash
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