index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
memory.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Core/Memory: Only FlushAndInvalidate GPU if the page is marked as RasterizerC...
Fernando Sahmkow
2019-09-18
1
-2
/
+7
*
memory: Remove unused includes
Lioncash
2019-07-06
1
-2
/
+0
*
core/cpu_core_manager: Create threads separately from initialization.
Lioncash
2019-04-11
1
-8
/
+8
*
core/memory: Remove GetCurrentPageTable()
Lioncash
2019-04-07
1
-4
/
+0
*
memory: Check that core is powered on before attempting to use GPU.
bunnei
2019-03-20
1
-1
/
+1
*
core: Move PageTable struct into Common.
bunnei
2019-03-16
1
-74
/
+60
*
memory: Simplify rasterizer cache operations.
bunnei
2019-03-16
1
-60
/
+21
*
gpu: Use host address for caching instead of guest address.
bunnei
2019-03-14
1
-5
/
+8
*
gpu: Move command processing to another thread.
bunnei
2019-03-06
1
-4
/
+4
*
Memory: don't lock hle mutex in memory read/write
Weiyi Wang
2019-03-02
1
-6
/
+0
*
Speed up memory page mapping (#2141)
Annomatg
2019-02-27
1
-6
/
+11
*
Fixed uninitialized memory due to missing returns in canary
David Marcec
2018-12-19
1
-0
/
+1
*
memory: Convert ASSERT into a DEBUG_ASSERT within GetPointerFromVMA()
Lioncash
2018-12-06
1
-1
/
+1
*
vm_manager: Make vma_map private
Lioncash
2018-12-06
1
-6
/
+5
*
Call shrink_to_fit after page-table vector resizing to cause crt to actually ...
heapo
2018-12-05
1
-0
/
+8
*
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-30
1
-1
/
+1
*
kernel/process: Make data member variables private
Lioncash
2018-09-30
1
-7
/
+7
*
memory: Dehardcode the use of fixed memory range constants
Lioncash
2018-09-24
1
-5
/
+7
*
memory: Dehardcode the use of a 36-bit address space
Lioncash
2018-09-24
1
-2
/
+16
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-27
/
+28
*
gl_renderer: Cache textures, framebuffers, and shaders based on CPU address.
bunnei
2018-08-31
1
-36
/
+15
*
gpu: Make memory_manager private
Lioncash
2018-08-28
1
-2
/
+2
*
renderer_base: Make Rasterizer() return the rasterizer by reference
Lioncash
2018-08-04
1
-4
/
+4
*
video_core: Eliminate the g_renderer global variable
Lioncash
2018-08-04
1
-8
/
+10
*
memory: Remove unused GetSpecialHandlers() function
Lioncash
2018-08-03
1
-16
/
+0
*
core/memory: Get rid of 3DS leftovers
Lioncash
2018-08-03
1
-106
/
+0
*
Merge pull request #690 from lioncash/move
bunnei
2018-07-18
1
-3
/
+5
|
\
|
*
core/memory, core/hle/kernel: Use std::move where applicable
Lioncash
2018-07-18
1
-3
/
+5
*
|
core/memory: Remove unused function GetSpecialHandlers() and an unused variab...
Lioncash
2018-07-18
1
-7
/
+0
|
/
*
Update clang format
James Rowe
2018-07-02
1
-12
/
+12
*
Rename logging macro back to LOG_*
James Rowe
2018-07-02
1
-12
/
+12
*
Kernel/Arbiters: Fix casts, cleanup comments/magic numbers
Michael Scire
2018-06-22
1
-0
/
+4
*
core: Implement multicore support.
bunnei
2018-05-10
1
-2
/
+7
*
general: Make formatting of logged hex values more straightforward
Lioncash
2018-05-02
1
-11
/
+11
*
general: Convert assertion macros over to be fmt-compatible
Lioncash
2018-04-27
1
-10
/
+9
*
Merge pull request #387 from Subv/maxwell_2d
bunnei
2018-04-25
1
-0
/
+4
|
\
|
*
Memory: Added a missing shortcut for Memory::CopyBlock for the current process.
Subv
2018-04-25
1
-0
/
+4
*
|
core/memory: Amend address widths in asserts
Lioncash
2018-04-25
1
-2
/
+2
*
|
core/memory: Move logging macros over to new fmt-capable ones
Lioncash
2018-04-25
1
-22
/
+24
|
/
*
gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses.
bunnei
2018-04-24
1
-16
/
+48
*
memory: Fix cast for ReadBlock/WriteBlock/ZeroBlock/CopyBlock.
bunnei
2018-03-26
1
-4
/
+8
*
memory: Add RasterizerMarkRegionCached code and cleanup.
bunnei
2018-03-26
1
-200
/
+190
*
Merge pull request #265 from bunnei/tegra-progress-2
bunnei
2018-03-23
1
-0
/
+40
|
\
|
*
memory: Fix typo in RasterizerFlushVirtualRegion.
bunnei
2018-03-23
1
-3
/
+3
|
*
memory: RasterizerFlushVirtualRegion should also check process image region.
bunnei
2018-03-23
1
-0
/
+1
|
*
rasterizer: Flush and invalidate regions should be 64-bit.
bunnei
2018-03-23
1
-2
/
+2
|
*
memory: Port RasterizerFlushVirtualRegion from Citra.
bunnei
2018-03-22
1
-0
/
+39
*
|
Remove more N3DS References
N00byKing
2018-03-22
1
-9
/
+0
|
/
*
core: Move process creation out of global state.
bunnei
2018-03-14
1
-15
/
+15
*
memory: LOG_ERROR when falling off end of page table
MerryMage
2018-02-21
1
-0
/
+11
[next]