summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-15vk_texture_cache: Use Download memory types for texture flushesReinUsesLisp
2021-01-15vulkan_memory_allocator: Add allocation support for download typesReinUsesLisp
2021-01-15vulkan_memory_allocator: Add "download" memory usage hintReinUsesLisp
2021-01-15vulkan_common: Move allocator to the common directoryReinUsesLisp
2021-01-15renderer_vulkan: Rename Vulkan memory manager to memory allocatorReinUsesLisp
2021-01-15vk_memory_manager: Improve memory manager and its APIReinUsesLisp
2021-01-15Merge pull request #5355 from lioncash/timerbunnei
2021-01-15Always initialize keyboard inputgerman
2021-01-15Add mutitouch support for touch screensgerman
2021-01-15Allow to return up to 16 touch inputs per enginegerman
2021-01-15Allow all touch inputs at the same time and remove config options that are no...german
2021-01-15Add multitouch supportgerman
2021-01-15Merge pull request #5357 from ReinUsesLisp/alignment-log2LC
2021-01-15Merge pull request #5356 from lioncash/clzRodrigo Locatti
2021-01-15common/bit_util: Replace CLZ/CTZ operations with standardized onesLioncash
2021-01-15common/alignment: Upgrade to use constraints instead of static assertsReinUsesLisp
2021-01-15common/alignment: Rename AlignBits to AlignUpLog2ReinUsesLisp
2021-01-15common/timer: RemoveLioncash
2021-01-15Merge pull request #5354 from ReinUsesLisp/remove-common-colorLC
2021-01-15Merge pull request #5352 from ReinUsesLisp/remove-testerLC
2021-01-15common/color: RemoveReinUsesLisp
2021-01-15Merge pull request #5353 from ReinUsesLisp/deduplicate-warning-flagsLC
2021-01-15core/cmake: Remove Werror flags already defined code-base wideReinUsesLisp
2021-01-15video_core/cmake: Remove Werror flags already defined code-base wideReinUsesLisp
2021-01-15Merge pull request #5351 from ReinUsesLisp/vc-unused-functionsLC
2021-01-15Merge pull request #5350 from ReinUsesLisp/vk-init-warnsRodrigo Locatti
2021-01-15Merge pull request #5349 from ReinUsesLisp/anv-fixLC
2021-01-15cmake: Remove yuzu_testerReinUsesLisp
2021-01-15cmake: Enforce -Wunused-function code-base wideReinUsesLisp
2021-01-15video_core: Enforce -Wunused-functionReinUsesLisp
2021-01-15Merge pull request #5348 from ReinUsesLisp/astc-robustnessLC
2021-01-15vk_buffer_cache: Remove unused functionReinUsesLisp
2021-01-15vulkan_common: Silence missing initializer warningsReinUsesLisp
2021-01-15vulkan_device: Enable shaderStorageImageMultisample conditionallyReinUsesLisp
2021-01-15astc: Increase integer encoded vector sizeReinUsesLisp
2021-01-15astc: Return zero on out of bound bitsReinUsesLisp
2021-01-14Merge pull request #5302 from lat9nq/appimage-updateLC
2021-01-14Merge pull request #5345 from lioncash/unused-varbunnei
2021-01-14yuzu: Remove unused variables in Qt codeLioncash
2021-01-14Merge pull request #5343 from lioncash/qt6Morph
2021-01-14Merge pull request #5344 from lioncash/moveMorph
2021-01-13configure_motion_touch: Prevent use after move in ApplyConfiguration()Lioncash
2021-01-13configure_motion_touch: Migrate off QRegExp to QRegularExpressionLioncash
2021-01-13Merge pull request #5330 from german77/regexerrorLC
2021-01-13Merge pull request #5342 from lioncash/qt6bunnei
2021-01-13Fix IP validator error where the last octet produced an error if the value wa...german
2021-01-13yuzu: Migrate off of setMargin() to setContentsMargins()Lioncash
2021-01-13Merge pull request #5341 from ReinUsesLisp/anv-storageMorph
2021-01-13vulkan_device: Remove requirement on shaderStorageImageMultisampleReinUsesLisp
2021-01-13tests: Add unit tests for the GPU range tracking buffer containerReinUsesLisp