summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_as_gpu.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-26Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec1-0/+2
2018-10-12Returned an error before processing other remapsDavid Marcec1-6/+2
2018-10-11Passing an invalid nmap handle to Remap should throw an errorDavid Marcec1-3/+14
2018-10-11nvhost_as_gpu: Flush CPU VAddr on UnmapBuffer.bunnei1-3/+4
2018-10-08Unmapping an unmapped buffer should succeedDavid Marcec1-1/+6
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-1/+1
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+5
2018-08-28gpu: Make memory_manager privateLioncash1-6/+6
2018-08-07nvdrv: Get rid of indirect inclusionsLioncash1-2/+3
2018-08-04renderer_base: Make Rasterizer() return the rasterizer by referenceLioncash1-2/+2
2018-08-04video_core: Eliminate the g_renderer global variableLioncash1-5/+6
2018-07-03Update clang formatJames Rowe1-8/+8
2018-07-03Rename logging macro back to LOG_*James Rowe1-9/+9
2018-07-01GPU: Remove a surface from the cache when its backing memory is being unmapped from the GPU's MMU.Subv1-0/+5
2018-05-20GPU: Implemented nvhost-as-gpu's UnmapBuffer ioctl.Subv1-0/+33
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash1-2/+2
2018-05-01GPU: Don't write to invalid memory locations when handling ioctls that don't have an output.Subv1-2/+0
2018-04-24nvdrv: Move logging macros over to new fmt-compatible onesLioncash1-13/+13
2018-04-23NvDrv/nvhost-as-gpu: Ensure that the object passed to MapBufferEx has already been allocated.Subv1-0/+10
2018-04-23Nvdrv/nvhost-as-gpu: Implemented the ioctl REMAP command.Subv1-0/+35
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-6/+2
2018-02-14nvhost_as_gpu: Silence formatting specifier warningsLioncash1-5/+7
2018-02-12Make a GPU class in VideoCore to contain the GPU state.Subv1-4/+8
2018-02-08nvhost_as_gpu: Implement AllocateSpace and MapBufferEx.bunnei1-9/+28
2018-02-08nvhost_as_gpu: Add nvmap as a class member.bunnei1-0/+1
2018-02-06Extra nvdrv support (#162)David1-2/+76
2018-01-17NV: Move the nvdrv classes into the Nvidia namespace, and move the functionality to a s single module that services call.Subv1-2/+2
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2018-01-12nv: Fix more broken asserts.bunnei1-1/+1
2018-01-11NV: Move the nv device nodes to their own directory and namespace.Subv1-0/+20