| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | Merge pull request #10145 from Kelebek1/code_size | 2023-05-04 | 3 | -10/+16 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Fix code resize to use word size rather than byte size | 2023-05-02 | 3 | -10/+16 | ||
| * | | | | | | | | | | Merge pull request #10156 from v1993/looks-decent-to-me | 2023-05-04 | 1 | -13/+0 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Remove LGTM config | 2023-05-04 | 1 | -13/+0 | ||
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #10153 from FernandoS27/a-quickie-fixie | 2023-05-04 | 1 | -4/+5 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Memory manager: Fix possible softlock | 2023-05-04 | 1 | -4/+5 | ||
| * | | | | | | | | | | Merge pull request #10154 from liamwhite/optimistic | 2023-05-04 | 8 | -28/+0 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | settings: remove pessimistic flushing | 2023-05-03 | 8 | -28/+0 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #10142 from FernandoS27/missing-astc | 2023-05-03 | 8 | -9/+49 | ||
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | GPU: implement missing ASTC | 2023-05-03 | 8 | -9/+49 | ||
| * | | | | | | | | | | Merge pull request #10088 from FernandoS27/100-gelato-flavor-test-builds-later | 2023-05-03 | 14 | -80/+286 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | QueryCache: Fix write invalidation. | 2023-04-28 | 2 | -6/+13 | ||
| | * | | | | | | | | | | MemoryManager: Fix race conditions. | 2023-04-28 | 2 | -3/+11 | ||
| | * | | | | | | | | | | Clang format and ddress feedback | 2023-04-24 | 3 | -16/+30 | ||
| | * | | | | | | | | | | QueryCache: rework async downloads. | 2023-04-23 | 7 | -45/+118 | ||
| | * | | | | | | | | | | Accuracy Normal: reduce accuracy further for perf improvements in Project Lime | 2023-04-23 | 4 | -5/+11 | ||
| | * | | | | | | | | | | Fence Manager: implement async fence management in a sepparate thread. | 2023-04-23 | 5 | -35/+133 | ||
| | | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #10117 from liamwhite/sync-register | 2023-05-03 | 9 | -5/+50 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | kernel: match calls to Register and Unregister | 2023-04-29 | 9 | -5/+50 | ||
| | | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #10151 from GPUCode/no-softlocks-please | 2023-05-03 | 3 | -6/+9 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | vk_present_manager: Fix softlocks when disabling async present | 2023-05-03 | 3 | -6/+9 | ||
| | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #10146 from liamwhite/catch3 | 2023-05-03 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | catch2: update to 3.3.1 | 2023-05-02 | 1 | -1/+1 | ||
| | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #10144 from liamwhite/dont-turbo | 2023-05-03 | 1 | -1/+3 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | vulkan: disable turbo when debugging tool is attached | 2023-05-02 | 1 | -1/+3 | ||
| * | | | | | | | | | | Merge pull request #10143 from liamwhite/fruit-company-moment | 2023-05-03 | 3 | -4/+6 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | video_core: fix build on Apple Clang | 2023-05-02 | 3 | -4/+6 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #10124 from liamwhite/pebkac | 2023-05-03 | 13 | -30/+34 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | settings: rename extended memory layout to unsafe, move from general to system | 2023-04-30 | 13 | -30/+34 | ||
| | | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #9973 from GPUCode/async-present | 2023-05-02 | 21 | -226/+772 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | vk_present_manager: Add toggle for async presentation | 2023-05-01 | 10 | -6/+45 | ||
| | * | | | | | | | | vk_blit_screen: Recreate FSR when frame is recreated | 2023-05-01 | 1 | -1/+1 | ||
| | * | | | | | | | | renderer_vulkan: Fix crashing when updating descriptors | 2023-05-01 | 2 | -4/+17 | ||
| | * | | | | | | | | renderer_vulkan: Async presentation | 2023-05-01 | 11 | -218/+712 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #10133 from lat9nq/clang-shadow-and-fallthrough | 2023-05-02 | 1 | -0/+3 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | CMake: Enable type limits on Clang | 2023-05-02 | 1 | -0/+1 | ||
| | * | | | | | | | | CMakeLists: Enable checks on Clang | 2023-05-02 | 1 | -0/+2 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #10130 from liamwhite/keys | 2023-05-02 | 2 | -0/+34 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | qt: warn on inoperable keys | 2023-04-30 | 2 | -0/+34 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #10123 from Kelebek1/sample_mask | 2023-05-02 | 2 | -2/+4 | ||
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Define SampleMask as an array | 2023-04-30 | 2 | -2/+4 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #10084 from FernandoS27/yuzu-goes-broom-broom | 2023-05-01 | 15 | -1727/+2255 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | BufferCache: Fixes and address feedback | 2023-05-01 | 6 | -322/+243 | ||
| | * | | | | | | | Buffer Cache: Release stagging buffers on tick frame | 2023-04-29 | 2 | -12/+22 | ||
| | * | | | | | | | Tests: Add memory tracker tests. | 2023-04-29 | 3 | -550/+548 | ||
| | * | | | | | | | Clang: format and ficx compile errors. | 2023-04-29 | 5 | -68/+78 | ||
| | * | | | | | | | Implement Async downloads in normal and fix a few issues. | 2023-04-29 | 3 | -39/+61 | ||
| | * | | | | | | | Buffer Cache rework: Setup async downloads. | 2023-04-29 | 2 | -140/+154 | ||
| | * | | | | | | | Buffer Cache: Fully rework the buffer cache. | 2023-04-29 | 12 | -1091/+1644 | ||
| | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | | Update translations (2023-05-01) (#10129) | 2023-05-01 | 22 | -1140/+1219 | ||