summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_as_gpu.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove memory allocations in some hot pathsKelebek12023-06-221-14/+16
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj2023-02-031-14/+14
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite2023-02-021-14/+14
* nvdrv: Use std::span for inputsameerj2022-12-291-14/+14
* general: Format licenses as per SPDX guidelinesMorph2022-10-061-4/+3
* MemoryManager: initial multi paging system implementation.Fernando Sahmkow2022-10-061-0/+1
* NVDRV: Remake ASGPUFernando Sahmkow2022-10-061-77/+86
* NVDRV: Update copyright notices.Fernando Sahmkow2022-10-061-2/+4
* VideoCore: implement channels on gpu caches.Fernando Sahmkow2022-10-061-1/+13
* NVDRV: Implement new NvMapFernando Sahmkow2022-10-061-2/+10
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* core: Make variable shadowing a compile-time errorLioncash2021-05-161-6/+6
* service: Resolve cases of member field shadowingLioncash2021-05-041-1/+1
* nvdrv: Pass device fd and handle device create methods for device opening and closingChloe Marcec2021-03-251-4/+8
* nvdrv: Change InitializeEx to AllocAsExChloe Marcec2021-03-221-11/+16
* hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread.bunnei2020-12-291-5/+3
* nvservices: Reintroducee IoctlCtrlChloe Marcec2020-11-241-3/+5
* core: Make nvservices more standardizedChloe Marcec2020-11-101-58/+52
* hle: service: nvdrv: Implement nvhost_as_gpu::FreeSpace.bunnei2020-10-131-0/+9
* hle: nvdrv: Rewrite of GPU memory management.bunnei2020-07-261-16/+63
* NvServices: Correct Ioctl Remap.Fernando Sahmkow2019-12-251-1/+1
* Initial implementation of Ioctl2 & Ioctl3David Marcec2019-09-191-2/+3
* NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.Fernando Sahmkow2019-07-051-1/+2
* nv_services: Deglobalize NvServicesFernando Sahmkow2019-07-051-1/+1
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-3/+2
* hle/service: Make constructors explicit where applicableLioncash2018-07-191-1/+1
* GPU: Implemented nvhost-as-gpu's UnmapBuffer ioctl.Subv2018-05-201-0/+17
* Nvdrv/nvhost-as-gpu: Implemented the ioctl REMAP command.Subv2018-04-231-0/+12
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-6/+2
* Make a GPU class in VideoCore to contain the GPU state.Subv2018-02-121-4/+1
* GPU: Added a command processor to decode the GPU pushbuffers and forward the commands to their respective engines.Subv2018-02-121-1/+1
* nvdrv: Make the GPU memory manager available to nvhost-gpu.Subv2018-02-121-3/+2
* nvhost_as_gpu: Implement AllocateSpace and MapBufferEx.bunnei2018-02-081-1/+5
* nvhost_as_gpu: Add nvmap as a class member.bunnei2018-02-081-1/+7
* Extra nvdrv support (#162)David2018-02-061-1/+75
* NV: Move the nvdrv classes into the Nvidia namespace, and move the functionality to a s single module that services call.Subv2018-01-171-2/+2
* yuzu: Update license text to be consistent across project.bunnei2018-01-131-1/+1
* NV: Move the nv device nodes to their own directory and namespace.Subv2018-01-111-0/+25