9584 Commits (6532a2b347d2177b452a2b5d80f3f9224f5593b5)

Author SHA1 Message Date
unknown 161c82078c Addressed feedback 7 years ago
unknown bad8750fe8 core: Do not link LZ4 to core. Use common/data_compression for nso segment decompression instead. 7 years ago
unknown 92e1f5a5a9 gl_shader_disk_cache: Use LZ4HC with compression level 9 instead of compression level 12 for less compression time 7 years ago
unknown 27aac8d363 Addressed feedback 7 years ago
unknown 44e5cc7a29 core: Do not link LZ4 to core. Use common/data_compression for nso segment decompression instead. 7 years ago
unknown 19f787cdea gl_shader_disk_cache: Use better compression for transferable and precompiled shader disk chache files 7 years ago
unknown 96e14e0718 data_compression: Move LZ4 compression from video_core/gl_shader_disk_cache to common/data_compression 7 years ago
Fernando Sahmkow 1e7fd04059 Fixes and corrections on formatting. 7 years ago
Fernando Sahmkow 15307bc4d1 Fixes to multilevelqueue's iterator. 7 years ago
Fernando Sahmkow 19cec0236a Use MultiLevelQueue instead of old ThreadQueueList 7 years ago
Fernando Sahmkow 8fd9babe62 Add MultiLevelQueue Tests 7 years ago
Fernando Sahmkow 10cedd8bd7 Implement intrinsics CountTrailingZeroes and test it. 7 years ago
Fernando Sahmkow 8c04ac69c5 Implement a MultiLevelQueue 7 years ago
Lioncash 5b0afa2188 video_core: Add missing override specifiers 7 years ago
Lioncash c34cb4ebcc video_core/gpu: Amend typo in GPU member variable name 7 years ago
Lioncash ff47991967 core/cheat_engine: Make MemoryReadImpl and MemoryWriteImpl internally linked 7 years ago
Lioncash 7739479e15 core/core_timing: Make callback parameters consistent 7 years ago
Lioncash 39dabe1fd9 kernel/kernel: Remove unnecessary forward declaration 7 years ago
Lioncash fde6555f64 kernel/process: Remove unused AddressMapping struct 7 years ago
Lioncash 4a886e14f9 kernel/vm_manager: Handle shrinking of the heap size within SetHeapSize() 7 years ago
Lioncash 142364942d kernel/vm_manager: Rename HeapAllocate to SetHeapSize 7 years ago
Lioncash 5d0d85ba55 kernel/vm_manager: Handle case of identical calls to HeapAllocate 7 years ago
Lioncash 4098d3a91d kernel/vm_manager: Remove unused class variables 7 years ago
Lioncash 9f51b744a5 kernel/vm_manager: Remove unnecessary heap_used data member 7 years ago
Lioncash 47b4582e89 kernel/vm_manager: Tidy up heap allocation code 7 years ago
Lioncash 0097cd25a8 loader/nso: Place translation unit specific functions into an anonymous namespace 7 years ago
Lioncash 0d44c061fe file_sys/cheat_engine: Silence truncation and sign-conversion warnings 7 years ago
Lioncash b59b7084c7 file_sys/cheat_engine: Remove use of global system accessors 7 years ago
Lioncash e8791f39ae loader/nso: Clean up use of magic constants 7 years ago
Lioncash be2b64e8bc file_sys/patch_manager: Deduplicate NSO header 7 years ago
Lioncash cae60f2d1f loader/nso: Fix definition of the NSO header struct 7 years ago
Lioncash 782461221f file_sys/patch_manager: Remove two magic values 7 years ago
bunnei 6c61263b5c Revert "Devirtualize Register/Unregister and use a wrapper instead." 7 years ago
Lioncash 5af93ea994 service/am: Add function table for IDebugFunctions 7 years ago
Lioncash 60a98211a2 kernel/vm_manager: Rename CodeStatic/CodeMutable to Code and CodeData respectively 7 years ago
Lioncash 465f301ce0 kernel/vm_manager: Amend flag values for CodeMutable 7 years ago
Lioncash 1b4128a12e core/memory: Remove unnecessary includes 7 years ago
Lioncash 9d504a4f9b common/bit_util: Fix bad merge duplicating the copy constructor 7 years ago
bunnei 51cdb0df88 memory_manager: Cleanup FindFreeRegion. 7 years ago
bunnei c04b7bd60c memory_manager: Use Common::AlignUp in public interface as needed. 7 years ago
Lioncash af52b092ef common/uint128: Add missing header guard 7 years ago
Lioncash b39d1b1beb common/uint128: Add missing top-file source text 7 years ago
bunnei 7521cd30d1 memory_manager: Bug fixes and further cleanup. 7 years ago
bunnei bf01830258 memory: Check that core is powered on before attempting to use GPU. 7 years ago
bunnei a0b5ed6846 maxwell_dma: Check for valid source in destination before copy. 7 years ago
bunnei bb6e007a63 memory_manager: Add protections for invalid GPU addresses. 7 years ago
bunnei b34849e61a gl_rasterizer_cache: Check that backing memory is valid before creating a surface. 7 years ago
bunnei fa405371ee gpu: Rewrite virtual memory manager using PageTable. 7 years ago
bunnei 6f872bd580 gpu: Move GPUVAddr definition to common_types. 7 years ago
Lioncash 67bf0f88c4 common/CMakeLists: Amend boost dependency 7 years ago