aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/memory_manager.cpp
AgeCommit message (Expand)Author
2021-05-05hle: kernel: Rename Process to KProcess.bunnei
2021-02-18hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.bunnei
2021-02-13gpu: Report renderer errors with exceptionsReinUsesLisp
2021-01-29Merge pull request #5795 from ReinUsesLisp/bytes-to-map-endbunnei
2021-01-22video_core/memory_manager: Add BytesToMapEndReinUsesLisp
2021-01-21video_core/memory_manager: Remove unused CopyBlockUnsafeReinUsesLisp
2021-01-21video_core/memory_manager: Flush destination buffer on CopyBlockReinUsesLisp
2021-01-21video_core/memory_manager: Add GPU address based flush methodReinUsesLisp
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp
2020-10-26video_core: NVDEC Implementationameerj
2020-09-22General: Make use of std::nullopt where applicableLioncash
2020-08-25Merge pull request #4574 from lioncash/const-fnbunnei
2020-08-24memory_manager: Mark IsGranularRange() as a const member functionLioncash
2020-08-22video_core: Initialize renderer with a GPUReinUsesLisp
2020-07-26hle: nvdrv: Rewrite of GPU memory management.bunnei
2020-06-19memory_manager: Eliminate variable shadowingLioncash
2020-04-23kernel: memory: Improve implementation of device shared memory. (#3707)bunnei
2020-04-17video_core: memory_manager: Updates for Common::PageTable changes.bunnei
2020-04-08Memory: Correct GCC errors.Fernando Sahmkow
2020-04-08GPUMemoryManager: Improve safety of memory reads.Fernando Sahmkow
2020-04-06GPU: Setup Flush/Invalidate to use VAddr instead of CacheAddrFernando Sahmkow
2020-02-19video_core: memory_manager: Flush/invalidate asynchronously on Unmap.bunnei
2020-02-15Revert "video_core: memory_manager: Use GPU interface for cache functions."bunnei
2020-02-07video_core: memory_manager: Use GPU interface for cache functions.bunnei
2019-11-26core/memory: Migrate over GetPointer()Lioncash
2019-07-09prefer system reference over global accessorMichael Scire
2019-07-08Prevent merging of device mapped memory blocks.Michael Scire
2019-06-20texture_cache: Handle uncontinuous surfaces.Fernando Sahmkow
2019-06-20Change texture_cache chaching from GPUAddr to CacheAddrFernando Sahmkow
2019-06-20Deglobalize Memory Manager on texture cahe and Implement Invalidation and Flu...Fernando Sahmkow
2019-05-09video_core/memory_manager: Mark IsBlockContinuous() as a const member functionLioncash
2019-05-09video_core/memory_manager: Default the destructor within the cpp fileLioncash
2019-04-19make ReadBlockunsafe and WriteBlockunsafe, ignore invalid pages.Fernando Sahmkow
2019-04-16Implement IsBlockContinousFernando Sahmkow
2019-04-16Document unsafe versions and add BlockCopyUnsafeFernando Sahmkow
2019-04-15Use ReadBlockUnsafe on TIC and TSC readingFernando Sahmkow
2019-04-15GPU MemoryManager: Implement ReadBlockUnsafe and WriteBlockUnsafeFernando Sahmkow
2019-04-05memory_manager: Improved implementation of read/write/copy block.bunnei
2019-04-05video_core/memory_manager: Make Read() a const qualified member functionLioncash
2019-04-05video_core/memory_manager: Make ReadBlock() a const qualifier member functionLioncash
2019-04-05video_core/memory_manager: Add a const qualified variant of GetPointer()Lioncash
2019-04-05video_core/memory_manager: Make FindFreeRegion() a const member functionLioncash
2019-04-05video_core/memory_manager: Make GpuToCpuAddress() a const member functionLioncash
2019-03-20memory_manager: Cleanup FindFreeRegion.bunnei
2019-03-20memory_manager: Use Common::AlignUp in public interface as needed.bunnei
2019-03-20memory_manager: Bug fixes and further cleanup.bunnei
2019-03-20memory_manager: Add protections for invalid GPU addresses.bunnei
2019-03-20gpu: Rewrite virtual memory manager using PageTable.bunnei
2019-03-16video_core: Refactor to use MemoryManager interface for all memory access.bunnei
2019-02-03memory_manager: Check for reserved page statusReinUsesLisp