| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | vulkan_device: Enable robustBufferAccess | 2021-02-13 | 1 | -1/+2 | ||
| * | | | | | | | | video_core: Reimplement the buffer cache | 2021-02-13 | 67 | -2607/+2514 | ||
| * | | | | | | | | vulkan_common: Expose interop and headless devices | 2021-02-13 | 4 | -21/+100 | ||
| * | | | | | | | | vulkan_common: Make interop extensions mandatory | 2021-02-13 | 1 | -0/+6 | ||
| * | | | | | | | | vulkan_device: Enable robust buffers | 2021-02-13 | 1 | -2/+4 | ||
| * | | | | | | | | vulkan_device: Use designated initializers for features | 2021-02-13 | 1 | -60/+59 | ||
| * | | | | | | | | vulkan_wrapper: Add memory barrier pipeline barrier helper | 2021-02-13 | 1 | -0/+6 | ||
| * | | | | | | | | vulkan_device: Fix formatting of constants | 2021-02-13 | 1 | -10/+6 | ||
| * | | | | | | | | vulkan_wrapper: Add interop functions | 2021-02-13 | 2 | -1/+41 | ||
| * | | | | | | | | vulkan_instance: Initialize Vulkan instance in a separate thread | 2021-02-13 | 1 | -1/+5 | ||
| * | | | | | | | | vulkan_wrapper: Pull Windows symbols | 2021-02-13 | 2 | -0/+14 | ||
| * | | | | | | | | gpu: Report renderer errors with exceptions | 2021-02-13 | 27 | -232/+176 | ||
| * | | | | | | | | tests/buffer_base: Add cached CPU writes tests | 2021-02-13 | 1 | -0/+76 | ||
| * | | | | | | | | buffer_base: Add support for cached CPU writes | 2021-02-13 | 1 | -61/+145 | ||
| | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | | kernel: More accurately reserve and release resources | 2021-02-12 | 6 | -14/+42 | ||
| * | | | | | | | kernel: KScopedReservation implementation | 2021-02-12 | 6 | -26/+152 | ||
| * | | | | | | | kernel: Unify result codes (#5890) | 2021-02-12 | 21 | -256/+223 | ||
| | |/ / / / / |/| | | | | | ||||||
| * | | | | | | Merge pull request #5902 from lioncash/core-warn | 2021-02-11 | 3 | -4/+7 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | bsd: Remove usage of optional emplace() with no arguments | 2021-02-09 | 1 | -2/+4 | ||
| | * | | | | | | am/controller: Remove [[fallthrough]] from unreachable path | 2021-02-09 | 1 | -1/+2 | ||
| | * | | | | | | nfp: Correct uninitialized size being used within GetTagInfo() | 2021-02-09 | 1 | -1/+1 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #5869 from german77/mousePanning | 2021-02-11 | 11 | -38/+149 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Add mouse panning | 2021-02-07 | 11 | -38/+149 | ||
| * | | | | | | | software_keyboard: Implement Finalize request command | 2021-02-10 | 1 | -0/+4 | ||
| * | | | | | | | Merge pull request #5893 from lioncash/input | 2021-02-10 | 2 | -113/+131 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | configure_input_player_widget: Reduce duplication of array accessors where ap... | 2021-02-09 | 1 | -108/+125 | ||
| | * | | | | | | | configure_input_player_widget: Avoid nontrivial copies where applicable | 2021-02-09 | 2 | -5/+6 | ||
| * | | | | | | | | Merge pull request #5904 from lat9nq/common-sized-dealloc | 2021-02-09 | 1 | -0/+2 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | common: Add -fsized-deallocation as a Clang flag | 2021-02-09 | 1 | -0/+2 | ||
| * | | | | | | | | | Merge pull request #5905 from lat9nq/core-sized-dealloc | 2021-02-09 | 1 | -0/+2 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | core: Add -fsized-dealloction as a Clang flag | 2021-02-09 | 1 | -0/+2 | ||
| | |/ / / / / / / / | ||||||
| * / / / / / / / / | configure_input_player_widget: Silence unused variable warnings | 2021-02-09 | 1 | -7/+0 | ||
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #5901 from lioncash/input-warn | 2021-02-09 | 3 | -2/+9 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | udp: Silence unused member variable warnings | 2021-02-09 | 1 | -2/+2 | ||
| | * | | | | | | | | udp/client: Define ClientData constructor/destructor in cpp file | 2021-02-09 | 2 | -0/+7 | ||
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #5900 from lioncash/unused-func | 2021-02-09 | 2 | -37/+0 | ||
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | gl_rasterizer: Remove unused variables | 2021-02-09 | 1 | -3/+0 | ||
| | * | | | | | | | texture_cache/util: Remove unused functions | 2021-02-09 | 1 | -34/+0 | ||
| | |/ / / / / / | ||||||
| * | | / / / / | Settings: Add depth to Joysticks on Pro Controller preview (#5894) | 2021-02-08 | 2 | -6/+30 | ||
| | |_|/ / / / |/| | | | | | ||||||
| * | | | | | | Merge pull request #5880 from lat9nq/ffmpeg-external | 2021-02-08 | 1 | -6/+5 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Address reviewer comments | 2021-02-05 | 1 | -1/+1 | ||
| | * | | | | | | CMake: Port citra-emu/citra FindFFmpeg.cmake | 2021-02-05 | 1 | -2/+2 | ||
| | * | | | | | | CMake: Implement YUZU_USE_BUNDLED_FFMPEG | 2021-02-05 | 2 | -7/+6 | ||
| * | | | | | | | Merge pull request #5892 from german77/backup | 2021-02-08 | 1 | -1/+12 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | olsc: Stub GetSaveDataBackupSetting | 2021-02-07 | 1 | -1/+12 | ||
| * | | | | | | | | Merge pull request #5868 from german77/HandheldFix | 2021-02-08 | 2 | -1/+9 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Prevent over scheduling audio events and terminate properly the motion update... | 2021-02-02 | 2 | -1/+9 | ||
| * | | | | | | | | | string_util: Remove MSVC workaround for converting between UTF8/UTF16 | 2021-02-08 | 1 | -14/+0 | ||
| | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | | Merge pull request #5339 from german77/interactive | 2021-02-07 | 15 | -75/+3143 | ||
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Add GC controller animation | 2021-02-07 | 2 | -52/+429 | ||