| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | video_core/memory_manager: Deduplicate Read/WriteBlock | 2021-12-31 | 2 | -47/+32 | ||
| * | | | Merge pull request #7679 from liushuyu/update-dynarmic | 2022-01-06 | 1 | -0/+0 | ||
| |\ \ \ | ||||||
| | * | | | externals/dynarmic: update to latest revision ... | 2022-01-06 | 1 | -0/+0 | ||
| |/ / / | ||||||
| * | | | Merge pull request #7674 from lat9nq/fix-custom-highlight | 2022-01-05 | 1 | -15/+9 | ||
| |\ \ \ | |_|/ |/| | | ||||||
| | * | | configure_per_game: Initialize tabs after loading custom configuration | 2022-01-04 | 1 | -15/+9 | ||
| * | | | Merge pull request #7673 from german77/no_return | 2022-01-05 | 2 | -2/+1 | ||
| |\ \ \ | ||||||
| | * | | | video_core: Remove unnecesary maybe_unused flag | 2022-01-04 | 1 | -1/+1 | ||
| | * | | | glsl: Remove unreachable return | 2022-01-04 | 1 | -1/+0 | ||
| * | | | | Merge pull request #7675 from zhaobot/tx-update-20220105075447 | 2022-01-05 | 20 | -7053/+7920 | ||
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | Update translations (2022-01-05) | 2022-01-05 | 20 | -7053/+7920 | ||
| |/ / / | ||||||
| * | | | Merge pull request #7610 from Tatsh/more-system-libs | 2022-01-04 | 2 | -3/+5 | ||
| |\ \ \ | ||||||
| | * | | | Add support for linking against system opus | 2021-12-21 | 2 | -3/+5 | ||
| * | | | | Merge pull request #7636 from vonchenplus/buffer_queue_query | 2022-01-04 | 4 | -4/+9 | ||
| |\ \ \ \ | ||||||
| | * | | | | Remove invalid assertion statement | 2021-12-28 | 1 | -3/+0 | ||
| | * | | | | Remove invalid header include | 2021-12-28 | 1 | -1/+0 | ||
| | * | | | | Implement few type in bufferqueue query method | 2021-12-28 | 2 | -0/+9 | ||
| * | | | | | Merge pull request #7670 from ameerj/vsync-block | 2022-01-04 | 4 | -10/+30 | ||
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | gpu: Add shut down method to synchronize threads before destruction | 2022-01-03 | 3 | -0/+15 | ||
| | * | | | | Revert "Merge pull request #7668 from ameerj/fence-stop-token" | 2022-01-03 | 3 | -10/+15 | ||
| * | | | | | Merge pull request #7251 from FernandoS27/shader-dump | 2022-01-03 | 8 | -1/+98 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | ShaderDecompiler: Add a debug option to dump the game's shaders. | 2022-01-04 | 8 | -1/+98 | ||
| * | | | | | Merge pull request #7668 from ameerj/fence-stop-token | 2022-01-03 | 3 | -15/+10 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | gpu: Use std::stop_token in WaitFence for VSync thread | 2022-01-03 | 3 | -15/+10 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #7664 from german77/fallback | 2022-01-03 | 2 | -4/+36 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | core/hid: Add fallback to fullkey controllers | 2022-01-01 | 2 | -4/+36 | ||
| * | | | | | | Merge pull request #7662 from german77/uistatus | 2022-01-03 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | yuzu: Fix UI elements not updating correctly | 2022-01-01 | 1 | -2/+2 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #7663 from german77/applet | 2022-01-03 | 2 | -53/+68 | ||
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | controller_applet: Only populate supported controllers | 2022-01-01 | 2 | -53/+68 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #7648 from bunnei/thread-pinning | 2022-01-03 | 10 | -14/+140 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | core: hle: kernel: Implement thread pinning. | 2021-12-30 | 10 | -14/+140 | ||
| * | | | | | | Merge pull request #7624 from ameerj/intel-msaa-scale | 2022-01-03 | 4 | -20/+35 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | vk_texture_cache: Use 3D scale helpers for MSAA texture scaling on Intel Wind... | 2021-12-23 | 4 | -20/+35 | ||
| * | | | | | | | Merge pull request #7629 from ameerj/nv-driver-fixes | 2022-01-03 | 18 | -30/+140 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | glsl: Add boolean reference workaround | 2021-12-29 | 6 | -2/+15 | ||
| | * | | | | | | | glsl_context_get_set: Add alternative cbuf type for broken drivers | 2021-12-29 | 6 | -24/+35 | ||
| | * | | | | | | | emit_glsl_integer: Use negation work around | 2021-12-29 | 1 | -2/+2 | ||
| | * | | | | | | | shader: Add integer attribute get optimization pass | 2021-12-29 | 9 | -0/+86 | ||
| | * | | | | | | | emit_glsl_floating_point: Fix FPNeg on newer Nvidia drivers | 2021-12-24 | 1 | -2/+2 | ||
| * | | | | | | | | Merge pull request #7659 from ameerj/overlap-overflow | 2022-01-01 | 1 | -5/+5 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| | * | | | | | | | texture_cache/util: Fix s32 overflow when resolving overlaps | 2021-12-31 | 1 | -5/+5 | ||
| | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #7654 from Morph1984/dynarmic | 2021-12-31 | 1 | -0/+0 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | externals: Update dynarmic to 28714ee7 | 2021-12-30 | 1 | -0/+0 | ||
| * | | | | | | | Merge pull request #7647 from german77/toad | 2021-12-30 | 5 | -17/+23 | ||
| |\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| | * | | | | | | core/hid: Fix controller type validation | 2021-12-29 | 5 | -17/+23 | ||
| * | | | | | | | Merge pull request #7635 from bunnei/set-heap-size | 2021-12-29 | 6 | -83/+141 | ||
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | core: hle: kernel: Updated implementation of svcSetHeapSize. | 2021-12-28 | 6 | -83/+141 | ||
| * | | | | | | | Merge pull request #7618 from goldenx86/patch-4 | 2021-12-28 | 2 | -1/+10 | ||
| |\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| | * | | | | | | Empty spaces | 2021-12-28 | 1 | -1/+1 | ||
| | * | | | | | | Changes to avoid warnings in SSE4.2 optimized SPIR-V | 2021-12-28 | 1 | -0/+9 | ||