summaryrefslogtreecommitdiff
path: root/src/common (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-131.5X resolution scaler optionGravatar Matías Locatti2-5/+10
2023-01-08renderer_vulkan: disable turbo by defaultGravatar Liam1-1/+1
2023-01-05input_common: Create an update engineGravatar Narr the Reg1-3/+0
2023-01-05config: Set the Vulkan driver pipeline cache option to be globalGravatar Wollnashorn1-0/+1
2023-01-05config: Better wording for VK pipeline cache option and enable by defaultGravatar Wollnashorn1-1/+1
2023-01-05video_core/vulkan: Added `VkPipelineCache` to store Vulkan pipelinesGravatar Wollnashorn1-0/+2
2023-01-04common: add setting for renderer clock workaroundGravatar Liam2-0/+2
2023-01-04yuzu-ui: Add setting for disabling macro HLEGravatar Fernando Sahmkow1-0/+1
2023-01-04Video_core: Address feedbackGravatar Fernando Sahmkow1-3/+3
2023-01-01MacroHLE: Final cleanup and fixes.Gravatar Fernando Sahmkow1-4/+4
2023-01-01MacroHLE: Reduce massive calculations on sizing estimation.Gravatar Fernando Sahmkow2-0/+140
2023-01-01host_memory: Use transparent huge pages where availableGravatar Merry1-0/+15
2023-01-01host_memory: Allocate virtual_base with MAP_NORESERVEGravatar Merry1-2/+2
2022-12-19scratch_buffer: Explicitly defing resize and resize_destructive functionsGravatar ameerj1-0/+17
2022-12-19tests: Add ScratchBuffer testsGravatar ameerj1-5/+9
2022-12-19common: Add ScratchBuffer classGravatar ameerj2-0/+75
2022-12-19common: add make_unique_for_overwriteGravatar ameerj2-0/+26
2022-12-17Enable compiler optimizations and enforce x86-64-v2 on GCC/Clang (#9442)Gravatar Matías Locatti1-2/+2
2022-12-13Set: Allow setting device nicknameGravatar Chloe Marcec2-0/+2
2022-12-11memory: correct semantics of data cache management operationsGravatar Liam3-88/+0
2022-12-08video_core: Integrate SMAAGravatar Liam1-1/+2
2022-12-06general: improve handling of system startup failureGravatar Liam1-4/+7
2022-12-04cmake: prefer system librariesGravatar Alexandre Bouvier1-12/+2
2022-12-02core: add option to break on unmapped accessGravatar Liam1-0/+1
2022-11-30CMake: Consolidate common PCH headersGravatar ameerj3-8/+16
2022-11-30string_util: Fix Mingw compile errorGravatar ameerj1-2/+2
2022-11-29CMake: Use precompiled headersGravatar ameerj2-0/+18
2022-11-28video_core: add null backendGravatar Liam1-1/+2
2022-11-28common/cache_management: Amend header includesGravatar Lioncash2-4/+3
2022-11-28common/input: Add helpers functions for creating input and output devicesGravatar Lioncash1-0/+34
2022-11-28common/input: Pass ParamPackage by const reference in CreateDeviceGravatar Lioncash1-3/+3
2022-11-26OopsGravatar Matías Locatti1-1/+1
2022-11-26Replace GLSL as the default OpenGL shader backendGravatar Matías Locatti1-1/+1
2022-11-25settings: Reset FSR sharpening global state with the othersGravatar lat9nq1-0/+1
2022-11-24FSR Sharpening Slider part 1 - only a global sliderGravatar Matías Locatti2-0/+2
2022-11-22general: fix compile for Apple ClangGravatar Liam9-4/+865
2022-11-20Configuration: Add per-game input profilesGravatar ameerj1-0/+1
2022-11-13Add break for default casesGravatar Kyle Kienapfel1-0/+1
2022-11-12common: add cache management functionsGravatar Liam3-0/+89
2022-11-11Add CPU core count to log filesGravatar Matías Locatti2-3/+60
2022-11-09Initial ARM64 supportGravatar Liam2-1/+9
2022-11-09Add break statement in default casesGravatar Enrico Mancuso1-0/+1
2022-10-26concepts: Use the std::contiguous_iterator conceptGravatar Morph2-19/+9
2022-10-22CMakeLists: Disable C4100 and C4324Gravatar Morph1-9/+0
2022-10-22CMakeLists: Remove redundant warningsGravatar Morph1-2/+0
2022-10-22CMakeLists: Treat MSVC warnings as errorsGravatar Morph1-1/+0
2022-10-22general: Enforce C4800 everywhere except in video_coreGravatar Morph2-4/+17
2022-10-22CMakeLists: Remove all redundant warningsGravatar Morph1-2/+0
2022-10-21input_common: cache vibration testsGravatar german771-1/+4
2022-10-18fixed_point: Mark default constructor as constexprGravatar Lioncash1-2/+2