1. 920bfbe Bumped recording file format version to 1.5. by Adam Sawicki · 5 years ago
  2. 0d601d8 Added documentation chapter "Writing custom defragmentation algorithm". by Adam Sawicki · 5 years ago
  3. 638f42d Rewritten documentation chapter about defragmentation. by Adam Sawicki · 5 years ago
  4. ae39703 Added internal class VmaDefragmentationAlgorithm_Fast::FeeSpaceDatabase. by Adam Sawicki · 5 years ago
  5. 2af57d7 Fixed bug in VmaBlockMetadata_Generic::IsBufferImageGranularityConflictPossible. Another minor fix. by Adam Sawicki · 5 years ago
  6. 0eeed59 Merge branch 'master' into allocation_defragmentation_strategies by Adam Sawicki · 5 years ago
  7. 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
  8. 2e900ca Added functions vmaAllocateMemoryPages, vmaFreeMemoryPages to VmaRecorder and VmaReplay. Bumped recording file format version to 1.5. by Adam Sawicki · 5 years ago
  9. 1ae513a Sparse binding test: added textures with mip maps. by Adam Sawicki · 5 years ago
  10. 4a2be4e Minor tweak in sparse binding tests. by Adam Sawicki · 5 years ago
  11. 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
  12. 978fcf5 Testing environment: Added class StagingBufferCollection, functions UploadGpuData, ValidateGpuData, TestGpuData, in preparation for testing defragmentation of GPU memory. by Adam Sawicki · 5 years ago
  13. 6a6d8c6 Merge branch 'master' into sparse_binding_example by Adam Sawicki · 5 years ago
  14. 647cf24 VmaDefragmentationAlgorithm_Fast: Added support for memmove() of overlapping memory regions when defragmenting on CPU. by Adam Sawicki · 5 years ago
  15. e168191 Added test for defragmentation of empty pool. by Adam Sawicki · 5 years ago
  16. 9a4f508 Added VmaDefragmentationAlgorithm_Fast - fast path for defragmentation, a completely new algorithm. by Adam Sawicki · 5 years ago
  17. 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
  18. 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
  19. 434ac86 Minor improvement in vmaDefragmentationBegin. by Adam Sawicki · 5 years ago
  20. 52076eb Added VmaDefragmentationInfo2::poolCount, pPools. Added test for it - TestDefragmentationWholePool. Removed VmaDefragmentationStats::allocationsLost. Optimized defragmentation algorithm. by Adam Sawicki · 5 years ago
  21. da5d248 VmaReplay: Minor fix. by Adam Sawicki · 5 years ago
  22. 3b39225 Documentation: Added mention of VK_AMD_memory_overallocation_behavior extension. by Adam Sawicki · 5 years ago
  23. df2404b VmaReplay: Added support for Windows end of lines. by Adam Sawicki · 5 years ago
  24. 1987598 VmaReplay: Added support for Windows end of lines. by Adam Sawicki · 5 years ago
  25. 8ec2ab6 VmaReplay: Added parameter --DefragmentatationFlags <Flags>. by Adam Sawicki · 5 years ago
  26. c6ede15 Written test for various defragmentation algorithms, in TestDefragmentationGpu. by Adam Sawicki · 5 years ago
  27. 5249980 Implemeneted VMA_DEFRAGMENTATION_FAST_ALGORITHM_BIT, VMA_DEFRAGMENTATION_OPTIMAL_ALGORITHM_BIT. Not tested yet. by Adam Sawicki · 5 years ago
  28. 9948ca0 Removed VMA_DEFRAGMENTATION_CAN_MAKE_LOST_BIT. Not going to implement it for now... by Adam Sawicki · 5 years ago
  29. 48a12aa Merge branch 'master' into allocation_defragmentation_strategies by Adam Sawicki · 5 years ago
  30. 99f2d35 Minor update in documentation. by Adam Sawicki · 5 years ago
  31. 7f97202 Updated documentation of memory mapping with known bug in MoltenVK, based on #47. Thanks @DiegoAce ! by Adam Sawicki · 5 years ago
  32. b0c3636 Added function vmaResizeAllocation. by Adam Sawicki · 5 years ago
  33. 1146b45 Fixed aligned_alloc for Android API < 16. Issue #49. Thanks @zhaijialong ! by Adam Sawicki · 6 years ago
  34. 7a6e442 Fixes in documentation: "Features not supported". by Adam Sawicki · 6 years ago
  35. 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 · 6 years ago
  36. 0570400 Tests by Adam Sawicki · 6 years ago
  37. 87e466b VmaReplay: Finished support for --DefragmentAfterLine parameter. Better statistics printed, now supporting defragmentation of GPU memory. Creating VkQueue, VkCommandPool, VkCommandBuffer. by Adam Sawicki · 6 years ago
  38. e97495d VmaReplay: Added parameter --DefragmentAfterLine. by Adam Sawicki · 6 years ago
  39. dec65ac Small addition to documentation. by Adam Sawicki · 6 years ago
  40. 3a7249f VmaDumpVis.py: Small fix. Bumped tool version number, which I forgot to do before. by Adam Sawicki · 6 years ago
  41. fa251ad Locked right mutexes during defragmentation. GPU memory defragmentation is now finished! by Adam Sawicki · 6 years ago
  42. 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
  43. ff0f7b8 Added TestDefragmentationGpu. Not passing - apparently there is some bug... by Adam Sawicki · 6 years ago
  44. 76c5bca Further refactoring of defragmentation, preparing for defragmentation of GPU memory. by Adam Sawicki · 6 years ago
  45. 29b0404 Further refactoring of defragmentation classes. by Adam Sawicki · 6 years ago
  46. fc9db8d Minor addition to documentation. #46 by Adam Sawicki · 6 years ago
  47. 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
  48. a9f030d Further refactoring of defragmentation. by Adam Sawicki · 6 years ago
  49. b03d51e Updates to README.md, including new library usages. by Adam Sawicki · 6 years ago
  50. a114419 Refactored defragmentation code. Removed class VmaDefragmentator. Renamed struct to VmaDefragmentationMove. by Adam Sawicki · 6 years ago
  51. 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
  52. f297534 Testing environment: Added class StagingBufferCollection, functions UploadGpuData, ValidateGpuData, TestGpuData, in preparation for testing defragmentation of GPU memory. by Adam Sawicki · 6 years ago
  53. fa87ae3 Small addition to documentation. by Adam Sawicki · 6 years ago
  54. 6826f2d Small refactoring: Removed function VmaBlockVector::DestroyDefragmentator. by Adam Sawicki · 6 years ago
  55. f863a1d Used VMA_RW_MUTEX in 2 other places for optimization. by Adam Sawicki · 6 years ago
  56. de9181b Added configuration macro VMA_USE_STL_SHARED_MUTEX. by Adam Sawicki · 6 years ago
  57. b0d4afb Refactored defragmentation. Added class VmaDefragmentationAlgorithm, extracted from VmaDefragmentator. by Adam Sawicki · 6 years ago
  58. 2aad902 Minor update in VmaDefragmentationInfo2. by Adam Sawicki · 6 years ago
  59. ad0989b Fixed bug in VmaAllocator_T::Defragment. by Adam Sawicki · 6 years ago
  60. 012a4ac Designed and documented new interface for defragmentation. by Adam Sawicki · 6 years ago
  61. b8d34d5 Replaced assert() with new macro TEST() in all tests, to check conditions also in Release configuration. by Adam Sawicki · 6 years ago
  62. 1f7f8af Fixed tests for NVIDIA, where it asserted with OUT_OF_MEMORY, probably due to higher alignment requirements. by Adam Sawicki · 6 years ago
  63. a7d7769 Replaced assert() with new macro TEST() in all tests, to check conditions also in Release configuration. by Adam Sawicki · 6 years ago
  64. 4868c1f Fixed tests for NVIDIA, where it asserted with OUT_OF_MEMORY, probably due to higher alignment requirements. by Adam Sawicki · 6 years ago
  65. 2e4d3ef Added BasicTestAllocatePages() - test for vmaAllocateMemoryPages, vmaFreeMemoryPages. by Adam Sawicki · 6 years ago
  66. d062b78 Added functions: vmaAllocateMemoryPages, vmaFreeMemoryPages to create and destroy multiple allocations at once. by Adam Sawicki · 6 years ago
  67. 51fa966 Wrote basic test for sparse binding. by Adam Sawicki · 6 years ago
  68. 5975c83 TravisCI - updated Vulkan SDK to 1.1.82.1. Try 4. by Adam Sawicki · 6 years ago
  69. 583129f TravisCI - updated Vulkan SDK to 1.1.82.1. Try 3. by Adam Sawicki · 6 years ago
  70. 3a3d0c4 TravisCI - updated Vulkan SDK to 1.1.82.1. Try 2. I knew there will be problems :( by Adam Sawicki · 6 years ago
  71. 419f7cd TravisCI - updated Vulkan SDK to 1.1.82.1. #1 by Adam Sawicki · 6 years ago
  72. 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
  73. 7ce9630 Improved documentation chapters: Defragmentation, vmaDefragment(), Features not supported. by Adam Sawicki · 6 years ago
  74. 6aa6255 Fixing macro VMA_VALIDATE for Linux compilation. by Adam Sawicki · 6 years ago
  75. 02246f3 CHANGING BRANCHING STRATEGY! No more "development" branch, now in-progress development will happen on "master". by Adam Sawicki · 6 years ago
  76. 072d660 Merge branch 'development' by Adam Sawicki · 6 years ago
  77. f95e85e Merge pull request #44 from hrydgard/nominmax-fix by Adam Sawicki · 6 years ago
  78. 14f7909 Avoid redefinition warnings of NOMINMAX if you've already defined it. by Henrik Rydgård · 6 years ago
  79. 3951aa5 Merge branch 'allocation_defragmentation_strategies' into development by Adam Sawicki · 6 years ago
  80. c6432d1 Buddy allocation algorithm finished and documented! by Adam Sawicki · 6 years ago
  81. 6f09752 Fixed VmaDumpVis.py to respect new "Algorithm" parameter. by Adam Sawicki · 6 years ago
  82. 0591535 VmaBlockMetadata_Buddy: Fixed allocation of Node objects to use provided CPU allocation callbacks. by Adam Sawicki · 6 years ago
  83. 1e8cf94 VmaBlockMetadata_Buddy: Added (simple way of) respecting bufferImageGranularity. by Adam Sawicki · 6 years ago
  84. 9933c5c VmaBlockMetadata_Buddy: Added respecting of allocation alignment. by Adam Sawicki · 6 years ago
  85. 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
  86. 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
  87. 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
  88. 14d9e1a Minor optimization: Skip call to vkUnmapMemory before vkFreeMemory for dedicated allocations, which is allowed by the spec. by Adam Sawicki · 6 years ago
  89. 1e425dd Added #ifdef NOMINMAX. Thanks Krzysztof Kondrak ! by Adam Sawicki · 6 years ago
  90. c77a123 Fixed #include <windows.h> for compilation under Windows mingw64. Issue #41 thanks @turol ! by Adam Sawicki · 6 years ago
  91. df1b88d Fixed formatting string in call to fprintf in VmaRecorder::RecordCreatePool. Issue #40 thanks @baldurk ! by Adam Sawicki · 6 years ago
  92. f305aeb Fixed version number in source file. by Adam Sawicki · 6 years ago v2.1.0
  93. 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
  94. f7baf62 Minor updates in documentation. Added VK9 to list of known usages. Issue #39 thanks @disks86 ! by Adam Sawicki · 6 years ago
  95. 0dbbaad Minor additions, including function VmaPrevPow2. by Adam Sawicki · 6 years ago
  96. 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
  97. 21017c6 Implemented VmaBlockMetadata_Linear::AddPoolStats. by Adam Sawicki · 6 years ago
  98. 6540b19 Implemented VmaBlockMetadata_Buddy::GetUnusedRangeSizeMax(). by Adam Sawicki · 6 years ago
  99. a7863d9 Implemented VmaBlockMetadata_Buddy::GetSumFreeSize. by Adam Sawicki · 6 years ago
  100. 8796504 Added macro VMA_VALIDATE to simplify validation methods. Implemented proper calculation of VmaBlockMetadata_Buddy::GetAllocationCount. by Adam Sawicki · 6 years ago