| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | vulkan_device: Require VK_EXT_robustness2 | 2021-02-13 | 2 | -37/+14 | ||
| * | | | | | | | | | | Merge pull request #5741 from ReinUsesLisp/new-bufcache | 2021-02-12 | 96 | -3083/+3390 | ||
| |\| | | | | | | | | | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | config: Make high GPU accuracy the default | 2021-02-13 | 2 | -3/+3 | ||
| | * | | | | | | | | video_core: Fix clang build issues | 2021-02-13 | 2 | -8/+5 | ||
| | * | | | | | | | | vk_staging_buffer_pool: Fix softlock when stream buffer overflows | 2021-02-13 | 2 | -19/+20 | ||
| | * | | | | | | | | vk_buffer_cache: Add support for null index buffers | 2021-02-13 | 2 | -4/+40 | ||
| | * | | | | | | | | buffer_cache: Add extra bytes to guest SSBOs | 2021-02-13 | 1 | -1/+7 | ||
| | * | | | | | | | | Merge branch 'bytes-to-map-end' into new-bufcache-wip | 2021-02-13 | 1 | -0/+2 | ||
| | * | | | | | | | | vk_staging_buffer_pool: Get a staging buffer instead of waiting | 2021-02-13 | 2 | -9/+18 | ||
| | * | | | | | | | | yuzu/config: Disable assembly shaders by default | 2021-02-13 | 1 | -2/+2 | ||
| | * | | | | | | | | renderer_opengl: Remove interop | 2021-02-13 | 8 | -122/+10 | ||
| | * | | | | | | | | gl_buffer_cache: Drop interop based parameter buffer workarounds | 2021-02-13 | 3 | -65/+45 | ||
| | * | | | | | | | | buffer_cache: Heuristically detect stream buffers | 2021-02-13 | 2 | -6/+33 | ||
| | * | | | | | | | | buffer_cache: Split CreateBuffer in separate functions | 2021-02-13 | 1 | -29/+52 | ||
| | * | | | | | | | | buffer_cache: Skip cache on small uploads on Vulkan | 2021-02-13 | 3 | -9/+18 | ||
| | * | | | | | | | | vk_staging_buffer_pool: Add stream buffer for small uploads | 2021-02-13 | 15 | -127/+298 | ||
| | * | | | | | | | | 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 | ||
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #5877 from ameerj/res-limit-usage | 2021-02-12 | 9 | -36/+190 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | 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 | ||
| * | | | | | | | | Merge pull request #5908 from Morph1984/swkbd-finalize | 2021-02-10 | 1 | -0/+4 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | 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 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #5903 from lat9nq/config-silence-warns | 2021-02-09 | 1 | -7/+0 | ||
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||