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
2022-06-13
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-19
video_core: Reduce unused includes
ameerj
2021-12-31
video_core/memory_manager: Fixes for sparse memory management
ameerj
2021-12-31
video_core/memory_manager: Deduplicate Read/WriteBlock
ameerj
2021-09-11
video_core/memory_manager: Add missing <algorithm> include
Morph
2021-08-19
GPU_MemoryManger: Fix GetSubmappedRange.
Fernando Sahmkow
2021-07-22
shader: Address feedback
FernandoS27
2021-07-22
shader: Implement TLD
FernandoS27
2021-07-04
Texture Cache: Address feedback.
Fernando Sahmkow
2021-07-04
Texture Cache: Improve accuracy of sparse texture detection.
Fernando Sahmkow
2021-07-04
Texture Cache: Initial Implementation of Sparse Textures.
Fernando Sahmkow
2021-06-01
buffer_cache: Simplify uniform disabling logic
ameerj
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
2021-02-18
hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.
bunnei
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: Flush destination buffer on CopyBlock
ReinUsesLisp
2021-01-21
video_core/memory_manager: Add GPU address based flush method
ReinUsesLisp
2020-12-30
video_core: Rewrite the texture cache
ReinUsesLisp
2020-10-26
video_core: NVDEC Implementation
ameerj
2020-09-22
General: Make use of std::nullopt where applicable
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-23
kernel: memory: Improve implementation of device shared memory. (#3707)
bunnei
2020-04-17
video_core: memory_manager: Updates for Common::PageTable changes.
bunnei
2020-04-08
Memory: Correct GCC errors.
Fernando Sahmkow
2020-04-08
GPUMemoryManager: Improve safety of memory reads.
Fernando Sahmkow
2020-04-06
GPU: Setup Flush/Invalidate to use VAddr instead of CacheAddr
Fernando Sahmkow
2020-02-19
video_core: memory_manager: Flush/invalidate asynchronously on Unmap.
bunnei
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-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
[next]