1. 4499711 Move preprocessor directives that may influence user code into implementation block by Frank Richter · 3 years, 8 months ago
  2. bead9ea Fix misspellings. by Ashkan Aliabadi · 3 years, 8 months ago
  3. 2193611 Merge branch 'master' of https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator by Adam Sawicki · 3 years, 8 months ago
  4. 0620c8e Add test and documentation for resource aliasing (overlap). by Adam Sawicki · 3 years, 8 months ago
  5. b9ad5e7 Merge pull request #145 from stricmp/master by Adam Sawicki · 3 years, 8 months ago
  6. 0ef61c2 Fix in documentation chapter "Finding out if memory is mappable" by Adam Sawicki · 3 years, 8 months ago
  7. e658b89 Add "Atypical Games - proprietary game engine" to the list of software using this library by Adam Sawicki · 3 years, 8 months ago
  8. 416996c Fix VMA_DYNAMIC_VULKAN_FUNCTIONS compilation errors when VK_NO_PROTOTYPES is defined by Tri S · 3 years, 9 months ago
  9. b0e97e5 Merge pull request #141 from dkorkmazturk/master by Adam Sawicki · 3 years, 9 months ago
  10. 67bf13c Fix a typo in the explanation of VMA_ALLOCATION_CREATE_MAPPED_BIT by Doğukan Korkmaztürk · 3 years, 9 months ago
  11. db4c163 Fix compilation errors by Adam Sawicki · 3 years, 9 months ago
  12. 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
  13. 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
  14. e9f387a Merge pull request #137 from phuang/master by Adam Sawicki · 3 years, 10 months ago
  15. 08bce53 mac: Only call system aligned_alloc() with the 11.0+ SDK. by Nico Weber · 3 years, 10 months ago
  16. c331971 Only use system aligned_alloc on mac/ios if the SDK has them. by Nico Weber · 3 years, 10 months ago
  17. 5ef3d92 Fix argument order for aligned_alloc on mac. by Nico Weber · 3 years, 10 months ago
  18. 1268da7 Make vulkan_memory_allocator build with the MacOSX11.0 SDK. by Nico Weber · 3 years, 10 months ago
  19. 7cb859d Improvement in VmaAlignUp, VmaAlignDown by Adam Sawicki · 3 years, 10 months ago
  20. 376ada3 Merge pull request #136 from GreenFoxLight/master by Adam Sawicki · 3 years, 10 months ago
  21. 67824c5 Correct if in mapping example by Kevin Trogant · 3 years, 10 months ago
  22. aaa1a56 Clarify documentation of VmaAllocationInfo::size by Adam Sawicki · 3 years, 10 months ago
  23. 1ebda1e Add assert to check success of a CPU memory allocation by Adam Sawicki · 3 years, 10 months ago
  24. f9921ae Fix VmaAllocator_T::ImportVulkanFunctions_Dynamic for cases when Vulkan 1.1 is used by Adam Sawicki · 3 years, 11 months ago
  25. 650ebdf Remove invalid outdated assert in vmaBeginDefragmentationPass by Adam Sawicki · 4 years ago
  26. 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
  27. 309fa0e Merge pull request #128 from hartmutbehrens/fix/docs by Adam Sawicki · 4 years ago
  28. 1e11595 fix(docs): instance not optional in quick start by Hartmut Behrens · 4 years ago
  29. 755fd47 Minor fix in comment by Adam Sawicki · 4 years ago
  30. 72740d8 Fix indentation - always use 4 spaces instead of tabs by Adam Sawicki · 4 years ago
  31. 74bc7c7 Port memory recording in VMA to C++11 by Adam Sawicki · 4 years ago
  32. ff47235 Add .editorconfig file to configure supporting editors to use proper whitespaces for indentation by Adam Sawicki · 4 years ago
  33. 25d9b2c Add function vmaFlushAllocations, vmaInvalidateAllocations for multiple allocations at once by Adam Sawicki · 4 years ago
  34. a8a5b1f Merge pull request #122 from expipiplus1/joe-120 by Adam Sawicki · 4 years ago
  35. ba9d4b3 Merge pull request #121 from expipiplus1/joe-len by Adam Sawicki · 4 years ago
  36. 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
  37. 115d297 Minor fix in README by Adam Sawicki · 4 years ago
  38. d9c1c2a Merge pull request #124 from expipiplus1/joe-mention-bindings by Adam Sawicki · 4 years ago
  39. b605c64 Mention Haskell bindings in readme by Joe Hermaszewski · 4 years, 1 month ago
  40. b52c5a3 Return VkResult in vmaInvalidateAllocation and vmaFlushAllocation by Joe Hermaszewski · 4 years, 1 month ago
  41. fc931bd Add missing length annotation in vmaAllocateMemoryPages by Joe Hermaszewski · 4 years, 1 month ago
  42. 6be3597 Minor fixes for #115 by Adam Sawicki · 4 years, 1 month ago
  43. 3f35a0c Merge pull request #117 from expipiplus1/joe-const by Adam Sawicki · 4 years, 1 month ago
  44. 9b3a159 Merge branch 'master' into joe-const by Adam Sawicki · 4 years, 1 month ago
  45. facf05e Some fixes after fb3a337 #115 by Adam Sawicki · 4 years, 1 month ago
  46. fb3a337 Merge pull request #115 from expipiplus1/joe-annotations by Adam Sawicki · 4 years, 1 month ago
  47. b713c34 Add #if VMA_DYNAMIC_VULKAN_FUNCTIONS == 1 around VmaAllocator_T::ImportVulkanFunctions_Dynamic by Adam Sawicki · 4 years, 1 month ago
  48. d8bdd78 Minor fix after c0cf25d by Adam Sawicki · 4 years, 1 month ago
  49. c4bc165 Merge pull request #118 from expipiplus1/joe-recording by Adam Sawicki · 4 years, 1 month ago
  50. 4810460 Do not include nullability and length annotations in documentation by Joe Hermaszewski · 4 years, 1 month ago
  51. f22cd7b Add const qualifier to handles where possible by Joe Hermaszewski · 4 years, 1 month ago
  52. 08bc59b Add length annotation for VmaAllocatorCreateInfo::pHeapSizeLimit by Joe Hermaszewski · 4 years, 1 month ago
  53. b9725fc Annotate types with lengths instead of parameters/members by Joe Hermaszewski · 4 years, 1 month ago
  54. 3a75628 Disable -Wnullability-completeness for the implementation by Joe Hermaszewski · 4 years, 1 month ago
  55. 35939a0 Add VMA_NULLABLE to pointed to out values by Joe Hermaszewski · 4 years, 1 month ago
  56. c6f8c86 Add annotations for nullability and length by Joe Hermaszewski · 4 years, 1 month ago
  57. c0cf25d Add CPP #error if trying to use recording on a non-Windows platform by Joe Hermaszewski · 4 years, 1 month ago
  58. 0360182 Add const qualifier to handles where possible by Joe Hermaszewski · 4 years, 1 month ago
  59. 5b602ce Merge pull request #116 from Ybalrid/patch-1 by Adam Sawicki · 4 years, 1 month ago
  60. bc0528c Fix a typo by Arthur Brainville · 4 years, 1 month ago
  61. f575c50 Further changes in importing pointers to Vulkan functions by Adam Sawicki · 4 years, 1 month ago
  62. a39951c Merge pull request #109 from JustSid/master by Adam Sawicki · 4 years, 1 month ago
  63. 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
  64. 3d1ce4e Support VK_KHR_buffer_device_address but not VK_EXT_buffer_device_address by Adam Sawicki · 4 years, 1 month ago
  65. 204a810 Fix documentation to state that VmaAllocatorCreateInfo::instance is now required by Adam Sawicki · 4 years, 1 month ago
  66. 2976397 Remove outdated comment by Adam Sawicki · 4 years, 1 month ago
  67. 4405c51 Fix compilation of VmaReplay project by Adam Sawicki · 4 years, 1 month ago
  68. 451bf60 Bump version number to 3.0.0-development as we broken backward compatibility by Adam Sawicki · 4 years, 1 month ago
  69. b58de2b Merge pull request #105 from Didgy74/master by Adam Sawicki · 4 years, 1 month ago
  70. 2952959 Fix a comment broken accidentally by Adam Sawicki · 4 years, 1 month ago
  71. 954631a Improve internal fetching pointers to Vulkan functions to always use vkGetInstanceProcAddr/vkGetDeviceProcAddr by Adam Sawicki · 4 years, 1 month ago
  72. 77b55b3 Fix VmaAllocator_T::AllocateDedicatedMemory to make it compiling with Vulkan SDK 1.1.130.0 (linux) by Adam Sawicki · 4 years, 1 month ago
  73. 854b25d Update README.md to better describe extensions supported by Adam Sawicki · 4 years, 1 month ago
  74. e73e988 Add support for buffer device address, together with documentation and tests by Adam Sawicki · 4 years, 1 month ago
  75. d00c9b6 Fixed bug where pUserData was not being assigned during initialization. by Nils Petter Skålerud · 4 years, 1 month ago
  76. eebf47c Added a member void* pUserData to VmaDeviceMemoryCallbacks by Nils Petter Skålerud · 4 years, 1 month ago
  77. 39aeff7 Remove incorrect asserts from vmaCreateBuffer by Adam Sawicki · 4 years, 1 month ago
  78. 1b8bdb2 Remove unused variable in VmaBlockVector::AllocatePage by Adam Sawicki · 4 years, 2 months ago
  79. fbaccff Minor tweak in TestHeapSizeLimit to pass on AMD integrated graphics which has only 200 MB of DEVICE_LOCAL memory by Adam Sawicki · 4 years, 2 months ago
  80. 6a93b8a Protection against incorrect (0 or very large) memory budget returned by some bugged drivers by Adam Sawicki · 4 years, 2 months ago
  81. 36af654 Merge pull request #100 from res2k/docs by Adam Sawicki · 4 years, 2 months ago
  82. c534e61 Typo fix by Frank Richter · 4 years, 2 months ago
  83. e8a8544 Sample application: Print physical device parameters like deviceID and deviceName by Adam Sawicki · 4 years, 2 months ago
  84. a4f2eb9 Don't enable extensions that are promoted to core Vulkan 1.1 by Adam Sawicki · 4 years, 2 months ago
  85. 003451e Fixes in VmaAllocator_T::ImportVulkanFunctions by Adam Sawicki · 4 years, 2 months ago
  86. 8ef0d20 Merge branch 'Vulkan1_2' by Adam Sawicki · 4 years, 2 months ago
  87. 74ef41e Bump version number and date by Adam Sawicki · 4 years, 2 months ago
  88. a1d992f Add function vmaGetAllocatorInfo, structure VmaAllocatorInfo by Adam Sawicki · 4 years, 2 months ago
  89. 67f9dfa Update Vulkan SDK version in TravisCI configuration by Adam Sawicki · 4 years, 3 months ago
  90. 7600420 Add documentation chapter about VK_AMD_device_coherent_memory extension usage by Adam Sawicki · 4 years, 3 months ago
  91. 5088250 Add support for VK_AMD_device_coherent_memory extension by Adam Sawicki · 4 years, 3 months ago
  92. 82ec443 Minor fix: Use std::forward with parameter pack by Adam Sawicki · 4 years, 3 months ago
  93. aaba210 Refactoring: Use constructor and destructor in VmaAllocation_T by Adam Sawicki · 4 years, 3 months ago
  94. 1a63ebc Rebuild binaries using Visual Studio 2017 instead of 2019 by Adam Sawicki · 4 years, 3 months ago
  95. 9151e50 Rebuild binaries using Visual Studio 2017 instead of 2019 by Adam Sawicki · 4 years, 3 months ago Vulkan1_2
  96. cdd30bb Prepare to support Vulkan 1.2 by Adam Sawicki · 4 years, 3 months ago
  97. b98cba1 Merge pull request #97 from JustSid/master by Adam Sawicki · 4 years, 3 months ago
  98. f91dd04 Fixed incorrect for loop in ProcessDefragmetnations() that would lead to partial defragmentation passes being broken by Sidney Just · 4 years, 4 months ago
  99. d0e55f9 Merge pull request #95 from TheLavaBlock/master by Adam Sawicki · 4 years, 4 months ago
  100. 361fcfc Fix C++17 shared_mutex compile error by Lava Block · 4 years, 4 months ago