summaryrefslogtreecommitdiff
path: root/src/core/memory.cpp
AgeCommit message (Expand)Author
2019-11-26core/memory: Migrate over GetPointer()Lioncash
2019-11-26core/memory: Move memory read/write implementation functions into an anonymou...Lioncash
2019-11-26core/memory: Migrate over address checking functions to the new Memory classLioncash
2019-11-26core/memory: Migrate over memory mapping functions to the new Memory classLioncash
2019-11-26core/memory: Introduce skeleton of Memory classLioncash
2019-10-06core: Remove Core::CurrentProcess()Lioncash
2019-09-18Core/Memory: Only FlushAndInvalidate GPU if the page is marked as RasterizerC...Fernando Sahmkow
2019-07-06memory: Remove unused includesLioncash
2019-04-11core/cpu_core_manager: Create threads separately from initialization.Lioncash
2019-04-07core/memory: Remove GetCurrentPageTable()Lioncash
2019-03-20memory: Check that core is powered on before attempting to use GPU.bunnei
2019-03-16core: Move PageTable struct into Common.bunnei
2019-03-16memory: Simplify rasterizer cache operations.bunnei
2019-03-14gpu: Use host address for caching instead of guest address.bunnei
2019-03-06gpu: Move command processing to another thread.bunnei
2019-03-02Memory: don't lock hle mutex in memory read/writeWeiyi Wang
2019-02-27Speed up memory page mapping (#2141)Annomatg
2018-12-19Fixed uninitialized memory due to missing returns in canaryDavid Marcec
2018-12-06memory: Convert ASSERT into a DEBUG_ASSERT within GetPointerFromVMA()Lioncash
2018-12-06vm_manager: Make vma_map privateLioncash
2018-12-05Call shrink_to_fit after page-table vector resizing to cause crt to actually ...heapo
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L
2018-09-30kernel/process: Make data member variables privateLioncash
2018-09-24memory: Dehardcode the use of fixed memory range constantsLioncash
2018-09-24memory: Dehardcode the use of a 36-bit address spaceLioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-08-31gl_renderer: Cache textures, framebuffers, and shaders based on CPU address.bunnei
2018-08-28gpu: Make memory_manager privateLioncash
2018-08-04renderer_base: Make Rasterizer() return the rasterizer by referenceLioncash
2018-08-04video_core: Eliminate the g_renderer global variableLioncash
2018-08-03memory: Remove unused GetSpecialHandlers() functionLioncash
2018-08-03core/memory: Get rid of 3DS leftoversLioncash
2018-07-18Merge pull request #690 from lioncash/movebunnei
2018-07-18core/memory: Remove unused function GetSpecialHandlers() and an unused variab...Lioncash
2018-07-18core/memory, core/hle/kernel: Use std::move where applicableLioncash
2018-07-02Update clang formatJames Rowe
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-06-22Kernel/Arbiters: Fix casts, cleanup comments/magic numbersMichael Scire
2018-05-10core: Implement multicore support.bunnei
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash
2018-04-27general: Convert assertion macros over to be fmt-compatibleLioncash
2018-04-25Merge pull request #387 from Subv/maxwell_2dbunnei
2018-04-25Memory: Added a missing shortcut for Memory::CopyBlock for the current process.Subv
2018-04-25core/memory: Amend address widths in assertsLioncash
2018-04-25core/memory: Move logging macros over to new fmt-capable onesLioncash
2018-04-24gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses.bunnei
2018-03-26memory: Fix cast for ReadBlock/WriteBlock/ZeroBlock/CopyBlock.bunnei
2018-03-26memory: Add RasterizerMarkRegionCached code and cleanup.bunnei
2018-03-23Merge pull request #265 from bunnei/tegra-progress-2bunnei
2018-03-23memory: Fix typo in RasterizerFlushVirtualRegion.bunnei