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.h
Age
Commit message (
Expand
)
Author
2021-02-13
Merge branch 'bytes-to-map-end' into new-bufcache-wip
ReinUsesLisp
2021-02-13
gpu: Report renderer errors with exceptions
ReinUsesLisp
2021-01-29
Merge pull request #5795 from ReinUsesLisp/bytes-to-map-end
bunnei
2021-01-22
video_core/memory_manager: Add BytesToMapEnd
ReinUsesLisp
2021-01-21
video_core/memory_manager: Remove unused CopyBlockUnsafe
ReinUsesLisp
2021-01-21
video_core/memory_manager: Add GPU address based flush method
ReinUsesLisp
2020-12-04
video_core: Resolve more variable shadowing scenarios
Lioncash
2020-10-26
video_core: NVDEC Implementation
ameerj
2020-08-26
memory_manager: Make use of [[nodiscard]] in the interface
Lioncash
2020-08-26
memory_manager: Make operator+ const qualified
Lioncash
2020-08-25
Merge pull request #4574 from lioncash/const-fn
bunnei
2020-08-24
memory_manager: Mark IsGranularRange() as a const member function
Lioncash
2020-08-22
video_core: Initialize renderer with a GPU
ReinUsesLisp
2020-07-26
hle: nvdrv: Rewrite of GPU memory management.
bunnei
2020-06-19
memory_manager: Eliminate variable shadowing
Lioncash
2020-04-17
video_core: memory_manager: Updates for Common::PageTable changes.
bunnei
2020-04-08
Memory: Address Feedback.
Fernando Sahmkow
2020-04-08
GPUMemoryManager: Improve safety of memory reads.
Fernando Sahmkow
2020-04-06
Buffer Cache: Use vAddr instead of physical memory.
Fernando Sahmkow
2020-03-14
PageTable: move backing addresses to a children class as the CPU page table d...
Fernando Sahmkow
2020-02-15
Revert "video_core: memory_manager: Use GPU interface for cache functions."
bunnei
2020-02-07
video_core: memory_manager: Use GPU interface for cache functions.
bunnei
2019-07-09
prefer system reference over global accessor
Michael Scire
2019-06-09
GPUVM: Correct GPU VM virtual address space
Fernando Sahmkow
2019-05-09
video_core/memory_manager: Mark IsBlockContinuous() as a const member function
Lioncash
2019-05-09
video_core/memory_manager: Mark the constructor as explicit
Lioncash
2019-05-09
video_core/memory_manager: Default the destructor within the cpp file
Lioncash
2019-05-09
video_core/memory_manager: Amend doxygen comments
Lioncash
2019-05-09
video_core/memory_manager: Remove superfluous const from function declarations
Lioncash
2019-04-16
Implement IsBlockContinous
Fernando Sahmkow
2019-04-16
Use ReadBlockUnsafe for fetyching DMA CommandLists
Fernando Sahmkow
2019-04-16
Document unsafe versions and add BlockCopyUnsafe
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: 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-20
gpu: Move GPUVAddr definition to common_types.
bunnei
2019-03-16
video_core: Refactor to use MemoryManager interface for all memory access.
bunnei
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-05-20
GPU: Implemented nvhost-as-gpu's UnmapBuffer ioctl.
Subv
[next]