1. d062b78 Added functions: vmaAllocateMemoryPages, vmaFreeMemoryPages to create and destroy multiple allocations at once. by Adam Sawicki · 6 years ago
  2. 51fa966 Wrote basic test for sparse binding. by Adam Sawicki · 6 years ago
  3. 5975c83 TravisCI - updated Vulkan SDK to 1.1.82.1. Try 4. by Adam Sawicki · 6 years ago
  4. 583129f TravisCI - updated Vulkan SDK to 1.1.82.1. Try 3. by Adam Sawicki · 6 years ago
  5. 3a3d0c4 TravisCI - updated Vulkan SDK to 1.1.82.1. Try 2. I knew there will be problems :( by Adam Sawicki · 6 years ago
  6. 419f7cd TravisCI - updated Vulkan SDK to 1.1.82.1. #1 by Adam Sawicki · 6 years ago
  7. 3ea9eb4 Updated Premake to version 5.0.0-alpha12. Switched to Visual Studio 2017. Rebuilt Windows Release executables. Rebuilt shaders with latest Vulkan SDK 1.1.82.1. by Adam Sawicki · 6 years ago
  8. 7ce9630 Improved documentation chapters: Defragmentation, vmaDefragment(), Features not supported. by Adam Sawicki · 6 years ago
  9. 6aa6255 Fixing macro VMA_VALIDATE for Linux compilation. by Adam Sawicki · 6 years ago
  10. 02246f3 CHANGING BRANCHING STRATEGY! No more "development" branch, now in-progress development will happen on "master". by Adam Sawicki · 6 years ago
  11. 072d660 Merge branch 'development' by Adam Sawicki · 6 years ago
  12. f95e85e Merge pull request #44 from hrydgard/nominmax-fix by Adam Sawicki · 6 years ago
  13. 14f7909 Avoid redefinition warnings of NOMINMAX if you've already defined it. by Henrik Rydgård · 6 years ago
  14. 3951aa5 Merge branch 'allocation_defragmentation_strategies' into development by Adam Sawicki · 6 years ago
  15. c6432d1 Buddy allocation algorithm finished and documented! by Adam Sawicki · 6 years ago
  16. 6f09752 Fixed VmaDumpVis.py to respect new "Algorithm" parameter. by Adam Sawicki · 6 years ago
  17. 0591535 VmaBlockMetadata_Buddy: Fixed allocation of Node objects to use provided CPU allocation callbacks. by Adam Sawicki · 6 years ago
  18. 1e8cf94 VmaBlockMetadata_Buddy: Added (simple way of) respecting bufferImageGranularity. by Adam Sawicki · 6 years ago
  19. 9933c5c VmaBlockMetadata_Buddy: Added respecting of allocation alignment. by Adam Sawicki · 6 years ago
  20. a01d458 VmaBlockMetadata_Buddy: Introduced m_LevelCount to limit number of levels in use by particular memory block, considering new constant MIN_NODE_SIZE. by Adam Sawicki · 6 years ago
  21. d6e6d6b VmaBlockMetadata_Buddy: Introduced concept of m_UsableSize to always use powers of two even when memory block size is not. by Adam Sawicki · 6 years ago
  22. a79d274 Added dummy implementation of VmaBlockMetadata_Buddy methods related to lost allocations. Lost allocations are not supported in buddy algorithm for now. by Adam Sawicki · 6 years ago
  23. 14d9e1a Minor optimization: Skip call to vkUnmapMemory before vkFreeMemory for dedicated allocations, which is allowed by the spec. by Adam Sawicki · 6 years ago
  24. 1e425dd Added #ifdef NOMINMAX. Thanks Krzysztof Kondrak ! by Adam Sawicki · 6 years ago
  25. c77a123 Fixed #include <windows.h> for compilation under Windows mingw64. Issue #41 thanks @turol ! by Adam Sawicki · 6 years ago
  26. df1b88d Fixed formatting string in call to fprintf in VmaRecorder::RecordCreatePool. Issue #40 thanks @baldurk ! by Adam Sawicki · 6 years ago
  27. f305aeb Fixed version number in source file. by Adam Sawicki · 6 years ago v2.1.0
  28. e929bab Prepared version 2.1.0 final. Rebuilt binaries. Updated CHANGELOG.md. Rebuilt Doxygen dovcumentation (with new Doxygen version). by Adam Sawicki · 6 years ago
  29. f7baf62 Minor updates in documentation. Added VK9 to list of known usages. Issue #39 thanks @disks86 ! by Adam Sawicki · 6 years ago
  30. 0dbbaad Minor additions, including function VmaPrevPow2. by Adam Sawicki · 6 years ago
  31. 8092715 VmaBlockMetadata_Buddy: Fixed reporting of space wasted due to internal fragmentation as unused blocks. Added test for multi-block pool with buddy algorithm. by Adam Sawicki · 6 years ago
  32. 21017c6 Implemented VmaBlockMetadata_Linear::AddPoolStats. by Adam Sawicki · 6 years ago
  33. 6540b19 Implemented VmaBlockMetadata_Buddy::GetUnusedRangeSizeMax(). by Adam Sawicki · 6 years ago
  34. a7863d9 Implemented VmaBlockMetadata_Buddy::GetSumFreeSize. by Adam Sawicki · 6 years ago
  35. 8796504 Added macro VMA_VALIDATE to simplify validation methods. Implemented proper calculation of VmaBlockMetadata_Buddy::GetAllocationCount. by Adam Sawicki · 6 years ago
  36. ca5db0b Rebuilt Doxygen documentation after upgrading Doxygen version. by Adam Sawicki · 6 years ago
  37. 4338f66 Added internal function VmaIsPow2 and asserts checking if various alignment parameters are power of 2. by Adam Sawicki · 6 years ago
  38. 6689924 Further fixes for compilation on Windows. Defined NOMINMAX for Windows.h. Issue #38 by Adam Sawicki · 6 years ago
  39. a70e05d . by Adam Sawicki · 6 years ago
  40. 24c4f45 Changed VmaBlockMetadata_Buddy::m_FreeList into a doubly linked list. Implemented merging of free blocks. Buddy allocation algorithm now works. by Adam Sawicki · 6 years ago
  41. bf1a931 Next small step: moved split logic from VmaBlockMetadata_Buddy::CreateAllocationRequest to VmaBlockMetadata_Buddy::Alloc. by Adam Sawicki · 6 years ago
  42. 447e36f Fixed missing #include <Windows.h> for cases when it's needed but macro VK_USE_PLATFORM_WIN32_KHR is not defined. Issue #38 thanks @farnoy ! by Adam Sawicki · 6 years ago
  43. a83793a Buddy allocator - more coding. by Adam Sawicki · 6 years ago
  44. abf747a Removed hack for clang compiler error. It didn't work anyway. by Adam Sawicki · 6 years ago
  45. 655b87f Small addition to documentation. by Adam Sawicki · 6 years ago
  46. c4227e5 Fixes warning: field 'm_Blocks' will be initialized after field 'm_HasEmptyBlock' [-Wreorder] #37 Thanks @TheLavaBlock ! by Adam Sawicki · 6 years ago
  47. 6d9d718 TEMP started coding buddy algorithm. by Adam Sawicki · 6 years ago
  48. 0a3fb6c Tests: benchmark of linear allocator now compares to various allocation strategies. by Adam Sawicki · 6 years ago
  49. 33d2ce7 Added writing results of linear allocator benchmark to file "LinearAllocator.csv". by Adam Sawicki · 6 years ago
  50. 740b08f Testing environment: Improved formatting of CSV faile with results of main benchmark. by Adam Sawicki · 6 years ago
  51. 1d2d627 Merge branch 'master' into allocation_defragmentation_strategies by Adam Sawicki · 6 years ago
  52. c7d1b58 Fixes for compilation under Linux gcc and clang. #2 by Adam Sawicki · 6 years ago v2.1.0-beta.1
  53. 6277abb Fixes for compilation under Linux gcc and clang. by Adam Sawicki · 6 years ago
  54. 2b3e416 Merge branch 'development' by Adam Sawicki · 6 years ago
  55. 2cf37c8 Minor fixes in CHANGELOG.md. by Adam Sawicki · 6 years ago
  56. eaab97c Rebuilt binaries again. by Adam Sawicki · 6 years ago
  57. c5b223f VmaAllocator_T::FreeMemory: Fixed synchronization bug for cases when an allocation becomes lost at the same time as it is being freed. by Adam Sawicki · 6 years ago
  58. a5d5ffa Updated CHANGELOG.md. Recompiled binaries and Doxygen documentation. by Adam Sawicki · 6 years ago
  59. 751f146 Updated date next to version number. by Adam Sawicki · 6 years ago
  60. 7ec3930 Documentation "Introduction" - added paragraph about macros define before including headers. Issue #36 Thanks @chaoticbob ! by Adam Sawicki · 6 years ago
  61. 53e9239 Merge commit '70a683e53fcc3a8733a0876617f212e0a66ae7c7' into development by Adam Sawicki · 6 years ago
  62. 0667e33 Added allocation strategy to main benchmark. by Adam Sawicki · 6 years ago
  63. 1852036 Added VMA_ALLOCATION_CREATE_STRATEGY_BEST_FIT_BIT, WORST_FIT, FIRST_FIT, and aliases: VMA_ALLOCATION_CREATE_STRATEGY_MIN_MEMORY_BIT, MIN_TIME, MIN_FRAGMENTATION. by Adam Sawicki · 6 years ago
  64. 70a683e Added support for multiple Vulkan memory blocks in custom pools with VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT. Works with free-at-once and stack, doesn't work with double stack or ring buffer. by Adam Sawicki · 6 years ago
  65. 6897d82 Documented recent change in CHANGELOG.md. by Adam Sawicki · 6 years ago
  66. ee79c63 VmaDumpVis.py: Fixed wrong visualization of custom pools that have multiple blocks. by Adam Sawicki · 6 years ago
  67. 90eb51c Changed behavior of custom pools: VmaPoolCreateInfo::blockSize 0 (default) now means that pool may use variable block sizes, just like default pools do. by Adam Sawicki · 6 years ago
  68. f9b6868 Described version 2.1.0-beta.1 in CHANGELOG.md. by Adam Sawicki · 6 years ago
  69. 4c6e9e8 Linear allocation algorithm is finished! Recompiled binaries, regenerated Doxygen documentation. Announcing version 2.1.0-beta.1. by Adam Sawicki · 6 years ago
  70. 0a60713 Added benchmark for linear allocator. by Adam Sawicki · 6 years ago
  71. dedab85 Documented linear allocation algorithm. Added "Linear allocation algorithm" documentation chapter. by Adam Sawicki · 6 years ago
  72. cba11e8 Deleted temporary code. by Adam Sawicki · 6 years ago
  73. 477b22e Added 'LinearAlgorithm' member to JSON dump format and its usage in VmaDumpVis.py. by Adam Sawicki · 6 years ago
  74. 35e9aca Minor refactoring. by Adam Sawicki · 6 years ago
  75. d0100e9 Ensured that allocations from pools with linear algorithm are ignored in vmaDefragment. by Adam Sawicki · 6 years ago
  76. 0270b98 Optimized VmaBlockMetadata_Linear::FreeAtOffset to use binary search. by Adam Sawicki · 6 years ago
  77. bc7fea6 Implemented VmaBlockMetadata_Linear::CheckCorruption. by Adam Sawicki · 6 years ago
  78. 53d96e8 Minor addition to VmaBlockMetadata_Linear::Validate. by Adam Sawicki · 6 years ago
  79. 2bd9903 Implemented VmaBlockMetadata_Linear::GetUnusedRangeSizeMax. by Adam Sawicki · 6 years ago
  80. 51b0e82 Implemented VmaBlockMetadata_Linear::GetSumFreeSize. by Adam Sawicki · 6 years ago
  81. 1f6c388 Optimized VmaBlockVector::Allocate for certain cases. by Adam Sawicki · 6 years ago
  82. 0dec444 Minor fixes. by Adam Sawicki · 6 years ago
  83. f799c4f Introduced a rule that custom pool with linear algorithm must have maxBlockCount = 1 (or 0 for default). by Adam Sawicki · 6 years ago
  84. 0ebdf0c Implemented vmaMakePoolAllocationsLost for pools with linear allocator. by Adam Sawicki · 6 years ago
  85. 8cfe05f Added support for lost allocations in ring buffer. by Adam Sawicki · 6 years ago
  86. fd11d75 Added ManuallyTestLinearAllocator which allows me to manually inspect VmaStats, VmaPoolStats and stats string of custom pool. Fixed bug in VmaBlockMetadata_Linear::PrintDetailedMap. by Adam Sawicki · 6 years ago
  87. 680b225 Implemented double stack. Written tests for it. by Adam Sawicki · 6 years ago
  88. 45cee6e Some code in preparation to implement double stack (SECOND_VECTOR_DOUBLE_STACK). by Adam Sawicki · 6 years ago
  89. 0c6ca87 Merge branch 'development' into linear_allocator by Adam Sawicki · 6 years ago
  90. 62c0090 Recompiled binaries. Bumped version number to Version 2.1.0-alpha.4. by Adam Sawicki · 6 years ago
  91. 83e5ea4 VmaReplay: Added usage of VMA_ALLOCATOR_CREATE_EXTERNALLY_SYNCHRONIZED_BIT, as the app is currently single-threaded only anyway. by Adam Sawicki · 6 years ago
  92. 3b96fb8 VmaReplay: Added comparison of memory heaps and types and appropriate warnings. by Adam Sawicki · 6 years ago
  93. cb4e8da Updated file format to 1,3. Added configuration section. by Adam Sawicki · 6 years ago
  94. ac3c67f Added parameters: --DumpStatsAfterLine, --DumpDetailedStatsAfterLine, to dump VMA stats to JSON file. by Adam Sawicki · 6 years ago
  95. a2d6395 VmaReplay: Added parameter --MemStats and memory statistics. by Adam Sawicki · 6 years ago
  96. 1dcc72d VmaReplay: Added parameter --VK_LAYER_LUNARG_standard_validation to enable/disable Vulkan validation layers. by Adam Sawicki · 6 years ago
  97. 33c1e8d VmaReplay: added command line option --VK_KHR_dedicated_allocation. by Adam Sawicki · 6 years ago
  98. f17013e Added constant CLEANUP_LEAKED_OBJECTS. by Adam Sawicki · 6 years ago
  99. 821e367 VmaReplay: Added parameter --UserData which allows to disable setting pUserData while playing. by Adam Sawicki · 6 years ago
  100. 7c1868b VmaReplay: Added parameter --PhysicalDevice for choice of Vulkan physical device. by Adam Sawicki · 6 years ago