| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | configuration: Add async ASTC decode setting | 2023-02-22 | 2 | -0/+3 | ||
| | | | ||||||
| | * | texture_cache: Add async texture decoding | 2023-02-22 | 1 | -0/+1 | ||
| | | | ||||||
| * | | yuzu: config: Remove player 8 and 9 from config file | 2023-02-25 | 1 | -1/+1 | ||
| | | | ||||||
| * | | settings: Add more input settings to the log | 2023-02-21 | 1 | -0/+7 | ||
| |/ | ||||||
| * | Update settings.cpp | 2023-02-12 | 1 | -0/+4 | ||
| | | | | added missing graphical settings to RestoreGlobalState() | |||||
| * | input_common: Reintroduce custom pro controller support | 2023-02-09 | 1 | -0/+1 | ||
| | | ||||||
| * | Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span" | 2023-02-03 | 2 | -2/+3 | ||
| | | | | | | This reverts commit 25fc5c0e1158cb8e81cbc769b24ad84032a1fbfd, reversing changes made to af20e25081f97d55b451606c87922e2b49f0d363. | |||||
| * | Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ↵ | 2023-02-02 | 2 | -3/+2 | ||
| | | | | | ReadBuffer" | |||||
| * | Merge pull request #9696 from german77/please_forgive_me_for_this_sin | 2023-02-01 | 1 | -0/+2 | ||
| |\ | | | | | input_common: Implement turbo buttons | |||||
| | * | input_common: Implement turbo buttons | 2023-02-01 | 1 | -0/+2 | ||
| | | | ||||||
| * | | Merge pull request #9508 from ameerj/hle-ipc-buffer-span | 2023-01-30 | 2 | -2/+3 | ||
| |\ \ | |/ |/| | hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer | |||||
| | * | fsp_srv: Use ReadBufferSpan | 2022-12-25 | 2 | -2/+3 | ||
| | | | ||||||
| * | | Move to Clang Format 15 | 2023-01-29 | 14 | -121/+124 | ||
| | | | | | | | | | | | | | Depends on https://github.com/yuzu-emu/build-environments/pull/69 clang-15 primary run | |||||
| * | | polyfill_thread: satisfy execution ordering requirements of stop_callback | 2023-01-27 | 1 | -37/+46 | ||
| | | | ||||||
| * | | polyfill_thread: Implement StoppableTimedWait | 2023-01-25 | 1 | -0/+36 | ||
| | | | | | | | | | | | | | | | StoppableTimedWait allows for a timed wait to be stopped immediately after a stop is requested. This is useful in cases where long duration thread sleeps are needed and allows for immediate joining of waiting threads after a stop is requested. Co-Authored-By: liamwhite <liamwhite@users.noreply.github.com> | |||||
| * | | Merge pull request #9662 from abouvier/cmake-llvm | 2023-01-24 | 2 | -5/+3 | ||
| |\ \ | | | | | | | cmake: prefer system llvm library | |||||
| | * | | cmake: prefer system llvm library | 2023-01-23 | 2 | -5/+3 | ||
| | | | | ||||||
| * | | | Merge pull request #9492 from german77/joycon_release | 2023-01-24 | 2 | -27/+42 | ||
| |\ \ \ | |/ / |/| | | Input_common: Implement custom joycon driver v2 | |||||
| | * | | input_common: Use DriverResult on all engines | 2023-01-19 | 1 | -26/+20 | ||
| | | | | ||||||
| | * | | input_common: Disable SDL driver with switch controllers | 2023-01-19 | 1 | -0/+1 | ||
| | | | | ||||||
| | * | | input_common: Initial skeleton for custom joycon driver | 2023-01-19 | 1 | -3/+23 | ||
| | | | | ||||||
| * | | | Merge pull request #9613 from Kelebek1/demangle | 2023-01-22 | 3 | -1/+52 | ||
| |\ \ \ | |/ / |/| | | Add stacktrace symbol demangling | |||||
| | * | | Be careful of mangled out of bounds read | 2023-01-14 | 1 | -5/+9 | ||
| | | | | ||||||
| | * | | Move demangle impl to cpp | 2023-01-14 | 3 | -23/+36 | ||
| | | | | ||||||
| | * | | Add stacktrace symbol demangling | 2023-01-14 | 2 | -1/+35 | ||
| | | | | ||||||
| * | | | Update settings.h | 2023-01-13 | 1 | -0/+2 | ||
| | | | | ||||||
| * | | | CPP | 2023-01-13 | 1 | -0/+8 | ||
| | | | | ||||||
| * | | | 1.5X resolution scaler option | 2023-01-13 | 2 | -5/+10 | ||
| |/ / | ||||||
| * | | renderer_vulkan: disable turbo by default | 2023-01-08 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Merge pull request #9563 from german77/crash_not_allowed | 2023-01-07 | 1 | -3/+0 | ||
| |\ \ | | | | | | | input_common: Create an update engine | |||||
| | * | | input_common: Create an update engine | 2023-01-05 | 1 | -3/+0 | ||
| | | | | ||||||
| * | | | Merge pull request #9552 from liamwhite/turbo | 2023-01-06 | 2 | -0/+2 | ||
| |\ \ \ | | | | | | | | | vulkan: implement 'turbo mode' clock booster | |||||
| | * | | | common: add setting for renderer clock workaround | 2023-01-04 | 2 | -0/+2 | ||
| | | | | | ||||||
| * | | | | config: Set the Vulkan driver pipeline cache option to be global | 2023-01-05 | 1 | -0/+1 | ||
| | | | | | ||||||
| * | | | | config: Better wording for VK pipeline cache option and enable by default | 2023-01-05 | 1 | -1/+1 | ||
| | | | | | ||||||
| * | | | | video_core/vulkan: Added `VkPipelineCache` to store Vulkan pipelines | 2023-01-05 | 1 | -0/+2 | ||
| |/ / / | | | | | | | | | | | | | | | | As an optional feature which can be enabled in the advanced graphics configuration, all pipelines that get built at the initial shader loading are stored in a VkPipelineCache object and are dumped to the disk. These vendor specific pipeline cache files are located at `/shader/GAME_ID/vulkan_pipelines.bin`. This feature was mainly added because of an issue with the AMD driver (see yuzu-emu#8507) causing invalidation of the cache files the driver builds automatically. | |||||
| * | | | yuzu-ui: Add setting for disabling macro HLE | 2023-01-04 | 1 | -0/+1 | ||
| | | | | ||||||
| * | | | Video_core: Address feedback | 2023-01-04 | 1 | -3/+3 | ||
| | | | | ||||||
| * | | | MacroHLE: Final cleanup and fixes. | 2023-01-01 | 1 | -4/+4 | ||
| | | | | ||||||
| * | | | MacroHLE: Reduce massive calculations on sizing estimation. | 2023-01-01 | 2 | -0/+140 | ||
| |/ / | ||||||
| * | | host_memory: Use transparent huge pages where available | 2023-01-01 | 1 | -0/+15 | ||
| | | | ||||||
| * | | host_memory: Allocate virtual_base with MAP_NORESERVE | 2023-01-01 | 1 | -2/+2 | ||
| |/ | | | | | Specify that we do not require swap to be reserved for this address range; allow overcommitting. | |||||
| * | scratch_buffer: Explicitly defing resize and resize_destructive functions | 2022-12-19 | 1 | -0/+17 | ||
| | | | | | | resize keeps previous data intact when the buffer grows resize_destructive destroys the previous data when the buffer grows | |||||
| * | tests: Add ScratchBuffer tests | 2022-12-19 | 1 | -5/+9 | ||
| | | ||||||
| * | common: Add ScratchBuffer class | 2022-12-19 | 2 | -0/+75 | ||
| | | | | | | This class creates a default initialized heap allocated buffer for cases where value initializing members during allocation or resize is redundant. | |||||
| * | common: add make_unique_for_overwrite | 2022-12-19 | 2 | -0/+26 | ||
| | | ||||||
| * | Enable compiler optimizations and enforce x86-64-v2 on GCC/Clang (#9442) | 2022-12-17 | 1 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | * Testing LTO (#4) * Testing LTO * clang * linux * Added the rest of Blinkhawk's optimizations * Unlikely asserts * Removing LTO from Linux builds - GCC * Removing LTO from Linux builds - Clang | |||||
| * | Set: Allow setting device nickname | 2022-12-13 | 2 | -0/+2 | ||
| | | ||||||
| * | Merge pull request #9398 from liamwhite/fail | 2022-12-12 | 1 | -4/+7 | ||
| |\ | | | | | general: improve handling of system startup failure | |||||
| | * | general: improve handling of system startup failure | 2022-12-06 | 1 | -4/+7 | ||
| | | | ||||||