aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/nvdrv
AgeCommit message (Expand)Author
2018-02-17nvmap: Make IocFromId return the same existing handle instead of creating a n...Subv
2018-02-14nvhost-ctrl: Stub NVHOST_IOCTL_CTRL_EVENT_WAIT.Subv
2018-02-14Vi: Properly write the BufferProducerFence object in the DequeueBuffer respon...Subv
2018-02-14Merge pull request #188 from bunnei/refactor-buffer-descriptorbunnei
2018-02-14nvdrv/interface: Silence formatting specifier warningsLioncash
2018-02-14nvmap: Silence formatting specifier warningsLioncash
2018-02-14nvhost_gpu: Silence formatting specifier warningsLioncash
2018-02-14nvhost_ctrl: Silence formatting specifier warningsLioncash
2018-02-14nvhost_ctrl_gpu: Silence formatting specifier warningsLioncash
2018-02-14nvhost_as_gpu: Silence formatting specifier warningsLioncash
2018-02-13service: Remove remaining uses of BufferDescriptor*.bunnei
2018-02-13nvdrv: Use ReadBuffer/WriteBuffer functions for Ioctl.bunnei
2018-02-12Merge pull request #178 from Subv/command_buffersbunnei
2018-02-11Make a GPU class in VideoCore to contain the GPU state.Subv
2018-02-11GPU: Added a command processor to decode the GPU pushbuffers and forward the ...Subv
2018-02-11nvdrv: Make the GPU memory manager available to nvhost-gpu.Subv
2018-02-11vi: Parse IGBPQueueBufferRequestParcel params and expose buffer flip vertical.bunnei
2018-02-09nvdrv: Fix QueryEvent for libnx.bunnei
2018-02-08nvhost_ctrl_gpu: Implement ZCullGetInfo.bunnei
2018-02-07nvhost_as_gpu: Implement AllocateSpace and MapBufferEx.bunnei
2018-02-07nvdrv: Add MemoryManager class to track GPU memory.bunnei
2018-02-07nvmap: Refactor to expose nvmap objects.bunnei
2018-02-07nvhost_as_gpu: Add nvmap as a class member.bunnei
2018-02-05Extra nvdrv support (#162)David
2018-02-04logger: Use Service_NVDRV category where applicable.bunnei
2018-01-24hle: Rename RequestBuilder to ResponseBuilder.bunnei
2018-01-21Merge pull request #131 from lioncash/enumbunnei
2018-01-21Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid (#114)David
2018-01-21nvmap: Add a return 0 underneath the UNIMPLEMENTED macroLioncash
2018-01-21nvmap: Make IoctlCommands an enum classLioncash
2018-01-20Format: Run the new clang format on everythingJames Rowe
2018-01-18nvdrv: Stub SetClientPID.bunnei
2018-01-17nvdrv: stubbed Close(cmd 2)Frederic Meyer
2018-01-16UI: Fix frame rate perf statsJames Rowe
2018-01-16NV: Implemented the nvdrv service, which uses the same interface as nvdrv:aSubv
2018-01-16NV: Move the nvdrv classes into the Nvidia namespace, and move the functional...Subv
2018-01-16clang-formatMerryMage
2018-01-13yuzu: Update license text to be consistent across project.bunnei
2018-01-11core: Include <algorithm> where used.bunnei
2018-01-11nv: Fix more broken asserts.bunnei
2018-01-11nvdisp_disp0: Fix broken assert.bunnei
2018-01-10nvdisp_disp0: Call SwapBuffers to render framebuffer.bunnei
2018-01-10NV: Move the nv device nodes to their own directory and namespace.Subv
2018-01-10NV: Expose the nvdisp_disp0 device and a weak reference to the nvdrv:a service.Subv
2018-01-10NV: Implemented the nvdrv:a service and the /dev/nvmap device.Subv