1
0
Fork 0
forked from suyu/suyu
suyu/src
ReinUsesLisp e996f1ad09 vk_memory_manager: Improve memory manager and its API
Fix a bug where the memory allocator could leave gaps between commits.
To fix this the allocation algorithm was reworked, although it's still
short in number of lines of code.

Rework the allocation API to self-contained movable objects instead of
naively using an unique_ptr to do the job for us. Remove the VK prefix.
2021-01-15 16:19:36 -03:00
..
audio_core Merge pull request #5264 from 16-Bit-Dog/patch-1 2020-12-31 01:46:53 -08:00
common Merge pull request #5355 from lioncash/timer 2021-01-15 09:42:33 -08:00
core common/bit_util: Replace CLZ/CTZ operations with standardized ones 2021-01-15 02:15:32 -05:00
input_common general: Fix various spelling errors 2021-01-02 10:23:41 -05:00
tests common/bit_util: Replace CLZ/CTZ operations with standardized ones 2021-01-15 02:15:32 -05:00
video_core vk_memory_manager: Improve memory manager and its API 2021-01-15 16:19:36 -03:00
web_service web_service: follow-up fix to #4842 ... 2020-10-28 23:16:06 -06:00
yuzu yuzu: Remove unused variables in Qt code 2021-01-14 03:05:41 -05:00
yuzu_cmd config: Enable docked mode by default 2021-01-10 09:37:38 -05:00
.clang-format
CMakeLists.txt Merge pull request #5352 from ReinUsesLisp/remove-tester 2021-01-15 01:48:02 -05:00