1. 3aa9212 Merge pull request #535 from sawickiap/master by jlacroixAMD · 6 days ago master v3.4.0
  2. eb744ea Rebuilt sample app binary by sawickiap · 6 days ago
  3. c407a7b Rebuilt the documentation by sawickiap · 6 days ago
  4. 2dccf11 Prepared version 3.4.0 by sawickiap · 6 days ago
  5. e386068 Merge pull request #533 from sawickiap/master by jlacroixAMD · 10 days ago
  6. 45bd161 Fix in GitHub Workflow windows.yaml for CI build failure by sawickiap · 13 days ago
  7. a1d4347 Merge pull request #532 from sawickiap/master by jlacroixAMD · 13 days ago
  8. 9d548dd Updated CHANGELOG.md regarding VMA_VULKAN_HEADERS_ALREADY_INCLUDED by sawickiap · 14 days ago
  9. 280881c Added support for macro VMA_VULKAN_HEADERS_ALREADY_INCLUDED by sawickiap · 14 days ago
  10. 07502a0 Fixed synchronization in the sample app by sawickiap · 3 weeks ago
  11. 424aa00 Updates in hope to fix the CI build on Windows (3) by sawickiap · 3 weeks ago
  12. d48eed9 Updated windows.yaml in hope to fix the CI build on Windows (2) by sawickiap · 3 weeks ago
  13. 68ad4f2 Updated Vulkan SDK version in windows.yaml to 1.4.350.0 by sawickiap · 3 weeks ago
  14. 4717263 Missing update to CHANGELOG.md by sawickiap · 3 weeks ago
  15. 4f68795 Fixed synchronization issue of m_pMappedData by sawickiap · 3 weeks ago
  16. 6e4dd3d Fixed a bug in buffer-image granularity handling by sawickiap · 3 weeks ago
  17. 5d0efb5 Fixed sample app crashing when window is minimized by sawickiap · 3 weeks ago
  18. 9837451 Added file AGENTS.md for agentic AI by sawickiap · 3 weeks ago
  19. 6db09d9 Fix in sample app for validation layer error about extensions VK_KHR_maintenance5, VK_KHR_dynamic_rendering by sawickiap · 3 weeks ago
  20. c2c925f Fixes after merge related to VmaVulkanFunctions::vkGetPhysicalDeviceProperties2KHR, VMA_GET_PHYSICAL_DEVICE_PROPERTIES2 by sawickiap · 3 weeks ago
  21. ee8ccdc Fix in MyUniformRandomNumberGenerator fixing compilation on Visual Studio 2026 by sawickiap · 3 weeks ago
  22. 23a1580 Merge remote-tracking branch 'spencer-lunarg/vkGetPhysicalDeviceProperties' by sawickiap · 3 weeks ago
  23. 2ee9752 Use vkGetPhysicalDeviceProperties2 when possible by spencer-lunarg · 3 weeks ago
  24. c3c7a2c Added missing mutex lock in VmaDefragmentationContext_T::DefragmentPassEnd by sawickiap · 4 weeks ago
  25. cc26b9f Updated CHANGELOG.md by sawickiap · 3 months ago
  26. fc48eb1 Added missing pool locks in the VmaDefragmenterContext constructor and destructor by Sidney Just · 3 months ago
  27. b3cbbb4 Merge pull request #526 from sawickiap/master by jlacroixAMD · 3 months ago
  28. 91fed8d Updated CHANGELOG.md referring to #520 by sawickiap · 4 months ago
  29. 41a3630 Changed heuristic in FindMemoryPreferences when VMA_ALLOCATION_CREATE_HOST_ACCESS_ALLOW_TRANSFER_INSTEAD_BIT is used by sawickiap · 4 months ago
  30. 9b27966 Added member VmaAllocationCreateInfo::minAlignment by sawickiap · 4 months ago
  31. cc12fdb Merge remote-tracking branch 'M2-TE/add-cmake-alias' by sawickiap · 5 months ago
  32. e0bd755 added cmake alias by Jan Kuhlmann · 5 months ago
  33. df121de Updated year to 2026 in comments by sawickiap · 5 months ago
  34. e722e57 Merge pull request #519 from sawickiap/master by jlacroixAMD · 6 months ago
  35. 5d3862c Merge remote-tracking branch 'M2-TE/fixing-static-export' by sawickiap · 7 months ago
  36. c5b0ce6 prevent export of TU-local entities by Jan Kuhlmann · 7 months ago
  37. 3ad69cc include proposed fixed by Jan Kuhlmann · 7 months ago
  38. 13ce48a Changed some member variables from static const to static constexpr by sawickiap · 7 months ago
  39. 4ae7e1f Improvements in implementation - used anonymous namespace by sawickiap · 7 months ago
  40. 64d2b5c Added inline to fix compilation in Clang 21 by sawickiap · 7 months ago
  41. 6368851 mark VmaMalloc and VmaFree as static inline by Jan Kuhlmann · 8 months ago
  42. 9c711ee Clarified documentation of VmaAllocatorCreateInfo::pTypeExternalMemoryHandleTypes by sawickiap · 8 months ago
  43. 6d36dca Merge pull request #511 from sawickiap/master by jlacroixAMD · 8 months ago
  44. f6c972f Removed outdated information from documentation by sawickiap · 8 months ago
  45. c08b7af Improvements in vmaFindMemoryTypeIndexForBufferInfo, vmaFindMemoryTypeIndexForImageInfo by sawickiap · 8 months ago
  46. ad70fcb Added VMA_VERSION macro by sawickiap · 8 months ago
  47. 3442720 Merge pull request #505 from sawickiap/master by jlacroixAMD · 9 months ago
  48. 6d74249 Merge branch 'add-create-dedicated' by Adam Sawicki · 9 months ago
  49. d9ff0b4 Changes in TestWin32HandlesExport by Adam Sawicki · 9 months ago
  50. e64d42b Improvements in TestWin32HandlesImport by Adam Sawicki · 9 months ago
  51. 989d405 Added function vmaCreateDedicatedImage by Adam Sawicki · 9 months ago
  52. 9f097a6 Added function vmaCreateDedicatedBuffer by Adam Sawicki · 9 months ago
  53. c1e6a31 Updated documentation of vmaGetMemoryWin32Handle2 and related places by Adam Sawicki · 9 months ago
  54. b635a0f Improvements in TestWin32HandlesImport - calling vkGetPhysicalDeviceExternalBufferProperties by Adam Sawicki · 9 months ago
  55. 061b858 Added function vmaAllocateDedicatedMemory and a test for it by Adam Sawicki · 9 months ago
  56. 62ce8ac Updated documentation of vmaAllocateMemory function by Adam Sawicki · 9 months ago
  57. dc32c06 Improved documentation of function vmaCreateBuffer by Adam Sawicki · 9 months ago
  58. 16ad2f8 Updated and reorganized documentation after adding function vmaGetMemoryWin32Handle2 by Adam Sawicki · 9 months ago
  59. 33d7d27 Merge remote-tracking branch 'Agrael1/master' by Adam Sawicki · 9 months ago
  60. e83e606 Added vmaGetMemoryWin32Handle2 with selectable type of handle to export by Ilya Doroshenko · 9 months ago
  61. a7e9bf4 Fixed usage of semaphore signaled on vkAcquireNextImageKHR by Adam Sawicki · 9 months ago
  62. 1b086e6 Fixed creation of g_hRenderPass to fix Validation Layer error about synchronization by Adam Sawicki · 9 months ago
  63. 1ea4660 A minor fix by Adam Sawicki · 9 months ago
  64. 1feaa24 Fixes and improvements in TestWin32Handles by Adam Sawicki · 9 months ago
  65. 48db0e0 Fixed link to product page on GPUOpen.com by Adam Sawicki · 9 months ago
  66. 1076b34 Merge pull request #501 from sawickiap/master by jlacroixAMD · 11 months ago
  67. 1f0047a Fixes for some compiler warnings by Adam Sawicki · 11 months ago
  68. 6ec8481 Rebuilt the docs by Adam Sawicki · 1 year, 1 month ago
  69. 68d1c97 Small improvement of 'advanced data uploading' exampe in docs (#494) by Johannes Schneider · 1 year, 1 month ago
  70. 06a453e Small improvements of tests (#496) by Johannes Schneider · 1 year, 1 month ago
  71. f0969e9 Minor formatting fixes in documentation by Adam Sawicki · 1 year, 1 month ago
  72. d3d1099 Fixed a typo by Adam Sawicki · 1 year, 1 month ago
  73. 1d8f600 Version 3.3.0 by Adam Sawicki · 1 year, 1 month ago v3.3.0
  74. 0de67d6 Use a cache in GitHub workflow instead of downloading Vulkan SDK with every CI run (#491) by Johannes Schneider · 1 year, 1 month ago
  75. f0dc115 Merge branch 'master' of https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator by Adam Sawicki · 1 year, 1 month ago
  76. 0d5359c Fixes in defragmentation tests for integrated GPUs by Adam Sawicki · 1 year, 1 month ago
  77. 228110c Use a clang-tidy configuration file (#488) by Johannes Schneider · 1 year, 1 month ago
  78. fbd9e6e Code improvements based on static analysis by Adam Sawicki · 1 year, 1 month ago
  79. 089e0eb Updated CHANGELOG.md for v3.3.0 by Adam Sawicki · 1 year, 1 month ago
  80. 66db1cd Updated CHANGELOG.md by Adam Sawicki · 1 year, 1 month ago
  81. b5409a0 Fixed Cmake script for cases when VMA_STATIC_VULKAN_FUNCTIONS is not set by Adam Sawicki · 1 year, 1 month ago
  82. 2fd73c3 Added assert in vmaCreateImage about disjoint images not supported by Adam Sawicki · 1 year, 1 month ago
  83. 539c0a8 Added documentation chapter: Frequenty asked questions by Adam Sawicki · 1 year, 2 months ago
  84. f378e7b Rebuilt the documentation (2) by Adam Sawicki · 1 year, 2 months ago
  85. 12b48eb Merge branch 'master' of https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator by Adam Sawicki · 1 year, 2 months ago
  86. 1ea5f2f Rebuilt the documentation by Adam Sawicki · 1 year, 2 months ago
  87. b5f2032 Added function vmaImportVulkanFunctionsFromVolk (#486) by Adam Sawicki · 1 year, 2 months ago
  88. 1dea379 Specify C++14 as standard in CMake, not C++17 (#489) by Johannes Schneider · 1 year, 2 months ago
  89. 8a739e4 Add more warnings to ignore list of clang-tidy for static code analysis (#485) by Johannes Schneider · 1 year, 2 months ago
  90. fc2cea5 Fixes based on warnings from clang-tidy (2) by Adam Sawicki · 1 year, 2 months ago
  91. f645c9b Fixes based on warnings from clang-tidy by Adam Sawicki · 1 year, 2 months ago
  92. bcd776c Add workflow for static code analysis using clang-tidy (#482) by Johannes Schneider · 1 year, 2 months ago
  93. 09fa3be Small maintenance of GitHub workflows (#483) by Johannes Schneider · 1 year, 2 months ago
  94. d8d4f86 Fix in TestDefragmentationAlgorithms for Nvidia cards by Adam Sawicki · 1 year, 2 months ago
  95. a77a76c Minor fix in TestDefragmentationAlgorithms by Adam Sawicki · 1 year, 2 months ago
  96. 7720de0 Removed unused parameter by Adam Sawicki · 1 year, 2 months ago
  97. 989a176 Enable extra warnings for clang and gcc in CMake (#481) by Johannes Schneider · 1 year, 2 months ago
  98. e298b6e Revert "Enable all gcc and clang warnings for testing the CI (#478)" (#479) by Adam Sawicki · 1 year, 2 months ago
  99. a16385b Enable all gcc and clang warnings for testing the CI (#478) by Johannes Schneider · 1 year, 2 months ago
  100. 0183545 Added Linux CI build by Adam Sawicki · 1 year, 2 months ago