| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| | | | |||||
| * | | Merge pull request #9415 from liamwhite/dc | 2022-12-11 | 3 | -88/+0 | |
| |\ \ | | | | | | | memory: correct semantics of data cache management operations | ||||
| | * | | memory: correct semantics of data cache management operations | 2022-12-11 | 3 | -88/+0 | |
| | | | | |||||
| * | | | video_core: Integrate SMAA | 2022-12-08 | 1 | -1/+2 | |
| |/ / | | | | | | | | | Co-authored-by: goldenx86 <goldenx86@users.noreply.github.com> Co-authored-by: BreadFish64 <breadfish64@users.noreply.github.com> | ||||
| * | | Merge pull request #9370 from liamwhite/break-unmapped | 2022-12-06 | 1 | -0/+1 | |
| |\ \ | |/ |/| | core: add option to break on unmapped access | ||||
| | * | core: add option to break on unmapped access | 2022-12-02 | 1 | -0/+1 | |
| | | | |||||
| * | | Merge pull request #6833 from abouvier/unbundle | 2022-12-05 | 1 | -12/+2 | |
| |\ \ | | | | | | | cmake: prefer system libraries | ||||
| | * | | cmake: prefer system libraries | 2022-12-04 | 1 | -12/+2 | |
| | | | | |||||
| * | | | Merge pull request #9273 from ameerj/per-game-profile | 2022-12-04 | 1 | -0/+1 | |
| |\ \ \ | |/ / |/| | | Configuration: Add per-game input profiles | ||||
| | * | | Configuration: Add per-game input profiles | 2022-11-20 | 1 | -0/+1 | |
| | | | | |||||
| * | | | Merge pull request #9344 from liamwhite/null | 2022-12-03 | 1 | -1/+2 | |
| |\ \ \ | | | | | | | | | video_core: add null backend | ||||
| | * | | | video_core: add null backend | 2022-11-28 | 1 | -1/+2 | |
| | | | | | |||||
| * | | | | Merge pull request #9300 from ameerj/pch | 2022-12-03 | 4 | -2/+28 | |
| |\ \ \ \ | | | | | | | | | | | CMake: Use precompiled headers to improve compile times | ||||
| | * | | | | CMake: Consolidate common PCH headers | 2022-11-30 | 3 | -8/+16 | |
| | | | | | | |||||
| | * | | | | string_util: Fix Mingw compile error | 2022-11-30 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: liamwhite <9658600+liamwhite@users.noreply.github.com> | ||||
| | * | | | | CMake: Use precompiled headers | 2022-11-29 | 2 | -0/+18 | |
| | | |_|/ | |/| | | |||||
| * | | | | Merge pull request #9289 from liamwhite/fruit-company | 2022-12-03 | 9 | -4/+865 | |
| |\ \ \ \ | |/ / / |/| | | | general: fix compile for Apple Clang | ||||
| | * | | | general: fix compile for Apple Clang | 2022-11-22 | 9 | -4/+865 | |
| | | | | | |||||
| * | | | | Merge pull request #9339 from lioncash/cacheheader | 2022-11-28 | 2 | -4/+3 | |
| |\ \ \ \ | | | | | | | | | | | common/cache_management: Amend header includes | ||||
| | * | | | | common/cache_management: Amend header includes | 2022-11-28 | 2 | -4/+3 | |
| | | |/ / | |/| | | | | | | | | | | | | | | | | | | Narrows the include in the header to <cstddef>, since that's what houses size_t's definition, meanwhile the <cstdint> include can be moved into the cpp file. | ||||
| * | | | | common/input: Add helpers functions for creating input and output devices | 2022-11-28 | 1 | -0/+34 | |
| | | | | | | | | | | | | | | | | | | | | | Avoids the redundancy of needing to explictly specify the common namespace and the type. | ||||
| * | | | | common/input: Pass ParamPackage by const reference in CreateDevice | 2022-11-28 | 1 | -3/+3 | |
| |/ / / | | | | | | | | | | | | | This was previously being passed by value, which was unnecessary and created more allocations than necessary. | ||||
| * | | | Merge pull request #9276 from goldenx86/fsrSlider | 2022-11-27 | 2 | -0/+3 | |
| |\ \ \ | | | | | | | | | FSR Sharpening Slider | ||||
| | * | | | settings: Reset FSR sharpening global state with the others | 2022-11-25 | 1 | -0/+1 | |
| | | | | | |||||
| | * | | | FSR Sharpening Slider part 1 - only a global slider | 2022-11-24 | 2 | -0/+2 | |
| | |/ / | |||||
| * | | | Oops | 2022-11-26 | 1 | -1/+1 | |
| | | | | |||||
| * | | | Replace GLSL as the default OpenGL shader backend | 2022-11-26 | 1 | -1/+1 | |
| |/ / | | | | | GLASM is not very compatible with the latest games, and too many people have the special superpower to break their Vulkan support. | ||||
| * | | Merge pull request #9234 from liamwhite/data-cash-money | 2022-11-18 | 3 | -0/+89 | |
| |\ \ | | | | | | | kernel: implement data cache management operations | ||||