aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/nvdrv
AgeCommit message (Expand)Author
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-04-11Various fixes and clangHexagon12
2018-04-10Updated nvmemp with new service names.Hexagon12
2018-04-10Updated nvdrv with more service names.Hexagon12
2018-03-23renderer_opengl: Fixes for properly flushing & rendering the framebuffer.bunnei
2018-03-23renderer_opengl: Better handling of framebuffer transform flags.bunnei
2018-03-22nvdisp_disp0: Always flush and invalidate framebuffer region.bunnei
2018-03-22video_core: Move FramebufferInfo to FramebufferConfig in GPU.bunnei
2018-03-19Clang FixesN00byKing
2018-03-19Clean Warnings (?)N00byKing
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