summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINITGravatar ReinUsesLisp2021-01-1511-149/+149
* | | | | | | | | | Merge pull request #5355 from lioncash/timerGravatar bunnei2021-01-153-202/+0
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | common/timer: RemoveGravatar Lioncash2021-01-153-202/+0
| |/ / / / / / / /
* | | | | | | | | Merge pull request #5357 from ReinUsesLisp/alignment-log2Gravatar LC2021-01-154-28/+23
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | common/alignment: Upgrade to use constraints instead of static assertsGravatar ReinUsesLisp2021-01-151-13/+9
| * | | | | | | | | common/alignment: Rename AlignBits to AlignUpLog2Gravatar ReinUsesLisp2021-01-154-16/+15
* | | | | | | | | | common/bit_util: Replace CLZ/CTZ operations with standardized onesGravatar Lioncash2021-01-1510-113/+17
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #5354 from ReinUsesLisp/remove-common-colorGravatar LC2021-01-152-272/+0
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | common/color: RemoveGravatar ReinUsesLisp2021-01-152-272/+0
* | | | | | | | | Merge pull request #5352 from ReinUsesLisp/remove-testerGravatar LC2021-01-1512-1057/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmake: Remove yuzu_testerGravatar ReinUsesLisp2021-01-1512-1057/+0
* | | | | | | | | | core/cmake: Remove Werror flags already defined code-base wideGravatar ReinUsesLisp2021-01-151-2/+0
* | | | | | | | | | video_core/cmake: Remove Werror flags already defined code-base wideGravatar ReinUsesLisp2021-01-151-2/+0
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #5351 from ReinUsesLisp/vc-unused-functionsGravatar LC2021-01-152-4/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmake: Enforce -Wunused-function code-base wideGravatar ReinUsesLisp2021-01-152-1/+1
| * | | | | | | | | video_core: Enforce -Wunused-functionGravatar ReinUsesLisp2021-01-151-0/+1
| * | | | | | | | | vk_buffer_cache: Remove unused functionGravatar ReinUsesLisp2021-01-151-4/+0
* | | | | | | | | | Merge pull request #5350 from ReinUsesLisp/vk-init-warnsGravatar Rodrigo Locatti2021-01-152-145/+146
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | vulkan_common: Silence missing initializer warningsGravatar ReinUsesLisp2021-01-152-145/+146
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #5349 from ReinUsesLisp/anv-fixGravatar LC2021-01-152-18/+20
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | vulkan_device: Enable shaderStorageImageMultisample conditionallyGravatar ReinUsesLisp2021-01-152-18/+20
| |/ / / / / / / /
* | | | | | | | | astc: Increase integer encoded vector sizeGravatar ReinUsesLisp2021-01-151-1/+1
* | | | | | | | | astc: Return zero on out of bound bitsGravatar ReinUsesLisp2021-01-151-17/+22
|/ / / / / / / /
* | | | | | | | yuzu: Remove unused variables in Qt codeGravatar Lioncash2021-01-142-21/+2
* | | | | | | | Merge pull request #5343 from lioncash/qt6Gravatar Morph2021-01-141-6/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | configure_motion_touch: Migrate off QRegExp to QRegularExpressionGravatar Lioncash2021-01-131-6/+9
* | | | | | | | | configure_motion_touch: Prevent use after move in ApplyConfiguration()Gravatar Lioncash2021-01-131-2/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #5330 from german77/regexerrorGravatar LC2021-01-131-2/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix IP validator error where the last octet produced an error if the value wa...Gravatar german2021-01-131-2/+3
* | | | | | | | | Merge pull request #5342 from lioncash/qt6Gravatar bunnei2021-01-132-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | yuzu: Migrate off of setMargin() to setContentsMargins()Gravatar Lioncash2021-01-132-3/+3
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | vulkan_device: Remove requirement on shaderStorageImageMultisampleGravatar ReinUsesLisp2021-01-131-1/+0
* | | | | | | | | cmake: Enforce -Werror=switch and -Werror=unused-variableGravatar Morph2021-01-131-0/+2
* | | | | | | | | Merge pull request #5280 from FearlessTobi/port-5666Gravatar bunnei2021-01-121-4/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Address review commentsGravatar FearlessTobi2021-01-041-5/+5
| * | | | | | | | | Delete the old log file before rotating (#5675)Gravatar xperia642021-01-041-0/+3
| * | | | | | | | | Fix the old log file to work with the log parser.Gravatar bunnei2021-01-031-1/+1
| * | | | | | | | | Rotate previous log file to '.old' if it existsGravatar xperia642021-01-031-4/+9
* | | | | | | | | | Merge pull request #5311 from ReinUsesLisp/fence-waitGravatar bunnei2021-01-123-54/+18
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | vk_fence_manager: Use timeline semaphores instead of spin waitsGravatar ReinUsesLisp2021-01-083-54/+18
* | | | | | | | | | common/parent_of_member: Replace TYPED_STORAGE define with template aliasGravatar Lioncash2021-01-112-8/+10
* | | | | | | | | | hle: kernel: thread: Preserve thread wait reason for debugging only.Gravatar bunnei2021-01-118-4/+74
* | | | | | | | | | yuzu: debugger: wait_tree: Handle unknown ThreadState.Gravatar bunnei2021-01-111-0/+3
* | | | | | | | | | hle: kernel: k_scheduler_lock: Fix shadowing errors.Gravatar bunnei2021-01-111-1/+1
* | | | | | | | | | core: arm: arm_interface: Fix shadowing errors.Gravatar bunnei2021-01-111-3/+4
* | | | | | | | | | core: hle: Add missing calls to MicroProfileOnThreadExit.Gravatar bunnei2021-01-112-0/+5
* | | | | | | | | | core: hle: Integrate new KConditionVariable and KAddressArbiter implementations.Gravatar bunnei2021-01-1115-1182/+508
* | | | | | | | | | core: hle: kernel: Update KAddressArbiter.Gravatar bunnei2021-01-113-0/+437
* | | | | | | | | | core: hle: kernel: Update KConditionVariable.Gravatar bunnei2021-01-114-0/+413
* | | | | | | | | | core: hle: kernel: Begin moving common SVC defintions to its own header.Gravatar bunnei2021-01-112-0/+14