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
2023-05-04
Memory manager: Fix possible softlock
Fernando Sahmkow
2023-04-28
MemoryManager: Fix race conditions.
Fernando Sahmkow
2023-03-29
Fixes 'Continous' typo
Max Dunbar
2023-03-23
memory: rename global memory references to application memory
Liam
2023-01-25
Revert "MemoryManager: use fastmem directly."
Merry
2023-01-05
BufferBase: Don't ignore GPU pages.
Fernando Sahmkow
2023-01-05
MemoryManager: use fastmem directly.
Fernando Sahmkow
2023-01-05
video_core: Cache GPU internal writes.
Fernando Sahmkow
2023-01-01
RasterizerMemory: Add filtering for flushing/invalidation operations.
Fernando Sahmkow
2023-01-01
MacroHLE: Reduce massive calculations on sizing estimation.
Fernando Sahmkow
2023-01-01
MacroHLE: Add HLE replacement for base vertex and base instance.
Fernando Sahmkow
2023-01-01
MacroHLE: Add Index Buffer size estimation.
Fernando Sahmkow
2022-11-06
video_core:Fix vmm kinds size error
FengChen
2022-10-22
general: Resolve -Wunused-but-set-variable
Morph
2022-10-17
video_core: Implement memory manager page kind
FengChen
2022-10-06
General: Fix clang format.
Fernando Sahmkow
2022-10-06
Buffer Cache: Deduce vertex array limit from memory layout when limit is the ...
Fernando Sahmkow
2022-10-06
DMA & InlineToMemory Engines Rework.
bunnei
2022-10-06
Memory Manager: ensure safety of GPU to CPU address.
Fernando Sahmkow
2022-10-06
MemoryManager: Fix errors popping out.
Fernando Sahmkow
2022-10-06
MemoryManager: Finish up the initial implementation.
Fernando Sahmkow
2022-10-06
MemoryManager: initial multi paging system implementation.
Fernando Sahmkow
2022-10-06
Texture cache: Fix the remaining issues with memory mnagement and unmapping.
Fernando Sahmkow
2022-10-06
Refactor VideoCore to use AS sepparate from Channel.
Fernando Sahmkow
2022-10-06
NVDRV: Remake ASGPU
Fernando Sahmkow
2022-10-06
MemoryManager: Temporary Fix for NVDEC.
Fernando Sahmkow
2022-10-06
VideoCore: Update MemoryManager
Fernando Sahmkow
2022-10-06
VideoCore: implement channels on gpu caches.
Fernando Sahmkow
2022-08-19
code: dodge PAGE_SIZE #define
Kyle Kienapfel
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
[next]