summaryrefslogtreecommitdiffstats
path: root/src/video_core/memory_manager.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* video_core/memory_manager: Replace a loop with std::array's fill() function in PageSlot()Lioncash2018-07-241-3/+1
* video_core/memory_manager: Avoid repeated unnecessary page slot lookupsLioncash2018-07-241-11/+21
* GPU: Allow GpuToCpuAddress to return boost::none for unmapped addresses.Subv2018-07-021-2/+2
* GPU: Implemented nvhost-as-gpu's UnmapBuffer ioctl.Subv2018-05-201-0/+19
* memory_manager: Add implement CpuToGpuAddress.bunnei2018-04-241-0/+17
* memory_manager: Make GpuToCpuAddress return an optional.bunnei2018-04-241-1/+6
* memory_manager: Use GPUVAdddr, not PAddr, for GPU addresses.bunnei2018-04-241-36/+36
* GPU: Make the GPU virtual memory manager use 16 page bits and 10 page table bits.Subv2018-04-231-33/+20
* Make a GPU class in VideoCore to contain the GPU state.Subv2018-02-121-0/+110