| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT | 2021-01-15 | 11 | -149/+149 | ||
| * | | | | | | | | | | Merge pull request #5355 from lioncash/timer | 2021-01-15 | 3 | -202/+0 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | common/timer: Remove | 2021-01-15 | 3 | -202/+0 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #5357 from ReinUsesLisp/alignment-log2 | 2021-01-15 | 4 | -28/+23 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | common/alignment: Upgrade to use constraints instead of static asserts | 2021-01-15 | 1 | -13/+9 | ||
| | * | | | | | | | | | common/alignment: Rename AlignBits to AlignUpLog2 | 2021-01-15 | 4 | -16/+15 | ||
| * | | | | | | | | | | common/bit_util: Replace CLZ/CTZ operations with standardized ones | 2021-01-15 | 10 | -113/+17 | ||
| | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #5354 from ReinUsesLisp/remove-common-color | 2021-01-15 | 2 | -272/+0 | ||
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | common/color: Remove | 2021-01-15 | 2 | -272/+0 | ||
| * | | | | | | | | | Merge pull request #5352 from ReinUsesLisp/remove-tester | 2021-01-15 | 12 | -1057/+0 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | cmake: Remove yuzu_tester | 2021-01-15 | 12 | -1057/+0 | ||
| * | | | | | | | | | | core/cmake: Remove Werror flags already defined code-base wide | 2021-01-15 | 1 | -2/+0 | ||
| * | | | | | | | | | | video_core/cmake: Remove Werror flags already defined code-base wide | 2021-01-15 | 1 | -2/+0 | ||
| | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #5351 from ReinUsesLisp/vc-unused-functions | 2021-01-15 | 2 | -4/+1 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | cmake: Enforce -Wunused-function code-base wide | 2021-01-15 | 2 | -1/+1 | ||
| | * | | | | | | | | | video_core: Enforce -Wunused-function | 2021-01-15 | 1 | -0/+1 | ||
| | * | | | | | | | | | vk_buffer_cache: Remove unused function | 2021-01-15 | 1 | -4/+0 | ||
| * | | | | | | | | | | Merge pull request #5350 from ReinUsesLisp/vk-init-warns | 2021-01-15 | 2 | -145/+146 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | vulkan_common: Silence missing initializer warnings | 2021-01-15 | 2 | -145/+146 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #5349 from ReinUsesLisp/anv-fix | 2021-01-15 | 2 | -18/+20 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | vulkan_device: Enable shaderStorageImageMultisample conditionally | 2021-01-15 | 2 | -18/+20 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | astc: Increase integer encoded vector size | 2021-01-15 | 1 | -1/+1 | ||
| * | | | | | | | | | astc: Return zero on out of bound bits | 2021-01-15 | 1 | -17/+22 | ||
| |/ / / / / / / / | ||||||
| * | | | | | | | | yuzu: Remove unused variables in Qt code | 2021-01-14 | 2 | -21/+2 | ||
| * | | | | | | | | Merge pull request #5343 from lioncash/qt6 | 2021-01-14 | 1 | -6/+9 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | configure_motion_touch: Migrate off QRegExp to QRegularExpression | 2021-01-13 | 1 | -6/+9 | ||
| * | | | | | | | | | configure_motion_touch: Prevent use after move in ApplyConfiguration() | 2021-01-13 | 1 | -2/+1 | ||
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #5330 from german77/regexerror | 2021-01-13 | 1 | -2/+3 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Fix IP validator error where the last octet produced an error if the value wa... | 2021-01-13 | 1 | -2/+3 | ||
| * | | | | | | | | | Merge pull request #5342 from lioncash/qt6 | 2021-01-13 | 2 | -3/+3 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | yuzu: Migrate off of setMargin() to setContentsMargins() | 2021-01-13 | 2 | -3/+3 | ||
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | vulkan_device: Remove requirement on shaderStorageImageMultisample | 2021-01-13 | 1 | -1/+0 | ||
| * | | | | | | | | | cmake: Enforce -Werror=switch and -Werror=unused-variable | 2021-01-13 | 1 | -0/+2 | ||
| * | | | | | | | | | Merge pull request #5280 from FearlessTobi/port-5666 | 2021-01-12 | 1 | -4/+12 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Address review comments | 2021-01-04 | 1 | -5/+5 | ||
| | * | | | | | | | | | Delete the old log file before rotating (#5675) | 2021-01-04 | 1 | -0/+3 | ||
| | * | | | | | | | | | Fix the old log file to work with the log parser. | 2021-01-03 | 1 | -1/+1 | ||
| | * | | | | | | | | | Rotate previous log file to '.old' if it exists | 2021-01-03 | 1 | -4/+9 | ||
| * | | | | | | | | | | Merge pull request #5311 from ReinUsesLisp/fence-wait | 2021-01-12 | 3 | -54/+18 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | vk_fence_manager: Use timeline semaphores instead of spin waits | 2021-01-08 | 3 | -54/+18 | ||
| * | | | | | | | | | | common/parent_of_member: Replace TYPED_STORAGE define with template alias | 2021-01-11 | 2 | -8/+10 | ||
| * | | | | | | | | | | hle: kernel: thread: Preserve thread wait reason for debugging only. | 2021-01-11 | 8 | -4/+74 | ||
| * | | | | | | | | | | yuzu: debugger: wait_tree: Handle unknown ThreadState. | 2021-01-11 | 1 | -0/+3 | ||
| * | | | | | | | | | | hle: kernel: k_scheduler_lock: Fix shadowing errors. | 2021-01-11 | 1 | -1/+1 | ||
| * | | | | | | | | | | core: arm: arm_interface: Fix shadowing errors. | 2021-01-11 | 1 | -3/+4 | ||
| * | | | | | | | | | | core: hle: Add missing calls to MicroProfileOnThreadExit. | 2021-01-11 | 2 | -0/+5 | ||
| * | | | | | | | | | | core: hle: Integrate new KConditionVariable and KAddressArbiter implementations. | 2021-01-11 | 15 | -1182/+508 | ||
| * | | | | | | | | | | core: hle: kernel: Update KAddressArbiter. | 2021-01-11 | 3 | -0/+437 | ||
| * | | | | | | | | | | core: hle: kernel: Update KConditionVariable. | 2021-01-11 | 4 | -0/+413 | ||
| * | | | | | | | | | | core: hle: kernel: Begin moving common SVC defintions to its own header. | 2021-01-11 | 2 | -0/+14 | ||