1. 0e89587 Updated Doxyfile for Doxygen 1.9.6 by Adam Sawicki · 5 weeks ago master
  2. ff37e92 Fixed bug in VmaDefragmentationContext_T::ComputeDefragmentation_Extensive by Adam Sawicki · 8 weeks ago
  3. 7e63caa Fix in VmaDefragmentationContext_T::CounterStatus by Adam Sawicki · 8 weeks ago
  4. e2f5eed Revert "Merge pull request #325 from lawadr/use-alignof" by Adam Sawicki · 9 weeks ago
  5. 498e20d Merge pull request #326 from stha09/gcc13 by Adam Sawicki · 9 weeks ago
  6. 383f06b IWYU: add cstdio for snprintf in vk_mem_alloc.h by Stephan Hartmann · 9 weeks ago
  7. 41baf86 Merge pull request #325 from lawadr/use-alignof by Adam Sawicki · 2 months ago
  8. d16730c Change __alignof to alignof by lawadr · 2 months ago
  9. 66afe09 Improved documentation chapter "Resource aliasing (overlap)" by Adam Sawicki · 3 months ago
  10. dd09767 Fixed usage of VMA_FALLTHROUGH by Adam Sawicki · 3 months ago
  11. 4c58c1f Defined VMA_FALLTHROUGH to fix more compiler warnings by Adam Sawicki · 3 months ago
  12. 729b7c1 Fixes for some compiler warnings by Adam Sawicki · 3 months ago
  13. 5e921fc GpuMemDumpVis.py: Updated version number by Adam Sawicki · 3 months ago
  14. 84d9328 GpuMemDumpVis.py: Fixed division by zero error when only custom pools are used by Adam Sawicki · 3 months ago
  15. c51730a Further fixes to importing function vkGetPhysicalDeviceMemoryProperties2 / vkGetPhysicalDeviceMemoryProperties2KHR by Adam Sawicki · 3 months ago
  16. bdba911 Merge pull request #322 from vladislavbelov/fix-uninitialized-memory-budget-function by Adam Sawicki · 3 months ago
  17. 3e6b384 Fixes uninitialized vkGetPhysicalDeviceMemoryProperties2KHR during ImportVulkanFunctions_Custom. by Vladislav Belov · 3 months ago
  18. 708428c Merge pull request #320 from jeroenbakker-atmind/blender-fix-gnu-compilation-warning by Adam Sawicki · 4 months ago
  19. c265047 Fix compilation warning. by Jeroen Bakker · 4 months ago
  20. 7c35d62 Added missing vmaFlushAllocation in documentation by Adam Sawicki · 4 months ago
  21. 29d492b Added missing #include <cstdio> by Adam Sawicki · 4 months ago
  22. 8b87b6c Merge pull request #310 from orlowd/vma_atomic-def-fix by Adam Sawicki · 5 months ago
  23. 3e3877a Fix builds on Linux CI by Denis Orlov · 5 months ago
  24. 3459fd7 Fix atomic type used in AtomicTransactionalIncrement by Denis Orlov · 5 months ago
  25. 413fc4f Merge pull request #304 from juan-lunarg/juaramos/cmake_cleanup by Adam Sawicki · 6 months ago
  26. 0b7c427 MSVC cleanup by Juan Ramos · 6 months ago
  27. 5d96974 Specify CXX as the language being used for the project by Juan Ramos · 6 months ago
  28. 5b61b55 Fix endif() by Juan Ramos · 6 months ago
  29. ad89390 Fixes in CMakeLists.txt regarding Doxygen usage by Adam Sawicki · 6 months ago
  30. fd7b201 Further fixes in CMakeLists.txt by Adam Sawicki · 6 months ago
  31. 2606c00 Fixed potential integer overflow in VmaAllocator_T::AllocateMemoryOfType when maxMemoryAllocationCount Vulkan limit has high value by Adam Sawicki · 6 months ago
  32. 14469a5 Refactored some switch statements by Adam Sawicki · 6 months ago
  33. 85a2580 Removed unused local variables unusedRangeSize by Adam Sawicki · 6 months ago
  34. 6d2fe13 Split macros into separate VMA_DEBUG_LOG and VMA_DEBUG_LOG_FORMAT by Adam Sawicki · 6 months ago
  35. 3703ef8 Fixing CMakeLists.txt for older Cmake by Adam Sawicki · 6 months ago
  36. b367b36 Added usage of PROJECT_IS_TOP_LEVEL around find_package in CMakeLists.txt by Adam Sawicki · 6 months ago
  37. 73d13a8 Merge pull request #301 from manas-kulkarni/master by Adam Sawicki · 6 months ago
  38. 2ea0780 BindBufferMemory, BindImageMemory - Return VK_ERROR_UNKNOWN for unknown allocation type by manaskulkarni · 6 months ago
  39. 936bc4b Internal refactoring for compatibility with 32-bit by Adam Sawicki · 7 months ago
  40. 800aced Merge branch 'master' of https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator by Adam Sawicki · 7 months ago
  41. cb5bf64 Minor fix in documentation by Adam Sawicki · 7 months ago
  42. 04b693d Merge pull request #292 from raybrowser/extra-semi-fix by Adam Sawicki · 7 months ago
  43. f741604 Remove extra semicolons, fixes build with -Wextra-semi by Riku Palomäki · 7 months ago
  44. 8296345 Merge pull request #291 from russelltg/ios_compile_fixes by Adam Sawicki · 7 months ago
  45. 198127a Fix build for iOS by Russell Greene · 7 months ago
  46. c351692 Merge pull request #288 from qbojj/patch-1 by Adam Sawicki · 9 months ago
  47. 19dbbe9 fix typo in specification of VmaAlignDown by qbojj · 9 months ago
  48. d276762 Merge pull request #287 from paroj/master by Adam Sawicki · 9 months ago
  49. a4c1afb allow building against vulkan 1.2 headers by Pavel Rojtberg · 9 months ago
  50. e4057da Merge pull request #286 from laurelkeys/patch-1 by Adam Sawicki · 9 months ago
  51. 157a817 Fix minor typos in documentation by Tiago Chaves · 9 months ago
  52. 0aa8a44 Reordered macro definitions in the file to fix compilation on Linux by Adam Sawicki · 9 months ago
  53. db0f9b4 Changed implementation of vma_aligned_alloc to only use aligned_alloc when C++17 is enabled, where the function is defined. by Adam Sawicki · 9 months ago
  54. d6b705b Added function vmaCreateAliasingBuffer2, vmaCreateAliasingImage2 with new parameter allocationLocalOffset by Adam Sawicki · 9 months ago
  55. 2a7110f A fix for vcpkg in REAEDME.md by Adam Sawicki · 9 months ago
  56. 6cb61bb Fixes in README.md after adding information about vcpkg by Adam Sawicki · 9 months ago
  57. 015917c Merge pull request #282 from JonLiu1993/vcpkg-installition by Adam Sawicki · 9 months ago
  58. 3391ab2 Add vcpkg installation instructions by Jonliu1993 · 9 months ago
  59. 6599c36 Merge pull request #279 from rumblehhh/patch-1 by Adam Sawicki · 10 months ago
  60. 1778623 Fix various typos by rumblehhh · 10 months ago
  61. f6d6e27 Merge pull request #277 from Max-Rodriguez/grammar-patch by Adam Sawicki · 10 months ago
  62. b367bf3 docs: Fixed a typo under 'Selecting Vulkan version' section by Max Rodriguez · 10 months ago
  63. 919c40e Revert "quick_start.html: Small grammar fix under 'Selecting Vulkan version' section" by Max Rodriguez · 10 months ago
  64. 1e0ab38 quick_start.html: Small grammar fix under 'Selecting Vulkan version' section by Max Rodriguez · 10 months ago
  65. 51c8b56 Merge branch 'master' of https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator by Adam Sawicki · 12 months ago
  66. 1022be6 Added missing mutex when unmapping memory. by Adam Sawicki · 12 months ago
  67. eac5fec Merge pull request #275 from Attractadore/patch-1 by Adam Sawicki · 12 months ago
  68. f000f1b Fix windows.h not found when cross compiling on Linux by Attractadore · 12 months ago
  69. 46bae93 Merge pull request #274 from pnarvor/cmake-targets by Adam Sawicki · 12 months ago
  70. 2bb598a [cmake] Updated installation process to use modern CMake targets by Pierre Narvor · 12 months ago
  71. b51fea7 Improved documentation regarding selecting Vulkan version by Adam Sawicki · 12 months ago
  72. 0ad6dcd Merge pull request #273 from akien-mga/trailing-whitespace by Adam Sawicki · 12 months ago
  73. 9eab57e Strip trailing whitespace in code files by Rémi Verschelde · 12 months ago
  74. 93ec49e Merge pull request #272 from akien-mga/dos2unix by Adam Sawicki · 12 months ago
  75. e20c24c Convert VMA line endings to Unix style (LF) by Rémi Verschelde · 12 months ago
  76. cdbd6f4 Merge pull request #271 from Monika0000/master by Adam Sawicki · 12 months ago
  77. bbc3d15 fix re-defines by Monika0000 · 12 months ago
  78. cfdc0f8 Merge pull request #270 from IwakuraRein/master by Adam Sawicki · 12 months ago
  79. 825d3d8 fix typos by Alex · 12 months ago
  80. a6bfc23 Releasing version 3.0.1 by Adam Sawicki · 1 year ago v3.0.1
  81. b77238c Refactored VmaBlockVector::SortByFreeSize to fix compilation on XCode 13.4 by Adam Sawicki · 1 year ago
  82. 0bbde17 Removed unused functions VmaQuickSort, VmaQuickSortPartition by Adam Sawicki · 1 year, 1 month ago
  83. 71b4c18 Merge pull request #263 from kennyalive/fix_typo by Adam Sawicki · 1 year, 1 month ago
  84. fe38c8f Fix minor typo by Artem Kharytoniuk · 1 year, 1 month ago
  85. 5ab8c17 Fix assert when VMA_DEBUG_INITIALIZE_ALLOCATIONS is used with new memory usage flags by Adam Sawicki · 1 year, 1 month ago
  86. 7de5cc0 Merge pull request #259 from brianosman/patch-1 by Adam Sawicki · 1 year, 1 month ago
  87. 8a7f807 Fix return type of GetAllocationNextPtr by Brian Osman · 1 year, 1 month ago
  88. a88bc52 Merge pull request #257 from laurelkeys/patch-1 by Adam Sawicki · 1 year, 2 months ago
  89. ebefe58 Remove unused VmaAlgorithmToStr function by Tiago Chaves · 1 year, 2 months ago
  90. df76480 Fixes in GpuMemDumpVis.py regarding image height calculation by Adam Sawicki · 1 year, 2 months ago
  91. 0c7ad4e Optimized VmaCountBitsSets to use std::popcount when C++20 is enabled by Adam Sawicki · 1 year, 2 months ago
  92. 2d2a9e3 Fixed bug with assert failure when JSON dump is created while a custom pool exist with specified string name by Adam Sawicki · 1 year, 2 months ago
  93. 5b598e0 Clarified documentation about required C++14 version by Adam Sawicki · 1 year, 2 months ago
  94. 3ed40d8 Updated version number by Adam Sawicki · 1 year, 2 months ago
  95. 3f9f667 Fix for compilation on AppleClang 13.1 by Adam Sawicki · 1 year, 2 months ago
  96. 35e1539 Fix for out-of-bound accessing last free block in EXTENSIVE defragmentation algorithm. by Adam Sawicki · 1 year, 2 months ago
  97. 228a1b6 Merge pull request #254 from MennoVink/master by Adam Sawicki · 1 year, 2 months ago
  98. 11cbcfc Simplify the code to keep xcode happy by Menno Vink · 1 year, 2 months ago
  99. 54d356e C4062 fix by Menno Vink · 1 year, 2 months ago
  100. 42be483 Fix for missing shader files by Adam Sawicki · 1 year, 2 months ago v3.0.0