index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
memory_manager.cpp
Age
Commit message (
Expand
)
Author
2019-11-26
core/memory: Migrate over GetPointer()
Lioncash
2019-07-09
prefer system reference over global accessor
Michael Scire
2019-07-08
Prevent merging of device mapped memory blocks.
Michael Scire
2019-06-20
texture_cache: Handle uncontinuous surfaces.
Fernando Sahmkow
2019-06-20
Change texture_cache chaching from GPUAddr to CacheAddr
Fernando Sahmkow
2019-06-20
Deglobalize Memory Manager on texture cahe and Implement Invalidation and Flu...
Fernando Sahmkow
2019-05-09
video_core/memory_manager: Mark IsBlockContinuous() as a const member function
Lioncash
2019-05-09
video_core/memory_manager: Default the destructor within the cpp file
Lioncash
2019-04-19
make ReadBlockunsafe and WriteBlockunsafe, ignore invalid pages.
Fernando Sahmkow
2019-04-16
Implement IsBlockContinous
Fernando Sahmkow
2019-04-16
Document unsafe versions and add BlockCopyUnsafe
Fernando Sahmkow
2019-04-15
Use ReadBlockUnsafe on TIC and TSC reading
Fernando Sahmkow
2019-04-15
GPU MemoryManager: Implement ReadBlockUnsafe and WriteBlockUnsafe
Fernando Sahmkow
2019-04-05
memory_manager: Improved implementation of read/write/copy block.
bunnei
2019-04-05
video_core/memory_manager: Make Read() a const qualified member function
Lioncash
2019-04-05
video_core/memory_manager: Make ReadBlock() a const qualifier member function
Lioncash
2019-04-05
video_core/memory_manager: Add a const qualified variant of GetPointer()
Lioncash
2019-04-05
video_core/memory_manager: Make FindFreeRegion() a const member function
Lioncash
2019-04-05
video_core/memory_manager: Make GpuToCpuAddress() a const member function
Lioncash
2019-03-20
memory_manager: Cleanup FindFreeRegion.
bunnei
2019-03-20
memory_manager: Use Common::AlignUp in public interface as needed.
bunnei
2019-03-20
memory_manager: Bug fixes and further cleanup.
bunnei
2019-03-20
memory_manager: Add protections for invalid GPU addresses.
bunnei
2019-03-20
gpu: Rewrite virtual memory manager using PageTable.
bunnei
2019-03-16
video_core: Refactor to use MemoryManager interface for all memory access.
bunnei
2019-02-03
memory_manager: Check for reserved page status
ReinUsesLisp
2018-11-23
memory_manager: Do not allow 0 to be a valid GPUVAddr.
bunnei
2018-11-01
memory_manager: Do not MapBufferEx over already in use memory.
bunnei
2018-10-30
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-16
memory_manager: Add a method for querying the end of a mapped GPU region.
bunnei
2018-07-24
video_core/memory_manager: Replace a loop with std::array's fill() function i...
Lioncash
2018-07-24
video_core/memory_manager: Avoid repeated unnecessary page slot lookups
Lioncash
2018-07-02
GPU: Allow GpuToCpuAddress to return boost::none for unmapped addresses.
Subv
2018-05-20
GPU: Implemented nvhost-as-gpu's UnmapBuffer ioctl.
Subv
2018-04-24
memory_manager: Add implement CpuToGpuAddress.
bunnei
2018-04-24
memory_manager: Make GpuToCpuAddress return an optional.
bunnei
2018-04-24
memory_manager: Use GPUVAdddr, not PAddr, for GPU addresses.
bunnei
2018-04-23
GPU: Make the GPU virtual memory manager use 16 page bits and 10 page table b...
Subv
2018-02-11
Make a GPU class in VideoCore to contain the GPU state.
Subv