| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | k_thread: Use a mutex and cond_var to sync bool | 2023-06-17 | 2 | -5/+14 | ||
| * | | | | | | | | | | | Merge pull request #10744 from Wollnashorn/af-for-all | 2023-06-18 | 14 | -80/+243 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | video_core: Only apply AF to 2D (array) image types | 2023-06-17 | 1 | -2/+7 | ||
| | * | | | | | | | | | | video_core: Removed AF for all mip modes option as it's default now | 2023-06-17 | 9 | -40/+3 | ||
| | * | | | | | | | | | | video_core: Use sampler IDs instead pointers in the pipeline config | 2023-06-16 | 8 | -23/+68 | ||
| | * | | | | | | | | | | video_core: Fallback to default anisotropy instead to 1x anisotropy | 2023-06-15 | 7 | -16/+20 | ||
| | * | | | | | | | | | | video_core: Disable AF for non-color image formats | 2023-06-15 | 1 | -0/+9 | ||
| | * | | | | | | | | | | video_core: Fixed compilation errors because of name shadowing | 2023-06-15 | 2 | -9/+9 | ||
| | * | | | | | | | | | | video_core: Add per-image anisotropy heuristics (format & mip count) | 2023-06-15 | 11 | -71/+168 | ||
| | * | | | | | | | | | | video_core: Apply AF only to samplers with normal LOD range [0, 1+x] | 2023-06-14 | 1 | -4/+6 | ||
| | * | | | | | | | | | | video_core: Fix default anisotropic heuristic | 2023-06-14 | 1 | -4/+4 | ||
| | * | | | | | | | | | | video_core: Never apply AF to None mipmap mode | 2023-06-14 | 1 | -3/+4 | ||
| | * | | | | | | | | | | video_core: Disable anisotropic filtering for samplers with depth compare | 2023-06-13 | 1 | -2/+3 | ||
| | * | | | | | | | | | | video_core: Option to apply anisotropic filtering for all mipmap modes | 2023-06-13 | 9 | -1/+37 | ||
| * | | | | | | | | | | | Merge pull request #10783 from liamwhite/memory | 2023-06-16 | 2 | -6/+6 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | video_core: preallocate fewer IR blocks | 2023-06-14 | 2 | -6/+6 | ||
| * | | | | | | | | | | | | Merge pull request #10808 from t895/settings-stuffs | 2023-06-16 | 12 | -74/+165 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | android: Expose audio output engine setting | 2023-06-16 | 7 | -21/+59 | ||
| | * | | | | | | | | | | | | android: Expose CPU debugging option | 2023-06-16 | 5 | -23/+30 | ||
| | * | | | | | | | | | | | | android: Expose fastmem option | 2023-06-16 | 4 | -29/+59 | ||
| | * | | | | | | | | | | | | android: Support changing multiple settings at once | 2023-06-16 | 2 | -1/+17 | ||
| | | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #10807 from t895/ktlint-fixes | 2023-06-16 | 1 | -2/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | android: Bump ktlint version to 0.47.1 | 2023-06-16 | 1 | -1/+1 | ||
| | * | | | | | | | | | | | android: Disable import-ordering ktlint check | 2023-06-16 | 1 | -1/+2 | ||
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #10731 from german77/misc_fixes | 2023-06-16 | 10 | -115/+198 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | service: nfc: Read tag protocol only for nfc backend | 2023-06-14 | 2 | -5/+6 | ||
| | * | | | | | | | | | | service: nfc: Accuracy fixes | 2023-06-14 | 10 | -110/+192 | ||
| * | | | | | | | | | | | android: Fix aspect ratio when rotating screen | 2023-06-16 | 2 | -28/+20 | ||
| | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #10795 from german77/foomiibo | 2023-06-16 | 2 | -0/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | input_common: Add amiibo with originality signature support | 2023-06-15 | 2 | -0/+3 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | android: Apply ktlint codestyle | 2023-06-15 | 53 | -278/+476 | ||
| * | | | | | | | | | | Android: Use ktlint for Kotlin code style | 2023-06-15 | 1 | -0/+20 | ||
| * | | | | | | | | | | android: Enable android linting | 2023-06-15 | 2 | -11/+1 | ||
| | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #10796 from bunnei/fix-saf | 2023-06-15 | 4 | -1/+54 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | android: fs: Fix Exists / IsFile for SAF. | 2023-06-15 | 4 | -1/+54 | ||
| * | | | | | | | | | | Merge pull request #10790 from liamwhite/arm-driver-moment | 2023-06-15 | 1 | -5/+10 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | vulkan_device: disable extended_dynamic_state2 on ARM drivers | 2023-06-15 | 1 | -5/+10 | ||
| | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #10775 from liamwhite/cb2 | 2023-06-15 | 1 | -0/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | renderer_vulkan: propagate conditional barrier support | 2023-06-14 | 1 | -0/+1 | ||
| | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #10639 from 8bitDream/pictureinpicture | 2023-06-15 | 18 | -159/+647 | ||
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | android: Move overlays to their own layout | 2023-06-14 | 5 | -108/+117 | ||
| | * | | | | | | | | android: Initialize defaults for each orientations | 2023-06-14 | 6 | -173/+187 | ||
| | * | | | | | | | | android: Display FPS with emulation on hinge | 2023-06-14 | 2 | -17/+13 | ||
| | * | | | | | | | | android: Remove PiP reliance on fragment | 2023-06-14 | 5 | -63/+69 | ||
| | * | | | | | | | | android: Set layout by fragment, not view | 2023-06-14 | 3 | -63/+63 | ||
| | * | | | | | | | | android: Add a separate foldable layout set | 2023-06-14 | 3 | -206/+222 | ||
| | * | | | | | | | | android: Set portrait default control params | 2023-06-14 | 4 | -17/+186 | ||
| | * | | | | | | | | android: Actually implement portrait controls | 2023-06-14 | 2 | -33/+82 | ||
| | * | | | | | | | | android: Enable automated portrait controls | 2023-06-14 | 2 | -81/+40 | ||
| | * | | | | | | | | android: Add Picture in Picture / Orientation | 2023-06-14 | 15 | -66/+336 | ||