summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_as_gpu.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: Resolve cases of member field shadowingLioncash2021-05-041-2/+2
* nvdrv: Pass device fd and handle device create methods for device opening and closingChloe Marcec2021-03-251-4/+7
* nvdrv: Change InitializeEx to AllocAsExChloe Marcec2021-03-221-16/+33
* hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread.bunnei2020-12-291-5/+4
* nvservices: Reintroducee IoctlCtrlChloe Marcec2020-11-241-4/+5
* Addressed issuesChloe Marcec2020-11-101-0/+7
* core: Make nvservices more standardizedChloe Marcec2020-11-101-58/+92
* Revert "core: Fix clang build"bunnei2020-10-211-27/+21
* Merge pull request #4796 from lioncash/clangLC2020-10-211-21/+27
|\
| * core: Fix clang buildLioncash2020-10-181-21/+27
* | hle: service: nvdrv: Implement nvhost_as_gpu::FreeSpace.bunnei2020-10-131-0/+16
|/
* General: Make use of std::nullopt where applicableLioncash2020-09-221-2/+2
* hle: nvdrv: Rewrite of GPU memory management.bunnei2020-07-261-64/+138
* NvServices: Correct Ioctl Remap.Fernando Sahmkow2019-12-251-2/+4
* service/nvdrv: Silence -WswitchReinUsesLisp2019-10-051-0/+2
* 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-6/+6
* gpu: Rewrite virtual memory manager using PageTable.bunnei2019-03-211-10/+2
* gpu: Move GPUVAddr definition to common_types.bunnei2019-03-211-2/+2
* gpu: Use host address for caching instead of guest address.bunnei2019-03-151-1/+2
* gpu: Move command processing to another thread.bunnei2019-03-071-1/+1
* Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2018-11-261-0/+2
* Merge pull request #1478 from ogniK5377/remap-invalidhandle-remapbunnei2018-10-121-3/+10
|\
| * Returned an error before processing other remapsDavid Marcec2018-10-121-6/+2
| * Passing an invalid nmap handle to Remap should throw an errorDavid Marcec2018-10-111-3/+14
* | nvhost_as_gpu: Flush CPU VAddr on UnmapBuffer.bunnei2018-10-111-3/+4
|/
* Unmapping an unmapped buffer should succeedDavid Marcec2018-10-081-1/+6
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-1/+1
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+5
* gpu: Make memory_manager privateLioncash2018-08-281-6/+6
* nvdrv: Get rid of indirect inclusionsLioncash2018-08-071-2/+3
* renderer_base: Make Rasterizer() return the rasterizer by referenceLioncash2018-08-041-2/+2
* video_core: Eliminate the g_renderer global variableLioncash2018-08-041-5/+6
* Update clang formatJames Rowe2018-07-031-8/+8
* Rename logging macro back to LOG_*James Rowe2018-07-031-9/+9
* GPU: Remove a surface from the cache when its backing memory is being unmapped from the GPU's MMU.Subv2018-07-011-0/+5
* GPU: Implemented nvhost-as-gpu's UnmapBuffer ioctl.Subv2018-05-201-0/+33
* general: Make formatting of logged hex values more straightforwardLioncash2018-05-021-2/+2
* GPU: Don't write to invalid memory locations when handling ioctls that don't have an output.Subv2018-05-011-2/+0
* nvdrv: Move logging macros over to new fmt-compatible onesLioncash2018-04-241-13/+13
* NvDrv/nvhost-as-gpu: Ensure that the object passed to MapBufferEx has already been allocated.Subv2018-04-231-0/+10
* Nvdrv/nvhost-as-gpu: Implemented the ioctl REMAP command.Subv2018-04-231-0/+35
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-6/+2
* nvhost_as_gpu: Silence formatting specifier warningsLioncash2018-02-141-5/+7
* Make a GPU class in VideoCore to contain the GPU state.Subv2018-02-121-4/+8
* nvhost_as_gpu: Implement AllocateSpace and MapBufferEx.bunnei2018-02-081-9/+28
* nvhost_as_gpu: Add nvmap as a class member.bunnei2018-02-081-0/+1
* Extra nvdrv support (#162)David2018-02-061-2/+76
* 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: Fix more broken asserts.bunnei2018-01-121-1/+1
* NV: Move the nv device nodes to their own directory and namespace.Subv2018-01-111-0/+20