1. 71f9b14 Improved VmaPoolAllocator to use larger and larger block sizes instead of constant size. by Adam Sawicki · 5 years ago
  2. 5938c0e Minor refactoring in function VmaBlockMetadata_Generic::CreateAllocationRequest. by Adam Sawicki · 5 years ago
  3. 5df580a Refactoring/optimization: Decreased size of VmaAllocation object by one pointer (from 72 to 64 bytes in 64-bit configurations) by removing VmaAllocation_T::BlockAllocation::m_hPool. by Adam Sawicki · 5 years ago
  4. 70556b6 VmaReplay: Added "device memory statistics" - count and total size of successfully allocated device memory blocks, total and per memory type. by Adam Sawicki · 5 years ago
  5. a1f727c Fixed compilation of Tests.cpp. by Adam Sawicki · 5 years ago
  6. 4d844e2 Minor fixes in both the library and tests. by Adam Sawicki · 5 years ago
  7. 4d35a5d Fixed bugs in VmaBlockMetadata_Linear::MakeAllocationsLost, VmaBlockVector::IsCorruptionDetectionEnabled. by Adam Sawicki · 5 years ago
  8. fd366b6 Minor fixes in tests. Found a bug. Minor refactoring - added VmaAllocationRequestType. Fixed minor bug in VmaBlockMetadata_Linear::CreateAllocationRequest_LowerAddress. by Adam Sawicki · 5 years ago
  9. e99cb63 VmaBlockMetadata_Linear::CreateAllocationRequest: Fixed minor bug, did some refactoring. by Adam Sawicki · 5 years ago
  10. 796cdc6 Updated documentation - added information about VK_AMD_memory_allocation_behavior extension. by Adam Sawicki · 5 years ago
  11. ae5c466 Updated copyright headers after New Year. by Adam Sawicki · 5 years ago
  12. e5877a5 VmaReplay: Commented out new constants for compatibility with old Vulkan SDK used in CI. by Adam Sawicki · 5 years ago
  13. b0d922c VmaReplay: Extended by detailed statistics for parameters of structures like VmaAllocationCreateInfo, VkImageCreateInfo etc. by Adam Sawicki · 5 years ago
  14. 8007f24 Compiler compatibility fix for VMA_USE_STL_SHARED_MUTEX macro. Issue #52 thanks @jamesRumbleh ! by Adam Sawicki · 5 years ago
  15. 309588d Merge pull request #51 from kondrak/patch-1 by Adam Sawicki · 5 years ago
  16. 5dfcb2c Update README.md by Krzysztof Kondrak · 5 years ago
  17. 3021564 Fixes in class diagram by Adam Sawicki · 5 years ago
  18. b0aa71f Added VMA_class_diagram.png - for Wiki. by Adam Sawicki · 5 years ago
  19. 7c09f1a Fixed major bug, made few smaller fixes and additions in documentation. by Adam Sawicki · 5 years ago
  20. 663b0c9 Minor fixes in documentation. by Adam Sawicki · 5 years ago v2.2.0
  21. bdb89a9 Final fixes before v2.2.0 release. Minor fixes after tests. Rebuilt binaries and documentation again. by Adam Sawicki · 5 years ago
  22. 1a8424f Preparations for v2.0.0 release. Updated version numbers. Rebuilt binaries and documentation. by Adam Sawicki · 5 years ago
  23. 0f99b56 Merge branch 'master' into v2.2 by Adam Sawicki · 5 years ago
  24. 3bd19fb CHANGELIST.md: Formatting. by Adam Sawicki · 5 years ago
  25. 278769d CHANGELOG.md: Fixed small but very important typo. by Adam Sawicki · 5 years ago
  26. dd48c3a Minor update in documentation. Regenerated Doxygen documentation. by Adam Sawicki · 5 years ago
  27. 1db1f55 Fixes in documentation regarding sparse binding. by Adam Sawicki · 5 years ago
  28. bc90dd5 CHANGELOG.md: Added missing minor change. by Adam Sawicki · 5 years ago
  29. d5d8e92 README.md: Added link to vk-mem - Rust binding. Thanks Graham Wihlidal! by Adam Sawicki · 5 years ago
  30. 2951ec1 Prepared CHANGELOG.md for version 2.0.0. by Adam Sawicki · 5 years ago
  31. 71db590 Merge branch 'sparse_binding_example' into v2.2 by Adam Sawicki · 5 years ago
  32. 5c8af7b Rebuilt binary and Doxygen documentation. by Adam Sawicki · 5 years ago
  33. 58a9e40 VmaBlockVector::Defragment: Minor fix for case when VMA_DEBUG_DETECT_CORRUPTION != 0. by Adam Sawicki · 5 years ago
  34. e31dd15 Improvement in function vmaDefragmentationBegin. Added validation of input arrays. by Adam Sawicki · 5 years ago
  35. a12a7fe Added support for functions vmaDefragmentationBegin, vmaDefragmentationEnd to recording file format and VmaReplay. by Adam Sawicki · 5 years ago
  36. 920bfbe Bumped recording file format version to 1.5. by Adam Sawicki · 5 years ago
  37. 0d601d8 Added documentation chapter "Writing custom defragmentation algorithm". by Adam Sawicki · 5 years ago
  38. 638f42d Rewritten documentation chapter about defragmentation. by Adam Sawicki · 5 years ago
  39. ae39703 Added internal class VmaDefragmentationAlgorithm_Fast::FeeSpaceDatabase. by Adam Sawicki · 5 years ago
  40. 2af57d7 Fixed bug in VmaBlockMetadata_Generic::IsBufferImageGranularityConflictPossible. Another minor fix. by Adam Sawicki · 5 years ago
  41. 0eeed59 Merge branch 'master' into allocation_defragmentation_strategies by Adam Sawicki · 5 years ago
  42. e8b0148 Small change not to #include <vulkan/vulkan.h> if it was already included (possible from a different path) before including VMA. Issue #50 Thanks @baldurk ! by Adam Sawicki · 5 years ago
  43. 2e900ca Added functions vmaAllocateMemoryPages, vmaFreeMemoryPages to VmaRecorder and VmaReplay. Bumped recording file format version to 1.5. by Adam Sawicki · 5 years ago
  44. 1ae513a Sparse binding test: added textures with mip maps. by Adam Sawicki · 5 years ago
  45. 4a2be4e Minor tweak in sparse binding tests. by Adam Sawicki · 5 years ago
  46. da6c194 Wrote test for sparse image binding with testing actual content - function BaseImage::TestContent. It uses vkCopyBufferToImage and then a compute shader to read back pixels of the image. by Adam Sawicki · 5 years ago
  47. 978fcf5 Testing environment: Added class StagingBufferCollection, functions UploadGpuData, ValidateGpuData, TestGpuData, in preparation for testing defragmentation of GPU memory. by Adam Sawicki · 5 years ago
  48. 6a6d8c6 Merge branch 'master' into sparse_binding_example by Adam Sawicki · 5 years ago
  49. 647cf24 VmaDefragmentationAlgorithm_Fast: Added support for memmove() of overlapping memory regions when defragmenting on CPU. by Adam Sawicki · 5 years ago
  50. e168191 Added test for defragmentation of empty pool. by Adam Sawicki · 5 years ago
  51. 9a4f508 Added VmaDefragmentationAlgorithm_Fast - fast path for defragmentation, a completely new algorithm. by Adam Sawicki · 5 years ago
  52. da85ec3 Made VmaDefragmentationAlgorithm an abstract class and specific implementation as new class VmaDefragmentationAlgorithm_Generic, so user can easily plug his own defragmentation algorithms. by Adam Sawicki · 5 years ago
  53. fb00cc9 Removed VMA_DEFRAGMENTATION_* flags. VmaDefragmentationInfo2::flags is now reserved for future use and should be 0. Research various options and chosen some parameters as default. by Adam Sawicki · 5 years ago
  54. 434ac86 Minor improvement in vmaDefragmentationBegin. by Adam Sawicki · 5 years ago
  55. 52076eb Added VmaDefragmentationInfo2::poolCount, pPools. Added test for it - TestDefragmentationWholePool. Removed VmaDefragmentationStats::allocationsLost. Optimized defragmentation algorithm. by Adam Sawicki · 5 years ago
  56. da5d248 VmaReplay: Minor fix. by Adam Sawicki · 5 years ago
  57. 3b39225 Documentation: Added mention of VK_AMD_memory_overallocation_behavior extension. by Adam Sawicki · 5 years ago
  58. df2404b VmaReplay: Added support for Windows end of lines. by Adam Sawicki · 5 years ago
  59. 1987598 VmaReplay: Added support for Windows end of lines. by Adam Sawicki · 5 years ago
  60. 8ec2ab6 VmaReplay: Added parameter --DefragmentatationFlags <Flags>. by Adam Sawicki · 5 years ago
  61. c6ede15 Written test for various defragmentation algorithms, in TestDefragmentationGpu. by Adam Sawicki · 5 years ago
  62. 5249980 Implemeneted VMA_DEFRAGMENTATION_FAST_ALGORITHM_BIT, VMA_DEFRAGMENTATION_OPTIMAL_ALGORITHM_BIT. Not tested yet. by Adam Sawicki · 5 years ago
  63. 9948ca0 Removed VMA_DEFRAGMENTATION_CAN_MAKE_LOST_BIT. Not going to implement it for now... by Adam Sawicki · 5 years ago
  64. 48a12aa Merge branch 'master' into allocation_defragmentation_strategies by Adam Sawicki · 5 years ago
  65. 99f2d35 Minor update in documentation. by Adam Sawicki · 5 years ago
  66. 7f97202 Updated documentation of memory mapping with known bug in MoltenVK, based on #47. Thanks @DiegoAce ! by Adam Sawicki · 5 years ago
  67. b0c3636 Added function vmaResizeAllocation. by Adam Sawicki · 5 years ago
  68. 1146b45 Fixed aligned_alloc for Android API < 16. Issue #49. Thanks @zhaijialong ! by Adam Sawicki · 5 years ago
  69. 7a6e442 Fixes in documentation: "Features not supported". by Adam Sawicki · 5 years ago
  70. 370ab18 Changed functions to validate and return VK_ERROR_VALIDATION_FAILED_EXT when trying to allocate memory of size 0, create buffer with size 0, or image with one of the dimensions 0. by Adam Sawicki · 5 years ago
  71. 0570400 Tests by Adam Sawicki · 5 years ago
  72. 87e466b VmaReplay: Finished support for --DefragmentAfterLine parameter. Better statistics printed, now supporting defragmentation of GPU memory. Creating VkQueue, VkCommandPool, VkCommandBuffer. by Adam Sawicki · 5 years ago
  73. e97495d VmaReplay: Added parameter --DefragmentAfterLine. by Adam Sawicki · 5 years ago
  74. dec65ac Small addition to documentation. by Adam Sawicki · 5 years ago
  75. 3a7249f VmaDumpVis.py: Small fix. Bumped tool version number, which I forgot to do before. by Adam Sawicki · 6 years ago
  76. fa251ad Locked right mutexes during defragmentation. GPU memory defragmentation is now finished! by Adam Sawicki · 6 years ago
  77. 440307e Fixed TestDefragmentationGpu() - it was test that was buggy. Defragmentation of GPU memory is working!!! - a major milestone :D by Adam Sawicki · 6 years ago
  78. ff0f7b8 Added TestDefragmentationGpu. Not passing - apparently there is some bug... by Adam Sawicki · 6 years ago
  79. 76c5bca Further refactoring of defragmentation, preparing for defragmentation of GPU memory. by Adam Sawicki · 6 years ago
  80. 29b0404 Further refactoring of defragmentation classes. by Adam Sawicki · 6 years ago
  81. fc9db8d Minor addition to documentation. #46 by Adam Sawicki · 6 years ago
  82. 2dcfcf8 More refactoring in preparation for GPU memory defragmentation. Created classes: VmaBlockDefragmentationContext, VmaBlockVectorDefragmentationContext. Class VmaDefragmentationContext_T is no longer empty. by Adam Sawicki · 6 years ago
  83. a9f030d Further refactoring of defragmentation. by Adam Sawicki · 6 years ago
  84. b03d51e Updates to README.md, including new library usages. by Adam Sawicki · 6 years ago
  85. a114419 Refactored defragmentation code. Removed class VmaDefragmentator. Renamed struct to VmaDefragmentationMove. by Adam Sawicki · 6 years ago
  86. ef6cc40 Defragmentation: added support for memory that is HOST_VISIBLE but not HOST_COHERENT - calling Invalidate and Flush internally. by Adam Sawicki · 6 years ago
  87. f297534 Testing environment: Added class StagingBufferCollection, functions UploadGpuData, ValidateGpuData, TestGpuData, in preparation for testing defragmentation of GPU memory. by Adam Sawicki · 6 years ago
  88. fa87ae3 Small addition to documentation. by Adam Sawicki · 6 years ago
  89. 6826f2d Small refactoring: Removed function VmaBlockVector::DestroyDefragmentator. by Adam Sawicki · 6 years ago
  90. f863a1d Used VMA_RW_MUTEX in 2 other places for optimization. by Adam Sawicki · 6 years ago
  91. de9181b Added configuration macro VMA_USE_STL_SHARED_MUTEX. by Adam Sawicki · 6 years ago
  92. b0d4afb Refactored defragmentation. Added class VmaDefragmentationAlgorithm, extracted from VmaDefragmentator. by Adam Sawicki · 6 years ago
  93. 2aad902 Minor update in VmaDefragmentationInfo2. by Adam Sawicki · 6 years ago
  94. ad0989b Fixed bug in VmaAllocator_T::Defragment. by Adam Sawicki · 6 years ago
  95. 012a4ac Designed and documented new interface for defragmentation. by Adam Sawicki · 6 years ago
  96. b8d34d5 Replaced assert() with new macro TEST() in all tests, to check conditions also in Release configuration. by Adam Sawicki · 6 years ago
  97. 1f7f8af Fixed tests for NVIDIA, where it asserted with OUT_OF_MEMORY, probably due to higher alignment requirements. by Adam Sawicki · 6 years ago
  98. a7d7769 Replaced assert() with new macro TEST() in all tests, to check conditions also in Release configuration. by Adam Sawicki · 6 years ago
  99. 4868c1f Fixed tests for NVIDIA, where it asserted with OUT_OF_MEMORY, probably due to higher alignment requirements. by Adam Sawicki · 6 years ago
  100. 2e4d3ef Added BasicTestAllocatePages() - test for vmaAllocateMemoryPages, vmaFreeMemoryPages. by Adam Sawicki · 6 years ago