index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
memory_manager.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
MemoryManager: Reduce the page table size based on last big page address.
Fernando Sahmkow
2024-02-01
1
-8
/
+9
*
Core: Eliminate core/memory dependancies.
Fernando Sahmkow
2024-01-18
1
-4
/
+4
*
SMMU: Fix 8Gb layout.
Fernando Sahmkow
2024-01-18
1
-0
/
+3
*
GPU SMMU: Expand to 34 bits
Fernando Sahmkow
2024-01-18
1
-7
/
+11
*
SMMU: Initial adaptation to video_core.
Fernando Sahmkow
2024-01-18
1
-101
/
+103
*
Use spans over guest memory where possible instead of copying data.
Kelebek1
2023-07-02
1
-7
/
+23
*
Remove memory allocations in some hot paths
Kelebek1
2023-06-22
1
-6
/
+7
*
Use current GPU address when unmapping GPU pages, not the base
Kelebek1
2023-06-19
1
-2
/
+2
*
Memory manager: Fix possible softlock
Fernando Sahmkow
2023-05-04
1
-4
/
+5
*
MemoryManager: Fix race conditions.
Fernando Sahmkow
2023-04-28
1
-3
/
+7
*
Fixes 'Continous' typo
Max Dunbar
2023-03-29
1
-17
/
+17
*
memory: rename global memory references to application memory
Liam
2023-03-23
1
-1
/
+1
*
Revert "MemoryManager: use fastmem directly."
Merry
2023-01-25
1
-31
/
+9
*
BufferBase: Don't ignore GPU pages.
Fernando Sahmkow
2023-01-05
1
-1
/
+1
*
MemoryManager: use fastmem directly.
Fernando Sahmkow
2023-01-05
1
-9
/
+31
*
video_core: Cache GPU internal writes.
Fernando Sahmkow
2023-01-05
1
-14
/
+48
*
RasterizerMemory: Add filtering for flushing/invalidation operations.
Fernando Sahmkow
2023-01-01
1
-27
/
+33
*
MacroHLE: Reduce massive calculations on sizing estimation.
Fernando Sahmkow
2023-01-01
1
-85
/
+6
*
MacroHLE: Add HLE replacement for base vertex and base instance.
Fernando Sahmkow
2023-01-01
1
-1
/
+9
*
MacroHLE: Add Index Buffer size estimation.
Fernando Sahmkow
2023-01-01
1
-3
/
+50
*
video_core:Fix vmm kinds size error
FengChen
2022-11-06
1
-1
/
+1
*
general: Resolve -Wunused-but-set-variable
Morph
2022-10-22
1
-2
/
+2
*
video_core: Implement memory manager page kind
FengChen
2022-10-17
1
-10
/
+51
*
General: Fix clang format.
Fernando Sahmkow
2022-10-06
1
-1
/
+0
*
Buffer Cache: Deduce vertex array limit from memory layout when limit is the ...
Fernando Sahmkow
2022-10-06
1
-1
/
+1
*
DMA & InlineToMemory Engines Rework.
bunnei
2022-10-06
1
-0
/
+91
*
Memory Manager: ensure safety of GPU to CPU address.
Fernando Sahmkow
2022-10-06
1
-0
/
+3
*
MemoryManager: Fix errors popping out.
Fernando Sahmkow
2022-10-06
1
-4
/
+8
*
MemoryManager: Finish up the initial implementation.
Fernando Sahmkow
2022-10-06
1
-46
/
+131
*
MemoryManager: initial multi paging system implementation.
Fernando Sahmkow
2022-10-06
1
-173
/
+263
*
Texture cache: Fix the remaining issues with memory mnagement and unmapping.
Fernando Sahmkow
2022-10-06
1
-1
/
+10
*
Refactor VideoCore to use AS sepparate from Channel.
Fernando Sahmkow
2022-10-06
1
-1
/
+4
*
NVDRV: Remake ASGPU
Fernando Sahmkow
2022-10-06
1
-3
/
+7
*
MemoryManager: Temporary Fix for NVDEC.
Fernando Sahmkow
2022-10-06
1
-1
/
+1
*
VideoCore: Update MemoryManager
Fernando Sahmkow
2022-10-06
1
-92
/
+55
*
VideoCore: implement channels on gpu caches.
Fernando Sahmkow
2022-10-06
1
-5
/
+0
*
code: dodge PAGE_SIZE #define
Kyle Kienapfel
2022-08-19
1
-2
/
+2
*
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-06-13
1
-3
/
+3
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
video_core: Reduce unused includes
ameerj
2022-03-19
1
-1
/
+0
*
video_core/memory_manager: Fixes for sparse memory management
ameerj
2021-12-31
1
-11
/
+11
*
video_core/memory_manager: Deduplicate Read/WriteBlock
ameerj
2021-12-31
1
-47
/
+27
*
video_core/memory_manager: Add missing <algorithm> include
Morph
2021-09-11
1
-0
/
+2
*
GPU_MemoryManger: Fix GetSubmappedRange.
Fernando Sahmkow
2021-08-19
1
-0
/
+1
*
shader: Address feedback
FernandoS27
2021-07-22
1
-1
/
+1
*
shader: Implement TLD
FernandoS27
2021-07-22
1
-2
/
+1
*
Texture Cache: Address feedback.
Fernando Sahmkow
2021-07-04
1
-1
/
+0
*
Texture Cache: Improve accuracy of sparse texture detection.
Fernando Sahmkow
2021-07-04
1
-5
/
+100
*
Texture Cache: Initial Implementation of Sparse Textures.
Fernando Sahmkow
2021-07-04
1
-1
/
+6
*
buffer_cache: Simplify uniform disabling logic
ameerj
2021-06-01
1
-0
/
+3
[next]