aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/memory_manager.cpp
AgeCommit message (Expand)Author
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-19video_core: Reduce unused includesameerj
2021-12-31video_core/memory_manager: Fixes for sparse memory managementameerj
2021-12-31video_core/memory_manager: Deduplicate Read/WriteBlockameerj
2021-09-11video_core/memory_manager: Add missing <algorithm> includeMorph
2021-08-19GPU_MemoryManger: Fix GetSubmappedRange.Fernando Sahmkow
2021-07-22shader: Address feedbackFernandoS27
2021-07-22shader: Implement TLDFernandoS27
2021-07-04Texture Cache: Address feedback.Fernando Sahmkow
2021-07-04Texture Cache: Improve accuracy of sparse texture detection.Fernando Sahmkow
2021-07-04Texture Cache: Initial Implementation of Sparse Textures.Fernando Sahmkow
2021-06-01buffer_cache: Simplify uniform disabling logicameerj
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