134 Commits (d24014358883987d7ebdafc4863a7bc36addfa1b)

Author SHA1 Message Date
Fernando Sahmkow ab9aae28bf General: Initial Setup for Single Core. 6 years ago
Fernando Sahmkow cd1c38be8d ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes. 6 years ago
Fernando Sahmkow e31425df38 General: Recover Prometheus project from harddrive failure 6 years ago
bunnei ff5d5b6f41 core: memory: Fix memory access on page boundaries. 6 years ago
bunnei f7c03610e1 core: memory: Updates for new VMM. 6 years ago
bunnei 4caff51710 core: memory: Move to Core::Memory namespace. 6 years ago
Fernando Sahmkow 7fcd0fee6d Buffer Cache: Use vAddr instead of physical memory. 6 years ago
Fernando Sahmkow 9c0f40a1f5 GPU: Setup Flush/Invalidate to use VAddr instead of CacheAddr 6 years ago
Markus Wick 56672b8c98 core/memory: Create a special MapMemoryRegion for physical memory. 6 years ago
Markus Wick 0986caa8d8 core/memory + arm/dynarmic: Use a global offset within our arm page table. 6 years ago
Lioncash e7e939104b core/memory; Migrate over SetCurrentPageTable() to the Memory class 6 years ago
Lioncash 50a518be69 core/memory: Migrate over GetPointerFromVMA() to the Memory class 6 years ago
Lioncash e4c381b885 core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class 6 years ago
Lioncash b05bfc6036 core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class 6 years ago
Lioncash 89ef3ef575 core/memory: Migrate over ZeroBlock() and CopyBlock() to the Memory class 6 years ago
Lioncash 849581075a core/memory: Migrate over RasterizerMarkRegionCached() to the Memory class 6 years ago
Lioncash b2165c6b35 core/memory: Migrate over ReadCString() to the Memory class 6 years ago
Lioncash 3f08e8d8d4 core/memory: Migrate over GetPointer() 6 years ago
Lioncash fc7d0a17b6 core/memory: Move memory read/write implementation functions into an anonymous namespace 6 years ago
Lioncash e58748fd80 core/memory: Migrate over address checking functions to the new Memory class 6 years ago
Lioncash 323680e5ad core/memory: Migrate over memory mapping functions to the new Memory class 6 years ago
Lioncash 4c2ed2706e core/memory: Introduce skeleton of Memory class 6 years ago
Lioncash f1382cf0e7 core: Remove Core::CurrentProcess() 6 years ago
Fernando Sahmkow 50259d7bdc Core/Memory: Only FlushAndInvalidate GPU if the page is marked as RasterizerCachedMemory 6 years ago
Lioncash 65c748fbd3 memory: Remove unused includes 7 years ago
Lioncash f2331a804a core/cpu_core_manager: Create threads separately from initialization. 7 years ago
Lioncash abae7577d2 core/memory: Remove GetCurrentPageTable() 7 years ago
bunnei 3ae0de9b53 memory: Check that core is powered on before attempting to use GPU. 7 years ago
bunnei 93da8e0abf core: Move PageTable struct into Common. 7 years ago
bunnei 10118c71e0 memory: Simplify rasterizer cache operations. 7 years ago
bunnei 2eaf6c41a4 gpu: Use host address for caching instead of guest address. 7 years ago
bunnei 7b574f406b gpu: Move command processing to another thread. 7 years ago
Weiyi Wang 5159f4eee8 Memory: don't lock hle mutex in memory read/write 7 years ago
Annomatg ef84c70d22 Speed up memory page mapping (#2141) 7 years ago
David Marcec fdd649e2ef Fixed uninitialized memory due to missing returns in canary 7 years ago
Lioncash 15e3d4f357 memory: Convert ASSERT into a DEBUG_ASSERT within GetPointerFromVMA() 7 years ago
Lioncash d4c1b9d311 vm_manager: Make vma_map private 7 years ago
heapo ca8ab1bc3b Call shrink_to_fit after page-table vector resizing to cause crt to actually lower vector capacity. For 36-bit titles saves 800MB of commit. 7 years ago
Frederic L 7a5eda5914 global: Use std::optional instead of boost::optional (#1578) 7 years ago
Lioncash cf9d6c6f52 kernel/process: Make data member variables private 7 years ago
Lioncash 83377113bf memory: Dehardcode the use of fixed memory range constants 7 years ago
Lioncash 7fd598636e memory: Dehardcode the use of a 36-bit address space 7 years ago
fearlessTobi 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
bunnei d647d9550c gl_renderer: Cache textures, framebuffers, and shaders based on CPU address. 7 years ago
Lioncash 45fb74d262 gpu: Make memory_manager private 7 years ago
Lioncash 2665457f4a renderer_base: Make Rasterizer() return the rasterizer by reference 8 years ago
Lioncash 6030c5ce41 video_core: Eliminate the g_renderer global variable 8 years ago
Lioncash 59b04c0df6 memory: Remove unused GetSpecialHandlers() function 8 years ago
Lioncash 26de4bb521 core/memory: Get rid of 3DS leftovers 8 years ago
Lioncash 72207577b2 core/memory: Remove unused function GetSpecialHandlers() and an unused variable in ZeroBlock() 8 years ago