1. 138ce7b Fix in VmaJsonWriter::ContinueString by Adam Sawicki · 8 months ago
  2. 2f382df Fixed signed/unsigned mismatch in FindMemoryPreferences by Adam Sawicki · 10 months ago
  3. 5a8fd79 Merge pull request #365 from corporateshark/master by Adam Sawicki · 10 months ago
  4. 2b6fb6f Added LightweightVK by Sergey Kosarevsky · 10 months ago
  5. 540544f Merge pull request #364 from manas-kulkarni/master by Adam Sawicki · 10 months ago
  6. 66bb67c Make C++20 features optional by manaskulkarni · 10 months ago
  7. e88fff9 Fixed main memory type selection algorithm for Raspberry Pi by Adam Sawicki · 10 months ago
  8. 6cc9fcf README: Updated link to the new C++ wrapper by Adam Sawicki · 10 months ago
  9. 1add1df Merge pull request #360 from turanszkij/master-1 by Adam Sawicki · 10 months ago
  10. f428606 added Wicked Engine to software list by Turánszki János · 11 months ago
  11. 6eb62e1 Merge pull request #356 from abouvier/cmake-doc by Adam Sawicki · 11 months ago
  12. 700db16 cmake: install docs by Alexandre Bouvier · 11 months ago
  13. 33067f6 Refactoring in FindMemoryPreferences by Adam Sawicki · 12 months ago
  14. cb08556 Merge branch 'master' of https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator by Adam Sawicki · 12 months ago
  15. 6ce692a Added callback VmaDefragmentationInfo::pfnBreakCallback that allows to break long execution of vmaBeginDefragmentation by Adam Sawicki · 12 months ago
  16. 5b79a5d Merge pull request #355 from juan-lunarg/juan/ignore_vscode_directory by Adam Sawicki · 12 months ago
  17. 09524f7 git: ignore .vscode directory by Juan Ramos · 12 months ago
  18. 2a28bc4 Merge pull request #353 from juan-lunarg/juan/include_nitpick by Adam Sawicki · 12 months ago
  19. 53f4c15 Merge pull request #352 from juan-lunarg/juan/pedantic_cmake_fix by Adam Sawicki · 12 months ago
  20. b48d20c Fixup include of "vk_mem_alloc.h" by Juan Ramos · 12 months ago
  21. c5547ff cmake: Use share instead of DATADIR for CMake config files by Juan Ramos · 12 months ago
  22. 9b0fc3e Fixes in Cmake scripts after merging #350 (2) by Adam Sawicki · 12 months ago
  23. 01fe410 Fixes in Cmake scripts after merging #350 by Adam Sawicki · 12 months ago
  24. c503590 Merge pull request #350 from juan-lunarg/vma/346 by Adam Sawicki · 12 months ago
  25. 6490bb0 Merge pull request #351 from lobneroO/FixCopyPasteError by Adam Sawicki · 12 months ago
  26. 3cb5470 fixed copy paste error in vulkan sample by Tim Lobner · 12 months ago
  27. 3d23bb0 Make VulkanMemoryAllocator a header only library by Juan Ramos · 12 months ago
  28. d9a2e46 Merge pull request #341 from abouvier/patch-1 by Adam Sawicki · 12 months ago
  29. 870bae0 cmake: use find_dependency by Alexandre Bouvier · 1 year, 1 month ago
  30. db15ce3 Merge pull request #345 from abouvier/cmake-fix by Adam Sawicki · 12 months ago
  31. 1f38a49 Merge pull request #347 from Rob2309/extends-marker by Adam Sawicki · 12 months ago
  32. 7f9124b cmake: always add vulkan headers dir by Alexandre Bouvier · 12 months ago
  33. 1d0e8ba Added small documentation by Robin Quint · 12 months ago
  34. ca5ce7d Added VMA_EXTENDS_VK_STRUCT by Robin Quint · 12 months ago
  35. 0aa3989 Switched src/CMakeLists.txt to use C++17 by default to resolve issues with aligned_alloc by Adam Sawicki · 1 year ago
  36. 59734bb A fix in VmaBlockMetadata_TLSF::CreateAllocationRequest by Adam Sawicki · 1 year ago
  37. 0e89587 Updated Doxyfile for Doxygen 1.9.6 by Adam Sawicki · 1 year, 2 months ago
  38. ff37e92 Fixed bug in VmaDefragmentationContext_T::ComputeDefragmentation_Extensive by Adam Sawicki · 1 year, 3 months ago
  39. 7e63caa Fix in VmaDefragmentationContext_T::CounterStatus by Adam Sawicki · 1 year, 3 months ago
  40. e2f5eed Revert "Merge pull request #325 from lawadr/use-alignof" by Adam Sawicki · 1 year, 3 months ago
  41. 498e20d Merge pull request #326 from stha09/gcc13 by Adam Sawicki · 1 year, 3 months ago
  42. 383f06b IWYU: add cstdio for snprintf in vk_mem_alloc.h by Stephan Hartmann · 1 year, 3 months ago
  43. 41baf86 Merge pull request #325 from lawadr/use-alignof by Adam Sawicki · 1 year, 3 months ago
  44. d16730c Change __alignof to alignof by lawadr · 1 year, 3 months ago
  45. 66afe09 Improved documentation chapter "Resource aliasing (overlap)" by Adam Sawicki · 1 year, 4 months ago
  46. dd09767 Fixed usage of VMA_FALLTHROUGH by Adam Sawicki · 1 year, 4 months ago
  47. 4c58c1f Defined VMA_FALLTHROUGH to fix more compiler warnings by Adam Sawicki · 1 year, 4 months ago
  48. 729b7c1 Fixes for some compiler warnings by Adam Sawicki · 1 year, 4 months ago
  49. 5e921fc GpuMemDumpVis.py: Updated version number by Adam Sawicki · 1 year, 4 months ago
  50. 84d9328 GpuMemDumpVis.py: Fixed division by zero error when only custom pools are used by Adam Sawicki · 1 year, 4 months ago
  51. c51730a Further fixes to importing function vkGetPhysicalDeviceMemoryProperties2 / vkGetPhysicalDeviceMemoryProperties2KHR by Adam Sawicki · 1 year, 4 months ago
  52. bdba911 Merge pull request #322 from vladislavbelov/fix-uninitialized-memory-budget-function by Adam Sawicki · 1 year, 4 months ago
  53. 3e6b384 Fixes uninitialized vkGetPhysicalDeviceMemoryProperties2KHR during ImportVulkanFunctions_Custom. by Vladislav Belov · 1 year, 4 months ago
  54. 708428c Merge pull request #320 from jeroenbakker-atmind/blender-fix-gnu-compilation-warning by Adam Sawicki · 1 year, 5 months ago
  55. c265047 Fix compilation warning. by Jeroen Bakker · 1 year, 5 months ago
  56. 7c35d62 Added missing vmaFlushAllocation in documentation by Adam Sawicki · 1 year, 5 months ago
  57. 29d492b Added missing #include <cstdio> by Adam Sawicki · 1 year, 5 months ago
  58. 8b87b6c Merge pull request #310 from orlowd/vma_atomic-def-fix by Adam Sawicki · 1 year, 6 months ago
  59. 3e3877a Fix builds on Linux CI by Denis Orlov · 1 year, 6 months ago
  60. 3459fd7 Fix atomic type used in AtomicTransactionalIncrement by Denis Orlov · 1 year, 6 months ago
  61. 413fc4f Merge pull request #304 from juan-lunarg/juaramos/cmake_cleanup by Adam Sawicki · 1 year, 7 months ago
  62. 0b7c427 MSVC cleanup by Juan Ramos · 1 year, 7 months ago
  63. 5d96974 Specify CXX as the language being used for the project by Juan Ramos · 1 year, 7 months ago
  64. 5b61b55 Fix endif() by Juan Ramos · 1 year, 7 months ago
  65. ad89390 Fixes in CMakeLists.txt regarding Doxygen usage by Adam Sawicki · 1 year, 7 months ago
  66. fd7b201 Further fixes in CMakeLists.txt by Adam Sawicki · 1 year, 7 months ago
  67. 2606c00 Fixed potential integer overflow in VmaAllocator_T::AllocateMemoryOfType when maxMemoryAllocationCount Vulkan limit has high value by Adam Sawicki · 1 year, 7 months ago
  68. 14469a5 Refactored some switch statements by Adam Sawicki · 1 year, 7 months ago
  69. 85a2580 Removed unused local variables unusedRangeSize by Adam Sawicki · 1 year, 7 months ago
  70. 6d2fe13 Split macros into separate VMA_DEBUG_LOG and VMA_DEBUG_LOG_FORMAT by Adam Sawicki · 1 year, 7 months ago
  71. 3703ef8 Fixing CMakeLists.txt for older Cmake by Adam Sawicki · 1 year, 7 months ago
  72. b367b36 Added usage of PROJECT_IS_TOP_LEVEL around find_package in CMakeLists.txt by Adam Sawicki · 1 year, 7 months ago
  73. 73d13a8 Merge pull request #301 from manas-kulkarni/master by Adam Sawicki · 1 year, 7 months ago
  74. 2ea0780 BindBufferMemory, BindImageMemory - Return VK_ERROR_UNKNOWN for unknown allocation type by manaskulkarni · 1 year, 7 months ago
  75. 936bc4b Internal refactoring for compatibility with 32-bit by Adam Sawicki · 1 year, 8 months ago
  76. 800aced Merge branch 'master' of https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator by Adam Sawicki · 1 year, 8 months ago
  77. cb5bf64 Minor fix in documentation by Adam Sawicki · 1 year, 8 months ago
  78. 04b693d Merge pull request #292 from raybrowser/extra-semi-fix by Adam Sawicki · 1 year, 8 months ago
  79. f741604 Remove extra semicolons, fixes build with -Wextra-semi by Riku Palomäki · 1 year, 8 months ago
  80. 8296345 Merge pull request #291 from russelltg/ios_compile_fixes by Adam Sawicki · 1 year, 8 months ago
  81. 198127a Fix build for iOS by Russell Greene · 1 year, 8 months ago
  82. c351692 Merge pull request #288 from qbojj/patch-1 by Adam Sawicki · 1 year, 9 months ago
  83. 19dbbe9 fix typo in specification of VmaAlignDown by qbojj · 1 year, 9 months ago
  84. d276762 Merge pull request #287 from paroj/master by Adam Sawicki · 1 year, 9 months ago
  85. a4c1afb allow building against vulkan 1.2 headers by Pavel Rojtberg · 1 year, 10 months ago
  86. e4057da Merge pull request #286 from laurelkeys/patch-1 by Adam Sawicki · 1 year, 10 months ago
  87. 157a817 Fix minor typos in documentation by Tiago Chaves · 1 year, 10 months ago
  88. 0aa8a44 Reordered macro definitions in the file to fix compilation on Linux by Adam Sawicki · 1 year, 10 months ago
  89. 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, 10 months ago
  90. d6b705b Added function vmaCreateAliasingBuffer2, vmaCreateAliasingImage2 with new parameter allocationLocalOffset by Adam Sawicki · 1 year, 10 months ago
  91. 2a7110f A fix for vcpkg in REAEDME.md by Adam Sawicki · 1 year, 10 months ago
  92. 6cb61bb Fixes in README.md after adding information about vcpkg by Adam Sawicki · 1 year, 10 months ago
  93. 015917c Merge pull request #282 from JonLiu1993/vcpkg-installition by Adam Sawicki · 1 year, 10 months ago
  94. 3391ab2 Add vcpkg installation instructions by Jonliu1993 · 1 year, 10 months ago
  95. 6599c36 Merge pull request #279 from rumblehhh/patch-1 by Adam Sawicki · 1 year, 11 months ago
  96. 1778623 Fix various typos by rumblehhh · 1 year, 11 months ago
  97. f6d6e27 Merge pull request #277 from Max-Rodriguez/grammar-patch by Adam Sawicki · 1 year, 11 months ago
  98. b367bf3 docs: Fixed a typo under 'Selecting Vulkan version' section by Max Rodriguez · 1 year, 11 months ago
  99. 919c40e Revert "quick_start.html: Small grammar fix under 'Selecting Vulkan version' section" by Max Rodriguez · 1 year, 11 months ago
  100. 1e0ab38 quick_start.html: Small grammar fix under 'Selecting Vulkan version' section by Max Rodriguez · 1 year, 11 months ago