summaryrefslogtreecommitdiffstats
path: root/src/video_core/memory_manager.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* memory_manager: Cleanup FindFreeRegion.bunnei2019-03-211-2/+2
* memory_manager: Bug fixes and further cleanup.bunnei2019-03-211-7/+7
* memory_manager: Add protections for invalid GPU addresses.bunnei2019-03-211-7/+8
* gpu: Rewrite virtual memory manager using PageTable.bunnei2019-03-211-47/+115
* gpu: Move GPUVAddr definition to common_types.bunnei2019-03-211-3/+0
* video_core: Refactor to use MemoryManager interface for all memory access.bunnei2019-03-161-1/+16
* memory_manager: Do not allow 0 to be a valid GPUVAddr.bunnei2018-11-231-1/+2
* memory_manager: Do not MapBufferEx over already in use memory.bunnei2018-11-011-4/+4
* global: Use std::optional instead of boost::optional (#1578)Frederic L2018-10-301-4/+3
* memory_manager: Add a method for querying the end of a mapped GPU region.bunnei2018-10-161-0/+1
* GPU: Implemented nvhost-as-gpu's UnmapBuffer ioctl.Subv2018-05-201-0/+1
* gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses.bunnei2018-04-251-1/+0
* memory_manager: Add implement CpuToGpuAddress.bunnei2018-04-241-0/+10
* memory_manager: Make GpuToCpuAddress return an optional.bunnei2018-04-241-1/+4
* memory_manager: Use GPUVAdddr, not PAddr, for GPU addresses.bunnei2018-04-241-8/+8
* GPU: Make the GPU virtual memory manager use 16 page bits and 10 page table bits.Subv2018-04-231-1/+5
* Make a GPU class in VideoCore to contain the GPU state.Subv2018-02-121-0/+49