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
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