60 Commits (97d425c3047e67cc36e7dec95cbcbc9236c6573f)

Author SHA1 Message Date
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 2a7a2b739b memory: Make prototype parameter names match their definitions 7 years ago
Lioncash 4aa31b0618 memory: Correct prototype of ZeroBlock 7 years ago
Lioncash 2fc5c783ed memory: Remove unnecessary const qualifiers in prototypes 7 years ago
Lioncash 26de4bb521 core/memory: Get rid of 3DS leftovers 8 years ago
Michael Scire 067ac434ba Kernel/Arbiters: Fix casts, cleanup comments/magic numbers 8 years ago
bunnei 4415e00181 gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses. 8 years ago
bunnei b27ab46bde memory: Fix stack region. 8 years ago
bunnei d732142b66 memory: Add RasterizerMarkRegionCached code and cleanup. 8 years ago
bunnei 11047d7fd5 rasterizer: Flush and invalidate regions should be 64-bit. 8 years ago
bunnei 63d3924b5b memory: Port RasterizerFlushVirtualRegion from Citra. 8 years ago
N00byKing 8afdbf6a1f Remove more N3DS References 8 years ago
bunnei 69ee9edd8d memory: Add regions for map region, "new" map region, etc. 8 years ago
MerryMage 6085d32cf5 arm_dynarmic: Support direct page table access 8 years ago
MerryMage 738f91a57d memory: Replace all memory hooking with Special regions 8 years ago
David cb8d5328d5
Update memory.h 8 years ago
David Marcec c903372111 Increased heap size and changed tls area vaddr 8 years ago
bunnei 93480b10ef core/video_core: Fix a bunch of u64 -> u32 warnings. 8 years ago
bunnei 6e021f22b8 svc: Implement MapMemory. 8 years ago
bunnei 9ceb0d9381 memory: Support 32-bit paging, move heap address space up. 8 years ago
bunnei 23ce4f5afc loader: Various improvements for NSO/NRO loaders. 8 years ago
Subv 1f2de7501b Memory: Make WriteBlock take a Process parameter on which to operate 8 years ago
Subv 811c01e5fe Memory: Make ReadBlock take a Process parameter on which to operate 8 years ago
bunnei f01472a5ff core: Various changes to support 64-bit addressing. 8 years ago
Subv 35da7f57ef Memory: Allow IsValidVirtualAddress to be called with a specific process parameter. 8 years ago
MerryMage 4e5eb2044a memory: Remove GetCurrentPageTablePointers 8 years ago
MerryMage c02bbb7030 memory: Add GetCurrentPageTable/SetCurrentPageTable 8 years ago
Subv 214150f00c Kernel/Memory: Changed GetPhysicalPointer so that it doesn't go through the current process' page table to obtain a pointer. 9 years ago
Subv 6d2734a074 Kernel/Memory: Give each Process its own page table. 9 years ago
Yuri Kunde Schlesner d553135748 Memory: Add function to flush a virtual range from the rasterizer cache 9 years ago
Yuri Kunde Schlesner 6ae0086b39 Memory: Add TryVirtualToPhysicalAddress, returning a boost::optional 9 years ago
Yuri Kunde Schlesner 326e7c7020 Memory: Make PhysicalToVirtualAddress return a boost::optional 9 years ago
Yuri Kunde Schlesner 42b198eb0a Memory: Add enum definitions for the n3DS FCRAM size 9 years ago
Yuri Kunde Schlesner d3db770cad Memory: Add constants for the n3DS additional RAM 9 years ago
James Rowe bbe57a66ca Expose page table to dynarmic for optimized reads and writes to the JIT 9 years ago
Emmanuel Gil Peyrot ebdae19fd2 Remove empty newlines in #include blocks. 9 years ago
Emmanuel Gil Peyrot dc8479928c Sources: Run clang-format on everything. 9 years ago
wwylele b2df959733 Memory: add ReadCString function 10 years ago
Subv 660499ac01 Memory: Make ReadBlock and WriteBlock accept void pointers. 10 years ago
MerryMage 31d49e0109 Memory: CopyBlock 10 years ago
MerryMage ca17df5757 Memory: ZeroBlock 10 years ago
MerryMage 3873b36db3 Memory: ReadBlock/WriteBlock 10 years ago
MerryMage c084fc824c Memory: IsValidVirtualAddress/IsValidPhysicalAddress 10 years ago
Subv d192fb066d Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE region of the linear heap. 10 years ago
tfarley 22f3a7e94c HWRasterizer: Texture forwarding 10 years ago
Yuri Kunde Schlesner 78735e2ada Fix broken boot introduced by last-minute change in #1025 10 years ago
Yuri Kunde Schlesner 14eca982f4 Kernel: Implement svcGetProcessInfo in a basic way 11 years ago