1. aa18374 Updated copyright header to year 2021. by Adam Sawicki · 3 years, 3 months ago
  2. f32d25d Minor update in README.md by Adam Sawicki · 3 years, 3 months ago
  3. adb7064 Rebuilt binaries using Visual Studio 2019 by Adam Sawicki · 3 years, 3 months ago
  4. 0d4f523 Updated README.md - added RPCS3 to the list of known usages. by Adam Sawicki · 3 years, 3 months ago
  5. b654142 Merge pull request #163 from kd-11/master by Adam Sawicki · 3 years, 3 months ago
  6. e8c483d mem_alloc: Optimize allocation conflict checking by kd-11 · 3 years, 3 months ago
  7. f201205 Added support for VK_EXT_memory_priority by Adam Sawicki · 3 years, 4 months ago
  8. 7eee5e3 Merge pull request #158 from AshkanAliabadi/master by Adam Sawicki · 3 years, 5 months ago
  9. 8f4e09a Refer to std string and stream with their fully qualified names. by Ashkan Aliabadi · 3 years, 5 months ago
  10. 8cd86b6 Merge branch 'master' of https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator into master by Adam Sawicki · 3 years, 6 months ago
  11. 18b0407 Further improvements in documentation. by Adam Sawicki · 3 years, 6 months ago
  12. 9788050 Improvements in documentation. by Adam Sawicki · 3 years, 6 months ago
  13. acecd26 Fixes and clarifications in documentation by Adam Sawicki · 3 years, 6 months ago
  14. ebc1f75 Merge pull request #154 from r-barnes/richard/whitespace by Adam Sawicki · 3 years, 6 months ago
  15. 4dc4abf Merge pull request #153 from r-barnes/richard/binary_fix by Adam Sawicki · 3 years, 6 months ago
  16. 270b242 Drop trailing whitespace. by Richard Barnes · 3 years, 6 months ago
  17. 1397418 Make binary search overflow safe. by Richard Barnes · 3 years, 6 months ago
  18. 76411c9 Added VmaAllocatorCreateInfo::pTypeExternalMemoryHandleTypes by Adam Sawicki · 3 years, 6 months ago
  19. 3dadc82 Merge branch 'master' into PoolCustomPnext by Adam Sawicki · 3 years, 6 months ago
  20. 3528e2a Minor formatting fix in documentation by Adam Sawicki · 3 years, 7 months ago
  21. 4075d9e Add VmaPoolCreateInfo::pMemoryAllocateNext by Adam Sawicki · 3 years, 7 months ago
  22. 89d9e75 Added Detroit: Become Human to the list of known software using this library by Adam Sawicki · 3 years, 7 months ago
  23. 0e2b4b2 Fix std::min in VmaBlockVector::ProcessDefragmentations by Adam Sawicki · 3 years, 7 months ago
  24. 1420873 Merge pull request #148 from res2k/vma_aligned_alloc-tweaks by Adam Sawicki · 3 years, 8 months ago
  25. 6074de0 Merge pull request #147 from res2k/move-some-preproc-defn by Adam Sawicki · 3 years, 8 months ago
  26. 27e343d Merge pull request #146 from AshkanAliabadi/master by Adam Sawicki · 3 years, 8 months ago
  27. 4157367 Let VMA_SYSTEM_ALIGNED_FREE fall back to VMA_SYSTEM_FREE, if defined by Frank Richter · 3 years, 8 months ago
  28. 5913184 Add vma_aligned_free() for symmetry by Frank Richter · 3 years, 8 months ago
  29. 2dc44c1 Make vma_aligned_alloc() functions static by Frank Richter · 3 years, 8 months ago
  30. 4499711 Move preprocessor directives that may influence user code into implementation block by Frank Richter · 3 years, 8 months ago
  31. bead9ea Fix misspellings. by Ashkan Aliabadi · 3 years, 9 months ago
  32. 2193611 Merge branch 'master' of https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator by Adam Sawicki · 3 years, 9 months ago
  33. 0620c8e Add test and documentation for resource aliasing (overlap). by Adam Sawicki · 3 years, 9 months ago
  34. b9ad5e7 Merge pull request #145 from stricmp/master by Adam Sawicki · 3 years, 9 months ago
  35. 0ef61c2 Fix in documentation chapter "Finding out if memory is mappable" by Adam Sawicki · 3 years, 9 months ago
  36. e658b89 Add "Atypical Games - proprietary game engine" to the list of software using this library by Adam Sawicki · 3 years, 9 months ago
  37. 416996c Fix VMA_DYNAMIC_VULKAN_FUNCTIONS compilation errors when VK_NO_PROTOTYPES is defined by Tri S · 3 years, 9 months ago
  38. b0e97e5 Merge pull request #141 from dkorkmazturk/master by Adam Sawicki · 3 years, 9 months ago
  39. 67bf13c Fix a typo in the explanation of VMA_ALLOCATION_CREATE_MAPPED_BIT by Doğukan Korkmaztürk · 3 years, 9 months ago
  40. db4c163 Fix compilation errors by Adam Sawicki · 3 years, 10 months ago
  41. d594faa Replace usage of old VK_LAYER_LUNARG_standard_validation and extension VK_EXT_debug_report with new VK_LAYER_KHRONOS_validation and extension VK_EXT_debug_utils also in VmaReplay by Adam Sawicki · 3 years, 10 months ago
  42. 8caf0bd Replace usage of old layer VK_LAYER_LUNARG_standard_validation and extension VK_EXT_debug_report with new layer VK_LAYER_KHRONOS_validation and extension VK_EXT_debug_utils by Adam Sawicki · 3 years, 10 months ago
  43. e9f387a Merge pull request #137 from phuang/master by Adam Sawicki · 3 years, 10 months ago
  44. 08bce53 mac: Only call system aligned_alloc() with the 11.0+ SDK. by Nico Weber · 3 years, 10 months ago
  45. c331971 Only use system aligned_alloc on mac/ios if the SDK has them. by Nico Weber · 3 years, 10 months ago
  46. 5ef3d92 Fix argument order for aligned_alloc on mac. by Nico Weber · 3 years, 10 months ago
  47. 1268da7 Make vulkan_memory_allocator build with the MacOSX11.0 SDK. by Nico Weber · 3 years, 10 months ago
  48. 7cb859d Improvement in VmaAlignUp, VmaAlignDown by Adam Sawicki · 3 years, 10 months ago
  49. 376ada3 Merge pull request #136 from GreenFoxLight/master by Adam Sawicki · 3 years, 10 months ago
  50. 67824c5 Correct if in mapping example by Kevin Trogant · 3 years, 10 months ago
  51. aaa1a56 Clarify documentation of VmaAllocationInfo::size by Adam Sawicki · 3 years, 10 months ago
  52. 1ebda1e Add assert to check success of a CPU memory allocation by Adam Sawicki · 3 years, 10 months ago
  53. f9921ae Fix VmaAllocator_T::ImportVulkanFunctions_Dynamic for cases when Vulkan 1.1 is used by Adam Sawicki · 4 years ago
  54. 650ebdf Remove invalid outdated assert in vmaBeginDefragmentationPass by Adam Sawicki · 4 years ago
  55. 72983b0 Clarified documentation in few places to mention textures need to use LINEAR layout when accessed from the host by Adam Sawicki · 4 years ago
  56. 309fa0e Merge pull request #128 from hartmutbehrens/fix/docs by Adam Sawicki · 4 years ago
  57. 1e11595 fix(docs): instance not optional in quick start by Hartmut Behrens · 4 years ago
  58. 755fd47 Minor fix in comment by Adam Sawicki · 4 years ago
  59. 72740d8 Fix indentation - always use 4 spaces instead of tabs by Adam Sawicki · 4 years ago
  60. 74bc7c7 Port memory recording in VMA to C++11 by Adam Sawicki · 4 years ago
  61. ff47235 Add .editorconfig file to configure supporting editors to use proper whitespaces for indentation by Adam Sawicki · 4 years ago
  62. 25d9b2c Add function vmaFlushAllocations, vmaInvalidateAllocations for multiple allocations at once by Adam Sawicki · 4 years ago
  63. a8a5b1f Merge pull request #122 from expipiplus1/joe-120 by Adam Sawicki · 4 years ago
  64. ba9d4b3 Merge pull request #121 from expipiplus1/joe-len by Adam Sawicki · 4 years ago
  65. f6a4037 VmaDumpVis: Gracefully handle cases where there is nothing to put on the image, e.g. the stats string was generated without detailed map enabled by Adam Sawicki · 4 years ago
  66. 115d297 Minor fix in README by Adam Sawicki · 4 years, 1 month ago
  67. d9c1c2a Merge pull request #124 from expipiplus1/joe-mention-bindings by Adam Sawicki · 4 years, 1 month ago
  68. b605c64 Mention Haskell bindings in readme by Joe Hermaszewski · 4 years, 1 month ago
  69. b52c5a3 Return VkResult in vmaInvalidateAllocation and vmaFlushAllocation by Joe Hermaszewski · 4 years, 1 month ago
  70. fc931bd Add missing length annotation in vmaAllocateMemoryPages by Joe Hermaszewski · 4 years, 1 month ago
  71. 6be3597 Minor fixes for #115 by Adam Sawicki · 4 years, 1 month ago
  72. 3f35a0c Merge pull request #117 from expipiplus1/joe-const by Adam Sawicki · 4 years, 1 month ago
  73. 9b3a159 Merge branch 'master' into joe-const by Adam Sawicki · 4 years, 1 month ago
  74. facf05e Some fixes after fb3a337 #115 by Adam Sawicki · 4 years, 1 month ago
  75. fb3a337 Merge pull request #115 from expipiplus1/joe-annotations by Adam Sawicki · 4 years, 1 month ago
  76. b713c34 Add #if VMA_DYNAMIC_VULKAN_FUNCTIONS == 1 around VmaAllocator_T::ImportVulkanFunctions_Dynamic by Adam Sawicki · 4 years, 1 month ago
  77. d8bdd78 Minor fix after c0cf25d by Adam Sawicki · 4 years, 1 month ago
  78. c4bc165 Merge pull request #118 from expipiplus1/joe-recording by Adam Sawicki · 4 years, 1 month ago
  79. 4810460 Do not include nullability and length annotations in documentation by Joe Hermaszewski · 4 years, 1 month ago
  80. f22cd7b Add const qualifier to handles where possible by Joe Hermaszewski · 4 years, 1 month ago
  81. 08bc59b Add length annotation for VmaAllocatorCreateInfo::pHeapSizeLimit by Joe Hermaszewski · 4 years, 1 month ago
  82. b9725fc Annotate types with lengths instead of parameters/members by Joe Hermaszewski · 4 years, 1 month ago
  83. 3a75628 Disable -Wnullability-completeness for the implementation by Joe Hermaszewski · 4 years, 1 month ago
  84. 35939a0 Add VMA_NULLABLE to pointed to out values by Joe Hermaszewski · 4 years, 1 month ago
  85. c6f8c86 Add annotations for nullability and length by Joe Hermaszewski · 4 years, 1 month ago
  86. c0cf25d Add CPP #error if trying to use recording on a non-Windows platform by Joe Hermaszewski · 4 years, 1 month ago
  87. 0360182 Add const qualifier to handles where possible by Joe Hermaszewski · 4 years, 1 month ago
  88. 5b602ce Merge pull request #116 from Ybalrid/patch-1 by Adam Sawicki · 4 years, 1 month ago
  89. bc0528c Fix a typo by Arthur Brainville · 4 years, 1 month ago
  90. f575c50 Further changes in importing pointers to Vulkan functions by Adam Sawicki · 4 years, 1 month ago
  91. a39951c Merge pull request #109 from JustSid/master by Adam Sawicki · 4 years, 1 month ago
  92. bb7bdb9 Fixed a race condition with incremental defragmentation. The issue here is that VmaBlockVector::DefragmentationEnd() relied on the mutex being previously locked to safely mutate its data, but with incremental defrag this isn't guaranteed to be the case anymore. by Sidney Just · 4 years, 1 month ago
  93. 3d1ce4e Support VK_KHR_buffer_device_address but not VK_EXT_buffer_device_address by Adam Sawicki · 4 years, 1 month ago
  94. 204a810 Fix documentation to state that VmaAllocatorCreateInfo::instance is now required by Adam Sawicki · 4 years, 1 month ago
  95. 2976397 Remove outdated comment by Adam Sawicki · 4 years, 1 month ago
  96. 4405c51 Fix compilation of VmaReplay project by Adam Sawicki · 4 years, 1 month ago
  97. 451bf60 Bump version number to 3.0.0-development as we broken backward compatibility by Adam Sawicki · 4 years, 1 month ago
  98. b58de2b Merge pull request #105 from Didgy74/master by Adam Sawicki · 4 years, 1 month ago
  99. 2952959 Fix a comment broken accidentally by Adam Sawicki · 4 years, 1 month ago
  100. 954631a Improve internal fetching pointers to Vulkan functions to always use vkGetInstanceProcAddr/vkGetDeviceProcAddr by Adam Sawicki · 4 years, 1 month ago