| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | android: Show memory warning once | 2023-06-30 | 2 | -13/+24 | |
| | | |||||
| * | android: Rework MemoryUtil | 2023-06-30 | 3 | -25/+85 | |
| | | | | | Uses string templates and rounds up memory amount for potentially inaccurate checks now | ||||
| * | android: Make MemoryUtil an object | 2023-06-28 | 2 | -13/+12 | |
| | | |||||
| * | Merge pull request #10945 from t895/android-14 | 2023-06-28 | 2 | -3/+6 | |
| |\ | | | | | android: Android 14 support | ||||
| | * | android: Android 14 support | 2023-06-28 | 2 | -3/+6 | |
| |/ | | | | Specifies the permissions needed for the changes to foreground services in Android 14. | ||||
| * | Merge pull request #10837 from liamwhite/mali-support | 2023-06-28 | 29 | -173/+1960 | |
| |\ | | | | | android: Mali support | ||||
| | * | renderer_vulkan: Prevent crashes when blitting depth stencil | 2023-06-27 | 1 | -0/+3 | |
| | | | |||||
| | * | video_core: Add BCn decoding support | 2023-06-27 | 16 | -120/+1789 | |
| | | | |||||
| | * | renderer_vulkan: Add more feature checking | 2023-06-27 | 3 | -3/+24 | |
| | | | |||||
| | * | renderer_vulkan: Don't assume debug tool with debug renderer | 2023-06-27 | 1 | -1/+1 | |
| | | | | | | | | | * Causes crashes because mali drivers don't support debug utils | ||||
| | * | renderer_vulkan: Bump minimum SPIRV version | 2023-06-27 | 1 | -1/+1 | |
| | | | | | | | | | * 1.3 is guaranteed on all 1.1 drivers | ||||
| | * | renderer_vulkan: Respect viewport limit | 2023-06-27 | 3 | -6/+19 | |
| | | | |||||
| | * | renderer_vulkan: Don't add transform feedback flag if unsupported | 2023-06-27 | 2 | -7/+12 | |
| | | | |||||
| | * | renderer_vulkan: Add suport for debug report callback | 2023-06-27 | 8 | -37/+113 | |
| |/ | |||||
| * | Merge pull request #10933 from merryhime/dunno | 2023-06-27 | 1 | -5/+0 | |
| |\ | | | | | arm_dynarmic_32: Remove disabling of block linking on arm64 | ||||
| | * | arm_dynarmic_32: Remove disabling of block linking on arm64 | 2023-06-27 | 1 | -5/+0 | |
| | | | |||||
| * | | Merge pull request #10932 from abouvier/git-indent | 2023-06-27 | 1 | -21/+21 | |
| |\ \ | | | | | | | gitmodules: normalize indentation and url | ||||
| | * | | gitmodules: normalize indentation and url | 2023-06-27 | 1 | -21/+21 | |
| | | | | |||||
| * | | | Merge pull request #10930 from lat9nq/msvc-inconsistent-time-zones | 2023-06-27 | 1 | -3/+16 | |
| |\ \ \ | |_|/ |/| | | settings: Catch runtime_error, fallback time zone | ||||
| | * | | settings: Clean up includes | 2023-06-27 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | Adds <version> since we are looking at C++ implementation version details. Also moves exception header includes into the if preprocessor command since we only use it there. | ||||
| | * | | settings: Catch runtime_error, fallback time zone | 2023-06-27 | 1 | -3/+15 | |
| |/ / | | | | | | | | | | | Windows will let you select time zones that will fail in their own C++ implementation library. Evidently from the stack trace, we get a runtime error to work with, so catch it and use the fallback. | ||||
| * | | Merge pull request #10931 from german77/clang | 2023-06-27 | 2 | -12/+15 | |
| |\ \ | |/ |/| | yuzu: Fix clang format | ||||
| | * | yuzu: Fix clang format | 2023-06-27 | 2 | -12/+15 | |
| |/ | |||||
| * | Merge pull request #9663 from EBADBEEF/disable-controller-applet | 2023-06-27 | 5 | -0/+16 | |
| |\ | | | | | qt: add option to disable controller applet | ||||
| | * | qt: add option to disable controller applet | 2023-01-22 | 5 | -0/+16 | |
| | | | | | | | | | | | | | | | - add checkbox to disable the controller applet UI - when controller applet is disabled, use the yuzu-cmd fallback controller applet that applies controller config based on rules - See https://github.com/yuzu-emu/yuzu/issues/8552 for some discussion | ||||
| * | | Merge pull request #10867 from Kelebek1/dma_safe | 2023-06-27 | 1 | -5/+6 | |
| |\ \ | | | | | | | Use safe reads in DMA engine | ||||
| | * | | Use safe reads in DMA engine | 2023-06-26 | 1 | -5/+6 | |
| | | | | |||||
| * | | | Merge pull request #10473 from GPUCode/vma | 2023-06-27 | 27 | -366/+414 | |
| |\ \ \ | | | | | | | | | Use vulkan memory allocator | ||||
| | * | | | externals: Use cmake subdirectory | 2023-06-26 | 7 | -9/+4 | |
| | | | | | |||||
| | * | | | vulkan_common: Remove required flags | 2023-06-22 | 1 | -15/+1 | |
| | | | | | | | | | | | | | | | | | * Allows VMA to fallback to system RAM instead of crashing | ||||
| | * | | | renderer_vulkan: Add missing initializers | 2023-06-18 | 3 | -5/+15 | |
| | | | | | |||||
| | * | | | renderer_vulkan: Use VMA for buffers | 2023-06-18 | 16 | -211/+262 | |
| | | | | | |||||
| | * | | | renderer_vulkan: Use VMA for images | 2023-06-18 | 16 | -91/+119 | |
| | | | | | |||||
| | * | | | memory_allocator: Remove OpenGL interop | 2023-06-18 | 4 | -67/+8 | |
| | | | | | | | | | | | | | | | | | * Appears to be unused atm | ||||
| | * | | | externals: Add vma and initialize it | 2023-06-18 | 7 | -2/+39 | |
| | | | | | | | | | | | | | | | | | video_core: Move vma implementation to library | ||||
| * | | | | Merge pull request #10495 from bm01/master | 2023-06-27 | 14 | -103/+581 | |
| |\ \ \ \ | | | | | | | | | | | input_common: Redesign mouse panning | ||||
| | * | | | | input_common: Redesign mouse panning | 2023-06-12 | 14 | -103/+581 | |
| | | | | | | |||||
| * | | | | | Merge pull request #10679 from zeltermann/wakelock-reason | 2023-06-27 | 3 | -52/+12 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Only use SDL wakelock on Linux | ||||
| | * | | | | | Only use SDL wakelock on Linux | 2023-06-24 | 3 | -52/+12 | |
| | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | SDL has internally fixed shenanigans related to wakelocking through DBus from inside sandboxes from around August 2022, so we can now remove the workaround we used since 2021. | ||||
| * | | | | | Merge pull request #10916 from ameerj/lolmem | 2023-06-27 | 14 | -1/+94 | |
| |\ \ \ \ \ | | | | | | | | | | | | | OpenGL: Add Local Memory warmup shader for Nvidia | ||||
| | * | | | | | OpenGL: Limit lmem warmup to NVIDIA | 2023-06-25 | 3 | -4/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | :frog: | ||||
| | * | | | | | shaders: Track local memory usage | 2023-06-25 | 7 | -2/+23 | |
| | | | | | | | |||||
| | * | | | | | emit_glasm: Fix lmem size computation | 2023-06-25 | 1 | -1/+1 | |
| | | | | | | | |||||
| | * | | | | | OpenGL: Add Local Memory warmup shader | 2023-06-25 | 5 | -1/+62 | |
| | |/ / / / | |||||
| * | | | | | Merge pull request #10925 from t895/fs-agony | 2023-06-26 | 1 | -0/+6 | |
| |\ \ \ \ \ | | | | | | | | | | | | | android: Fix size check for content uris | ||||
| | * | | | | | android: Fix size check for content uris | 2023-06-26 | 1 | -0/+6 | |
| |/ / / / / | | | | | | | | | | | | | | | | Fix for checking file size for android content uris | ||||
| * | | | | | Merge pull request #10908 from kiri11/clarify-ring-ui | 2023-06-26 | 1 | -1/+1 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Clarify Ring-Con configuration message in UI | ||||
| | * | | | | | Hyphenate Joy-Con and clarify further | 2023-06-25 | 1 | -1/+1 | |
| | | | | | | | |||||
| | * | | | | | Clarify Ring-Con configuration message in UI | 2023-06-25 | 1 | -1/+1 | |
| | |/ / / / | | | | | | | | | | | | | | | | Not obvious how left controller should be set up Mention that it should be left physical dual emulated | ||||
| * | | | | | Merge pull request #10903 from german77/nfc_state | 2023-06-26 | 4 | -18/+52 | |
| |\ \ \ \ \ | | | | | | | | | | | | | input_common: Improve nfc state handling and 3rd party support | ||||