| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | kernel/process: Set page table when page table resizes occur. | 2019-04-09 | 1 | -0/+2 | ||
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #2300 from FernandoS27/null-shader | 2019-04-07 | 2 | -0/+22 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Permit a Null Shader in case of a bad host_ptr. | 2019-04-07 | 2 | -0/+22 | ||
| * | | | | | | | | | | | | Merge pull request #2355 from ReinUsesLisp/sync-point | 2019-04-07 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | maxwell_3d: Reduce severity of ProcessSyncPoint | 2019-04-06 | 1 | -2/+2 | ||
| | | |_|_|/ / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #2306 from ReinUsesLisp/aoffi | 2019-04-07 | 4 | -71/+205 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | gl_shader_decompiler: Hide local definitions inside an anonymous namespace | 2019-03-31 | 1 | -6/+8 | ||
| | * | | | | | | | | | | | | shader_ir/decode: Silent implicit sign conversion warning | 2019-03-31 | 1 | -2/+2 | ||
| | * | | | | | | | | | | | | gl_shader_decompiler: Add AOFFI backing implementation | 2019-03-30 | 1 | -38/+85 | ||
| | * | | | | | | | | | | | | shader_ir/decode: Implement AOFFI for TEX and TLD4 | 2019-03-30 | 2 | -27/+94 | ||
| | * | | | | | | | | | | | | shader_ir: Implement immediate register tracking | 2019-03-30 | 2 | -1/+19 | ||
| * | | | | | | | | | | | | | Merge pull request #2361 from lioncash/pagetable | 2019-04-07 | 8 | -20/+4 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | core/memory: Remove GetCurrentPageTable() | 2019-04-07 | 2 | -6/+1 | ||
| | * | | | | | | | | | | | | | arm/arm_dynarmic: Remove unnecessary current_page_table member | 2019-04-07 | 2 | -8/+0 | ||
| | * | | | | | | | | | | | | | kernel: Handle page table switching within MakeCurrentProcess() | 2019-04-07 | 4 | -6/+3 | ||
| | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #2321 from ReinUsesLisp/gl-state-rework | 2019-04-07 | 3 | -339/+324 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | gl_state: Rework to enable individual applies | 2019-04-03 | 3 | -339/+324 | ||
| | | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #2098 from FreddyFunk/disk-cache-zstd | 2019-04-07 | 4 | -7/+104 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | common/zstd_compression: simplify decompression interface | 2019-03-29 | 3 | -13/+11 | ||
| | * | | | | | | | | | | | | | gl_shader_disk_cache: Fixup clang format | 2019-03-29 | 1 | -2/+3 | ||
| | * | | | | | | | | | | | | | gl_shader_disk_cache: Use Zstandard for compression | 2019-03-29 | 1 | -6/+6 | ||
| | * | | | | | | | | | | | | | common/zstd_compression: Add Zstandard wrapper | 2019-03-29 | 3 | -0/+98 | ||
| | * | | | | | | | | | | | | | common: Link libzstd_static | 2019-03-29 | 1 | -1/+1 | ||
| | * | | | | | | | | | | | | | Addressed feedback | 2019-03-29 | 1 | -1/+0 | ||
| | * | | | | | | | | | | | | | core: Do not link LZ4 to core. Use common/data_compression for nso segment de... | 2019-03-29 | 1 | -0/+1 | ||
| * | | | | | | | | | | | | | | Merge pull request #2356 from lioncash/pair | 2019-04-07 | 6 | -18/+15 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | kernel/server_session: Return a std::pair from CreateSessionPair() | 2019-04-06 | 4 | -11/+8 | ||
| | * | | | | | | | | | | | | | | kernel/server_port: Return a std::pair from CreatePortPair() | 2019-04-06 | 2 | -7/+7 | ||
| | | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge pull request #2362 from lioncash/enum | 2019-04-07 | 1 | -10/+0 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | core/memory: Remove unused enum constants | 2019-04-07 | 1 | -10/+0 | ||
| | |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Merge pull request #2352 from bunnei/mem-manager-fixes | 2019-04-07 | 3 | -12/+84 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | memory_manager: Improved implementation of read/write/copy block. | 2019-04-05 | 3 | -12/+84 | ||
| | | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #2317 from FernandoS27/sync | 2019-04-05 | 2 | -1/+27 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Implement SyncPoint Register in the GPU. | 2019-04-05 | 2 | -1/+27 | ||
| | | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #2325 from lioncash/name | 2019-04-05 | 1 | -0/+4 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | kernel/server_session: Provide a GetName() override | 2019-04-03 | 1 | -0/+4 | ||
| * | | | | | | | | | | | | | | Merge pull request #2342 from lioncash/warning | 2019-04-05 | 2 | -9/+9 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | common/multi_level_queue: Silence truncation warning in iterator operator++ | 2019-04-05 | 1 | -1/+1 | ||
| | * | | | | | | | | | | | | | | common/bit_util: Make CountLeading/CountTrailing functions have the same retu... | 2019-04-05 | 1 | -8/+8 | ||
| | | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge pull request #2240 from FearlessTobi/port-4651 | 2019-04-05 | 3 | -4/+5 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | gdbstub: Fix some bugs in IsMemoryBreak() and ServeBreak. Add workaround to l... | 2019-03-15 | 3 | -4/+5 | ||
| * | | | | | | | | | | | | | | | Merge pull request #2346 from lioncash/header | 2019-04-05 | 10 | -22/+39 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | video_core/engines: Make memory manager members private | 2019-04-05 | 9 | -13/+14 | ||
| | * | | | | | | | | | | | | | | video_core/engines: Remove unnecessary inclusions where applicable | 2019-04-05 | 10 | -9/+25 | ||
| | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge pull request #2350 from lioncash/vmem | 2019-04-05 | 2 | -22/+38 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | video_core/memory_manager: Make Read() a const qualified member function | 2019-04-05 | 2 | -6/+6 | ||
| | * | | | | | | | | | | | | | | video_core/memory_manager: Make ReadBlock() a const qualifier member function | 2019-04-05 | 2 | -2/+2 | ||
| | * | | | | | | | | | | | | | | video_core/memory_manager: Add a const qualified variant of GetPointer() | 2019-04-05 | 2 | -2/+17 | ||
| | * | | | | | | | | | | | | | | video_core/memory_manager: Make FindFreeRegion() a const member function | 2019-04-05 | 2 | -10/+11 | ||
| | * | | | | | | | | | | | | | | video_core/memory_manager: Make GpuToCpuAddress() a const member function | 2019-04-05 | 2 | -3/+3 | ||
| | |/ / / / / / / / / / / / / | ||||||