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