1. e722e57 Merge pull request #519 from sawickiap/master by jlacroixAMD · 6 weeks ago master
  2. 5d3862c Merge remote-tracking branch 'M2-TE/fixing-static-export' by sawickiap · 7 weeks ago
  3. c5b0ce6 prevent export of TU-local entities by Jan Kuhlmann · 7 weeks ago
  4. 3ad69cc include proposed fixed by Jan Kuhlmann · 7 weeks ago
  5. 13ce48a Changed some member variables from static const to static constexpr by sawickiap · 9 weeks ago
  6. 4ae7e1f Improvements in implementation - used anonymous namespace by sawickiap · 10 weeks ago
  7. 64d2b5c Added inline to fix compilation in Clang 21 by sawickiap · 10 weeks ago
  8. 6368851 mark VmaMalloc and VmaFree as static inline by Jan Kuhlmann · 3 months ago
  9. 9c711ee Clarified documentation of VmaAllocatorCreateInfo::pTypeExternalMemoryHandleTypes by sawickiap · 3 months ago
  10. 6d36dca Merge pull request #511 from sawickiap/master by jlacroixAMD · 3 months ago
  11. f6c972f Removed outdated information from documentation by sawickiap · 3 months ago
  12. c08b7af Improvements in vmaFindMemoryTypeIndexForBufferInfo, vmaFindMemoryTypeIndexForImageInfo by sawickiap · 3 months ago
  13. ad70fcb Added VMA_VERSION macro by sawickiap · 3 months ago
  14. 3442720 Merge pull request #505 from sawickiap/master by jlacroixAMD · 4 months ago
  15. 6d74249 Merge branch 'add-create-dedicated' by Adam Sawicki · 4 months ago
  16. d9ff0b4 Changes in TestWin32HandlesExport by Adam Sawicki · 4 months ago
  17. e64d42b Improvements in TestWin32HandlesImport by Adam Sawicki · 4 months ago
  18. 989d405 Added function vmaCreateDedicatedImage by Adam Sawicki · 4 months ago
  19. 9f097a6 Added function vmaCreateDedicatedBuffer by Adam Sawicki · 4 months ago
  20. c1e6a31 Updated documentation of vmaGetMemoryWin32Handle2 and related places by Adam Sawicki · 4 months ago
  21. b635a0f Improvements in TestWin32HandlesImport - calling vkGetPhysicalDeviceExternalBufferProperties by Adam Sawicki · 4 months ago
  22. 061b858 Added function vmaAllocateDedicatedMemory and a test for it by Adam Sawicki · 4 months ago
  23. 62ce8ac Updated documentation of vmaAllocateMemory function by Adam Sawicki · 4 months ago
  24. dc32c06 Improved documentation of function vmaCreateBuffer by Adam Sawicki · 4 months ago
  25. 16ad2f8 Updated and reorganized documentation after adding function vmaGetMemoryWin32Handle2 by Adam Sawicki · 4 months ago
  26. 33d7d27 Merge remote-tracking branch 'Agrael1/master' by Adam Sawicki · 4 months ago
  27. e83e606 Added vmaGetMemoryWin32Handle2 with selectable type of handle to export by Ilya Doroshenko · 4 months ago
  28. a7e9bf4 Fixed usage of semaphore signaled on vkAcquireNextImageKHR by Adam Sawicki · 4 months ago
  29. 1b086e6 Fixed creation of g_hRenderPass to fix Validation Layer error about synchronization by Adam Sawicki · 4 months ago
  30. 1ea4660 A minor fix by Adam Sawicki · 4 months ago
  31. 1feaa24 Fixes and improvements in TestWin32Handles by Adam Sawicki · 4 months ago
  32. 48db0e0 Fixed link to product page on GPUOpen.com by Adam Sawicki · 4 months ago
  33. 1076b34 Merge pull request #501 from sawickiap/master by jlacroixAMD · 6 months ago
  34. 1f0047a Fixes for some compiler warnings by Adam Sawicki · 6 months ago
  35. 6ec8481 Rebuilt the docs by Adam Sawicki · 8 months ago
  36. 68d1c97 Small improvement of 'advanced data uploading' exampe in docs (#494) by Johannes Schneider · 8 months ago
  37. 06a453e Small improvements of tests (#496) by Johannes Schneider · 8 months ago
  38. f0969e9 Minor formatting fixes in documentation by Adam Sawicki · 8 months ago
  39. d3d1099 Fixed a typo by Adam Sawicki · 8 months ago
  40. 1d8f600 Version 3.3.0 by Adam Sawicki · 8 months ago v3.3.0
  41. 0de67d6 Use a cache in GitHub workflow instead of downloading Vulkan SDK with every CI run (#491) by Johannes Schneider · 8 months ago
  42. f0dc115 Merge branch 'master' of https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator by Adam Sawicki · 8 months ago
  43. 0d5359c Fixes in defragmentation tests for integrated GPUs by Adam Sawicki · 8 months ago
  44. 228110c Use a clang-tidy configuration file (#488) by Johannes Schneider · 8 months ago
  45. fbd9e6e Code improvements based on static analysis by Adam Sawicki · 8 months ago
  46. 089e0eb Updated CHANGELOG.md for v3.3.0 by Adam Sawicki · 8 months ago
  47. 66db1cd Updated CHANGELOG.md by Adam Sawicki · 8 months ago
  48. b5409a0 Fixed Cmake script for cases when VMA_STATIC_VULKAN_FUNCTIONS is not set by Adam Sawicki · 8 months ago
  49. 2fd73c3 Added assert in vmaCreateImage about disjoint images not supported by Adam Sawicki · 8 months ago
  50. 539c0a8 Added documentation chapter: Frequenty asked questions by Adam Sawicki · 9 months ago
  51. f378e7b Rebuilt the documentation (2) by Adam Sawicki · 9 months ago
  52. 12b48eb Merge branch 'master' of https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator by Adam Sawicki · 9 months ago
  53. 1ea5f2f Rebuilt the documentation by Adam Sawicki · 9 months ago
  54. b5f2032 Added function vmaImportVulkanFunctionsFromVolk (#486) by Adam Sawicki · 9 months ago
  55. 1dea379 Specify C++14 as standard in CMake, not C++17 (#489) by Johannes Schneider · 9 months ago
  56. 8a739e4 Add more warnings to ignore list of clang-tidy for static code analysis (#485) by Johannes Schneider · 9 months ago
  57. fc2cea5 Fixes based on warnings from clang-tidy (2) by Adam Sawicki · 9 months ago
  58. f645c9b Fixes based on warnings from clang-tidy by Adam Sawicki · 9 months ago
  59. bcd776c Add workflow for static code analysis using clang-tidy (#482) by Johannes Schneider · 9 months ago
  60. 09fa3be Small maintenance of GitHub workflows (#483) by Johannes Schneider · 9 months ago
  61. d8d4f86 Fix in TestDefragmentationAlgorithms for Nvidia cards by Adam Sawicki · 9 months ago
  62. a77a76c Minor fix in TestDefragmentationAlgorithms by Adam Sawicki · 9 months ago
  63. 7720de0 Removed unused parameter by Adam Sawicki · 9 months ago
  64. 989a176 Enable extra warnings for clang and gcc in CMake (#481) by Johannes Schneider · 9 months ago
  65. e298b6e Revert "Enable all gcc and clang warnings for testing the CI (#478)" (#479) by Adam Sawicki · 9 months ago
  66. a16385b Enable all gcc and clang warnings for testing the CI (#478) by Johannes Schneider · 9 months ago
  67. 0183545 Added Linux CI build by Adam Sawicki · 9 months ago
  68. d47cf43 Removed build status from README by Adam Sawicki · 9 months ago
  69. a0d9a61 Removed .travis.yml by Adam Sawicki · 9 months ago
  70. be826d1 Merge pull request #474 from IAmNotHanni/master by Adam Sawicki · 10 months ago
  71. 2fdbc64 Add changes requested in code review by Johannes Schneider · 10 months ago
  72. 1c0c221 Add new tests for advanced data uploading by Johannes Schneider · 10 months ago
  73. 811773f Merge pull request #473 from IAmNotHanni/master by Adam Sawicki · 10 months ago
  74. 9d17673 Remove unrequired Windows clang build in GitHub by Johannes Schneider · 10 months ago
  75. 9d7a52b Merge pull request #469 from IAmNotHanni/master by Adam Sawicki · 10 months ago
  76. f6a6697 Remove LLVM install instructions by Johannes Schneider · 10 months ago
  77. baf2663 Improve GitHub workflow for continuous integration by Johannes Schneider · 10 months ago
  78. fe48cbe Improve GitHub workflow for continuous integration by Johannes Schneider · 10 months ago
  79. 89d3a6a Added macro VMA_DEBUG_DONT_EXCEED_HEAP_SIZE_WITH_ALLOCATION_SIZE by Adam Sawicki · 10 months ago
  80. c578a4f Fixes in VulkanSample.cpp for Vulkan version 1.4 by Adam Sawicki · 10 months ago
  81. ff39385 Added a minor comment based on #463 by Adam Sawicki · 10 months ago
  82. f792971 Minor fixes based on #463 by Adam Sawicki · 10 months ago
  83. a586429 Add GitHub workflow for continuous integration for Windows by Johannes Schneider · 10 months ago
  84. 29b35ea Merge pull request #468 from IAmNotHanni/master by Adam Sawicki · 10 months ago
  85. dccce71 Remove unused code related to incorrect validation layer warning by Johannes Schneider · 10 months ago
  86. c90621c Fix small typo by Johannes Schneider · 10 months ago
  87. c83fdd2 Merge pull request #464 from IAmNotHanni/master by Adam Sawicki · 10 months ago
  88. a2816cf Include vulkan_win32.h only for Windows by Johannes Schneider · 10 months ago
  89. c788c52 Version 3.2.1 by Adam Sawicki · 11 months ago v3.2.1
  90. 72c309a Merge pull request #459 from PawelGribov/fix_win32handle_test by Adam Sawicki · 12 months ago
  91. 418a032 Fixed typo in VmaBlockMetadata_TLSF::Alloc by Adam Sawicki · 12 months ago
  92. 88d7c0d Skip TestWin32Handles() if VK_KHR_external_memory_win32 is not present by Pavel Gribov · 12 months ago
  93. 7ab8483 Fixed assert in vmaCreateAllocator for compatibility with Vulkan 1.4 by Adam Sawicki · 12 months ago
  94. 790c461 Change in ImportVulkanFunctions_Dynamic for loading function vkGetPhysicalDeviceMemoryProperties2 by Adam Sawicki · 12 months ago
  95. f74c2d9 Updated copyright headers to year 2025 by Adam Sawicki · 1 year ago
  96. 3bab692 Version 3,.2.0 by Adam Sawicki · 1 year ago v3.2.0
  97. f3f5a98 Updated CHANGELOG.md in preparation for VMA version 3.2.0 by Adam Sawicki · 1 year, 1 month ago
  98. 2446790 Added support for Vulkan version 1.4 by Adam Sawicki · 1 year, 1 month ago
  99. 5a53a19 Merge pull request #454 from crud89/master by Adam Sawicki · 1 year, 1 month ago
  100. 63480d6 Fix ineffective error code checks. by Carsten Rudolph · 1 year, 1 month ago