summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_as_gpu.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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