summaryrefslogtreecommitdiff
path: root/src/core/hle/service/nvdrv (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* change some functionsGravatar greggameplayer2018-05-231-6/+6
* correct placement and add size checkGravatar greggameplayer2018-05-231-21/+25
* Add ioctl commands with their params and size checkGravatar greggameplayer2018-05-231-2/+86
* Implemented NVHOST_IOCTL_CHANNEL_GET_WAITBASE (#440)Gravatar David2018-05-222-1/+20
* GPU: Implemented the nvmap Free ioctl.Gravatar Subv2018-05-202-1/+48
* GPU: Implemented nvhost-as-gpu's UnmapBuffer ioctl.Gravatar Subv2018-05-202-0/+50
* More accurate GetTPCMasks implGravatar David Marcec2018-05-102-4/+8
* general: Make formatting of logged hex values more straightforwardGravatar Lioncash2018-05-026-8/+8
* GPU: Don't write to invalid memory locations when handling ioctls that don't ...Gravatar Subv2018-05-012-5/+0
* general: Convert assertion macros over to be fmt-compatibleGravatar Lioncash2018-04-271-2/+2
* Merge branch 'master' of https://github.com/yuzu-emu/yuzu into service-implGravatar David Marcec2018-04-268-65/+123
|\
| * nvdrv: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-247-60/+61
| * Merge pull request #384 from Subv/nvhost-remapGravatar bunnei2018-04-232-0/+57
| |\
| | * NvDrv/nvhost-as-gpu: Ensure that the object passed to MapBufferEx has already...Gravatar Subv2018-04-231-0/+10
| | * Nvdrv/nvhost-as-gpu: Implemented the ioctl REMAP command.Gravatar Subv2018-04-232-0/+47
| * | Nvdrv: Assert when receiving an unimplemented ioctl in the nv* handlers.Gravatar Subv2018-04-235-5/+5
| |/
* | GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport...Gravatar David Marcec2018-04-221-1/+1
* | Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersi...Gravatar David Marcec2018-04-211-0/+1
|/
* service: Use nested namespace specifiers where applicableGravatar Lioncash2018-04-1919-102/+39
* Various fixes and clangGravatar Hexagon122018-04-111-2/+2
* Updated nvmemp with new service names.Gravatar Hexagon122018-04-101-4/+4
* Updated nvdrv with more service names.Gravatar Hexagon122018-04-101-0/+7
* renderer_opengl: Fixes for properly flushing & rendering the framebuffer.Gravatar bunnei2018-03-231-6/+0
* renderer_opengl: Better handling of framebuffer transform flags.Gravatar bunnei2018-03-231-3/+1
* nvdisp_disp0: Always flush and invalidate framebuffer region.Gravatar bunnei2018-03-221-0/+7
* video_core: Move FramebufferInfo to FramebufferConfig in GPU.Gravatar bunnei2018-03-221-3/+3
* Clang FixesGravatar N00byKing2018-03-191-2/+2
* Clean Warnings (?)Gravatar N00byKing2018-03-191-1/+1
* nvmap: Make IocFromId return the same existing handle instead of creating a n...Gravatar Subv2018-02-171-5/+2
* nvhost-ctrl: Stub NVHOST_IOCTL_CTRL_EVENT_WAIT.Gravatar Subv2018-02-142-0/+25
* Vi: Properly write the BufferProducerFence object in the DequeueBuffer respon...Gravatar Subv2018-02-141-0/+7
* Merge pull request #188 from bunnei/refactor-buffer-descriptorGravatar bunnei2018-02-141-20/+7
|\
| * service: Remove remaining uses of BufferDescriptor*.Gravatar bunnei2018-02-131-3/+2
| * nvdrv: Use ReadBuffer/WriteBuffer functions for Ioctl.Gravatar bunnei2018-02-131-17/+5
* | nvdrv/interface: Silence formatting specifier warningsGravatar Lioncash2018-02-141-1/+2