| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | nvnflinger: Acquire lock prior to signaling the vsync variable | 2023-06-07 | 1 | -1/+2 | |
| | | |||||
| * | (wall, native)_clock: Rework NativeClock | 2023-06-07 | 5 | -259/+94 | |
| | | |||||
| * | x64: Deduplicate RDTSC usage | 2023-06-07 | 5 | -19/+82 | |
| | | |||||
| * | Merge pull request #10650 from qurious-pixel/android_tv | 2023-06-07 | 2 | -14/+8 | |
| |\ | | | | | Android TV banner | ||||
| | * | remove version code declaration | 2023-06-07 | 1 | -1/+0 | |
| | | | |||||
| | * | Android TV banner | 2023-06-06 | 3 | -14/+9 | |
| | | | |||||
| * | | Merge pull request #10655 from Morph1984/msvc-cxx20 | 2023-06-07 | 1 | -2/+4 | |
| |\ \ | | | | | | | CMakeLists: Force C++20 on MSVC due to conflicts with C++23 modules | ||||
| | * | | CMakeLists: Force C++20 on MSVC due to conflicts with C++23 modules | 2023-06-06 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | The latest version of MSVC STL brings C++23 standard library modules, which conflict with precompiled headers. Disabling with /experimental:module- has no effect, so force C++20 in the meantime while we wait for module support in other compilers. | ||||
| * | | | Merge pull request #10635 from mrcmunir/l4t-tx1-nvidia | 2023-06-07 | 1 | -4/+4 | |
| |\ \ \ | | | | | | | | | Make VK_EXT_robustness2 optional | ||||
| | * | | | Updated to lexicographical order suggestions | 2023-06-06 | 1 | -3/+3 | |
| | | | | | |||||
| | * | | | Make VK_EXT_robustness2 optional | 2023-06-06 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | For some reason nvidia implemented Vulkan 1.2 supported without support for VK_EXT_robustness2 in tegra X1/X2 . Fix vulkan work in TX1/TX2 L4T drivers . | ||||
| * | | | | Merge pull request #10476 from ameerj/gl-memory-maps | 2023-06-07 | 15 | -204/+316 | |
| |\ \ \ \ | | | | | | | | | | | OpenGL: Make use of persistent buffer maps in buffer cache | ||||
| | * | | | | gl_staging_buffers: Optimization to reduce fence waiting | 2023-05-28 | 2 | -4/+22 | |
| | | | | | | |||||
| | * | | | | OpenGL: Make use of persistent buffer maps in buffer cache downloads | 2023-05-28 | 15 | -204/+298 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Persistent buffer maps were already used by the texture cache, this extends their usage for the buffer cache. In my testing, using the memory maps for uploads was slower than the existing "ImmediateUpload" path, so the memory map usage is limited to downloads for the time being. | ||||
| * | | | | | Merge pull request #10583 from ameerj/ill-logic | 2023-06-07 | 1 | -8/+4 | |
| |\ \ \ \ \ | | | | | | | | | | | | | AccelerateDMA: Fix incorrect check in Buffer<->Texture copies | ||||
| | * | | | | | texture_cache: Fix incorrect logic for AccelerateDMA | 2023-06-02 | 1 | -8/+4 | |
| | | | | | | | |||||
| * | | | | | | Merge pull request #10591 from keve1227/localized-game-icons | 2023-06-07 | 4 | -10/+42 | |
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | Localize game icons | ||||
| | * | | | | | Fix typo | 2023-06-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | Co-authored-by: liamwhite <liamwhite@users.noreply.github.com> | ||||
| | * | | | | | Update Chinese NX language names | 2023-06-03 | 2 | -8/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | ... as per the TLoZ: TotK icon files. Would this conflict with older games? | ||||
| | * | | | | | Issue a reload if the system language changed | 2023-06-03 | 1 | -1/+2 | |
| | | | | | | | |||||
| | * | | | | | Pick game icon based on the configured system language | 2023-06-03 | 1 | -1/+32 | |
| | |/ / / / | |||||
| * | | | / | android: Set version code | 2023-06-06 | 1 | -0/+1 | |
| | |_|_|/ |/| | | | |||||
| * | | | | android: Improve Gradle build configuration | 2023-06-06 | 1 | -1/+2 | |
| | | | | | |||||
| * | | | | android: audio_core: sink_stream: Remove unnecessary check. | 2023-06-05 | 1 | -3/+0 | |
| | | | | | |||||
| * | | | | Merge pull request #10508 from yuzu-emu/lime | 2023-06-05 | 328 | -176/+21104 | |
| |\ \ \ \ | |_|_|/ |/| | | | Project Lime - yuzu Android Port | ||||
| | * | | | Merge pull request #10633 from t895/variable-surface-ratio | 2023-06-05 | 3 | -1/+62 | |
| | |\ \ \ | | | | | | | | | | | android: Use a custom view for changing emulation aspect ratio | ||||
| | | * | | | android: Use a custom view for changing emulation aspect ratio | 2023-06-05 | 3 | -1/+62 | |
| | | | | | | | | | | | | | | | | | | | | | Credit to the Skyline team for the FixedRatioSurfaceView. | ||||
| | * | | | | Merge pull request #10578 from PabloG02/lime-firmware&logs | 2023-06-05 | 9 | -33/+270 | |
| | |\ \ \ \ | | | | | | | | | | | | | Add UI to import firmware and share logs | ||||
| | | * | | | | android: HomeSettingsFragment: Use string resource for "Share log". | 2023-06-05 | 1 | -1/+1 | |
| | | | | | | | |||||
| | | * | | | | Address feedback | 2023-06-06 | 4 | -19/+28 | |
| | | | | | | | |||||
| | | * | | | | Attempt to move the unzip coroutine to a ViewModel | 2023-06-04 | 3 | -27/+94 | |
| | | | | | | | |||||
| | | * | | | | android: update strings | 2023-06-04 | 1 | -5/+5 | |
| | | | | | | | |||||
| | | * | | | | android: add option to share log | 2023-06-04 | 3 | -0/+36 | |
| | | | | | | | |||||
| | | * | | | | android: add option to install firmware | 2023-06-04 | 5 | -1/+124 | |
| | | | | | | | |||||
| | | * | | | | android: move unzip function to FileUtil and use SecurityException | 2023-06-04 | 2 | -32/+34 | |
| | | | | | | | |||||
| | * | | | | | Merge pull request #10618 from t895/licenses | 2023-06-05 | 10 | -4/+918 | |
| | |\ \ \ \ \ | | |_|/ / / | |/| | | | | android: Add licenses page | ||||
| | | * | | | | android: Create licenses page | 2023-06-05 | 10 | -4/+918 | |
| | | | | | | | |||||
| | * | | | | | Merge pull request #10613 from t895/settings-changes | 2023-06-04 | 7 | -104/+116 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | android: String and settings organization changes | ||||
| | | * | | | | | android: Move settings to debug submenu | 2023-06-04 | 4 | -26/+38 | |
| | | | | | | | | |||||
| | | * | | | | | android: Several string changes | 2023-06-04 | 5 | -78/+78 | |
| | | | | | | | | |||||
| | * | | | | | | android: Load settings at the start of each activity | 2023-06-04 | 4 | -6/+19 | |
| | | |/ / / / | |/| | | | | |||||
| | * | | | | | android: Resolve a couple Gradle warnings | 2023-06-04 | 1 | -1/+4 | |
| | |/ / / / | |||||
| | * | | | | android: Add support for split foldable view | 2023-06-03 | 3 | -1/+55 | |
| | | | | | | |||||
| | * | | | | android: Replace deprecated and Java code | 2023-06-03 | 1 | -27/+20 | |
| | |/ / / | |||||
| | * | | | android: Fix crash on importing invalid save | 2023-06-03 | 1 | -3/+5 | |
| | | | | | |||||
| | * | | | android: vk_presentation_manager: Fix unusued needs_recreation. | 2023-06-03 | 1 | -3/+3 | |
| | | | | | |||||
| | * | | | android: Rename "Input Overlay" to "Overlay Options" | 2023-06-03 | 1 | -1/+1 | |
| | | | | | |||||
| | * | | | android: Adjust import/export saves dialog | 2023-06-03 | 3 | -15/+21 | |
| | | | | | |||||
| | * | | | android: Warning dialogs for key errors | 2023-06-03 | 3 | -31/+95 | |
| | | | | | |||||
| | * | | | android: vk_turbo_mode: Remove unnecessary device recreation. | 2023-06-03 | 2 | -2/+11 | |
| | | | | | | | | | | | | | | | | | - Fixes a rare crash. | ||||