1. b1d65a2 Add vma.cpp contains vma's implementation. by Peng Huang · 4 years, 6 months ago
  2. c039c22 Add a new target with the VmaUsage.cpp and VmaUsage.h by Peng Huang · 4 years, 6 months ago
  3. 065e739 Merge "Suppress two override suggestion warnings." by Jamie Madill · 5 years ago
  4. 67dd6ca Suppress two override suggestion warnings. by Jamie Madill · 5 years ago
  5. 6c656df mac: Only call system aligned_alloc() with the 11.0+ SDK. by Nico Weber · 5 years ago
  6. 435f903 Only use system aligned_alloc on mac/ios if the SDK has them. by Nico Weber · 5 years ago
  7. 72aa7fe Fix argument order for aligned_alloc on mac. by Nico Weber · 5 years ago
  8. 7cf9b22 Make vulkan_memory_allocator build with the MacOSX11.0 SDK. by Nico Weber · 5 years ago
  9. 431d6e5 Merge remote-tracking branch 'origin/upstream/master' by Jamie Madill · 5 years ago
  10. f9921ae Fix VmaAllocator_T::ImportVulkanFunctions_Dynamic for cases when Vulkan 1.1 is used by Adam Sawicki · 5 years ago
  11. 650ebdf Remove invalid outdated assert in vmaBeginDefragmentationPass by Adam Sawicki · 5 years ago
  12. 72983b0 Clarified documentation in few places to mention textures need to use LINEAR layout when accessed from the host by Adam Sawicki · 5 years ago
  13. dac952e Restore BUILD.gn. by Jamie Madill · 5 years ago
  14. 7425dc1 Suppress a couple more VMA warnings and update README. by Jamie Madill · 5 years ago
  15. 309fa0e Merge pull request #128 from hartmutbehrens/fix/docs by Adam Sawicki · 5 years ago
  16. 9b2c119 Merge remote-tracking branch 'origin/upstream/master' by Jamie Madill · 5 years ago
  17. 1e11595 fix(docs): instance not optional in quick start by Hartmut Behrens · 5 years ago
  18. cb11e42 Update integration for use with Chromium. by Jamie Madill · 5 years ago
  19. 755fd47 Minor fix in comment by Adam Sawicki · 5 years ago
  20. 72740d8 Fix indentation - always use 4 spaces instead of tabs by Adam Sawicki · 5 years ago
  21. 74bc7c7 Port memory recording in VMA to C++11 by Adam Sawicki · 5 years ago
  22. ff47235 Add .editorconfig file to configure supporting editors to use proper whitespaces for indentation by Adam Sawicki · 5 years ago
  23. 25d9b2c Add function vmaFlushAllocations, vmaInvalidateAllocations for multiple allocations at once by Adam Sawicki · 5 years ago
  24. a8a5b1f Merge pull request #122 from expipiplus1/joe-120 by Adam Sawicki · 5 years ago
  25. ba9d4b3 Merge pull request #121 from expipiplus1/joe-len by Adam Sawicki · 5 years ago
  26. 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 · 5 years ago
  27. ebd397e Modify to not depend directly on volk. by Jonah Ryan-Davis · 5 years ago
  28. 115d297 Minor fix in README by Adam Sawicki · 5 years ago
  29. d9c1c2a Merge pull request #124 from expipiplus1/joe-mention-bindings by Adam Sawicki · 5 years ago
  30. b605c64 Mention Haskell bindings in readme by Joe Hermaszewski · 5 years ago
  31. b52c5a3 Return VkResult in vmaInvalidateAllocation and vmaFlushAllocation by Joe Hermaszewski · 5 years ago
  32. fc931bd Add missing length annotation in vmaAllocateMemoryPages by Joe Hermaszewski · 5 years ago
  33. 6be3597 Minor fixes for #115 by Adam Sawicki · 5 years ago
  34. 3f35a0c Merge pull request #117 from expipiplus1/joe-const by Adam Sawicki · 5 years ago
  35. 9b3a159 Merge branch 'master' into joe-const by Adam Sawicki · 5 years ago
  36. facf05e Some fixes after fb3a337 #115 by Adam Sawicki · 5 years ago
  37. fb3a337 Merge pull request #115 from expipiplus1/joe-annotations by Adam Sawicki · 5 years ago
  38. b713c34 Add #if VMA_DYNAMIC_VULKAN_FUNCTIONS == 1 around VmaAllocator_T::ImportVulkanFunctions_Dynamic by Adam Sawicki · 5 years ago
  39. d8bdd78 Minor fix after c0cf25d by Adam Sawicki · 5 years ago
  40. c4bc165 Merge pull request #118 from expipiplus1/joe-recording by Adam Sawicki · 5 years ago
  41. 4810460 Do not include nullability and length annotations in documentation by Joe Hermaszewski · 5 years ago
  42. ec44c31 Update location modifications. by Jamie Madill · 5 years ago
  43. f22cd7b Add const qualifier to handles where possible by Joe Hermaszewski · 5 years ago
  44. 08bc59b Add length annotation for VmaAllocatorCreateInfo::pHeapSizeLimit by Joe Hermaszewski · 5 years ago
  45. b9725fc Annotate types with lengths instead of parameters/members by Joe Hermaszewski · 5 years ago
  46. 3a75628 Disable -Wnullability-completeness for the implementation by Joe Hermaszewski · 5 years ago
  47. 35939a0 Add VMA_NULLABLE to pointed to out values by Joe Hermaszewski · 5 years ago
  48. c6f8c86 Add annotations for nullability and length by Joe Hermaszewski · 5 years ago
  49. c0cf25d Add CPP #error if trying to use recording on a non-Windows platform by Joe Hermaszewski · 5 years ago
  50. 0360182 Add const qualifier to handles where possible by Joe Hermaszewski · 5 years ago
  51. 5b602ce Merge pull request #116 from Ybalrid/patch-1 by Adam Sawicki · 5 years ago
  52. bc0528c Fix a typo by Arthur Brainville · 5 years ago
  53. 4a6bf08 Add local modifications for Vulkan Memory Allocator. by Jamie Madill · 5 years ago
  54. a754667 Fix Clang implicit fallthrough warning. by Jamie Madill · 5 years ago
  55. f575c50 Further changes in importing pointers to Vulkan functions by Adam Sawicki · 5 years ago
  56. a39951c Merge pull request #109 from JustSid/master by Adam Sawicki · 5 years ago
  57. 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 · 5 years ago
  58. 3d1ce4e Support VK_KHR_buffer_device_address but not VK_EXT_buffer_device_address by Adam Sawicki · 5 years ago
  59. 204a810 Fix documentation to state that VmaAllocatorCreateInfo::instance is now required by Adam Sawicki · 5 years ago
  60. 2976397 Remove outdated comment by Adam Sawicki · 5 years ago
  61. 4405c51 Fix compilation of VmaReplay project by Adam Sawicki · 5 years ago
  62. 451bf60 Bump version number to 3.0.0-development as we broken backward compatibility by Adam Sawicki · 5 years ago
  63. b58de2b Merge pull request #105 from Didgy74/master by Adam Sawicki · 5 years ago
  64. 2952959 Fix a comment broken accidentally by Adam Sawicki · 5 years ago
  65. 954631a Improve internal fetching pointers to Vulkan functions to always use vkGetInstanceProcAddr/vkGetDeviceProcAddr by Adam Sawicki · 5 years ago
  66. 77b55b3 Fix VmaAllocator_T::AllocateDedicatedMemory to make it compiling with Vulkan SDK 1.1.130.0 (linux) by Adam Sawicki · 5 years ago
  67. 854b25d Update README.md to better describe extensions supported by Adam Sawicki · 5 years ago
  68. e73e988 Add support for buffer device address, together with documentation and tests by Adam Sawicki · 5 years ago
  69. d00c9b6 Fixed bug where pUserData was not being assigned during initialization. by Nils Petter Skålerud · 5 years ago
  70. eebf47c Added a member void* pUserData to VmaDeviceMemoryCallbacks by Nils Petter Skålerud · 5 years ago
  71. 39aeff7 Remove incorrect asserts from vmaCreateBuffer by Adam Sawicki · 5 years ago
  72. 1b8bdb2 Remove unused variable in VmaBlockVector::AllocatePage by Adam Sawicki · 5 years ago
  73. fbaccff Minor tweak in TestHeapSizeLimit to pass on AMD integrated graphics which has only 200 MB of DEVICE_LOCAL memory by Adam Sawicki · 5 years ago
  74. 6a93b8a Protection against incorrect (0 or very large) memory budget returned by some bugged drivers by Adam Sawicki · 5 years ago
  75. 36af654 Merge pull request #100 from res2k/docs by Adam Sawicki · 5 years ago
  76. c534e61 Typo fix by Frank Richter · 5 years ago
  77. e8a8544 Sample application: Print physical device parameters like deviceID and deviceName by Adam Sawicki · 5 years ago
  78. a4f2eb9 Don't enable extensions that are promoted to core Vulkan 1.1 by Adam Sawicki · 5 years ago
  79. 003451e Fixes in VmaAllocator_T::ImportVulkanFunctions by Adam Sawicki · 5 years ago
  80. 8ef0d20 Merge branch 'Vulkan1_2' by Adam Sawicki · 5 years ago
  81. 74ef41e Bump version number and date by Adam Sawicki · 5 years ago
  82. a1d992f Add function vmaGetAllocatorInfo, structure VmaAllocatorInfo by Adam Sawicki · 5 years ago
  83. 67f9dfa Update Vulkan SDK version in TravisCI configuration by Adam Sawicki · 5 years ago
  84. 7600420 Add documentation chapter about VK_AMD_device_coherent_memory extension usage by Adam Sawicki · 5 years ago
  85. 5088250 Add support for VK_AMD_device_coherent_memory extension by Adam Sawicki · 5 years ago
  86. 82ec443 Minor fix: Use std::forward with parameter pack by Adam Sawicki · 5 years ago
  87. aaba210 Refactoring: Use constructor and destructor in VmaAllocation_T by Adam Sawicki · 5 years ago
  88. 1a63ebc Rebuild binaries using Visual Studio 2017 instead of 2019 by Adam Sawicki · 5 years ago
  89. 9151e50 Rebuild binaries using Visual Studio 2017 instead of 2019 by Adam Sawicki · 5 years ago
  90. cdd30bb Prepare to support Vulkan 1.2 by Adam Sawicki · 5 years ago
  91. b98cba1 Merge pull request #97 from JustSid/master by Adam Sawicki · 6 years ago
  92. f91dd04 Fixed incorrect for loop in ProcessDefragmetnations() that would lead to partial defragmentation passes being broken by Sidney Just · 6 years ago
  93. d0e55f9 Merge pull request #95 from TheLavaBlock/master by Adam Sawicki · 6 years ago
  94. 361fcfc Fix C++17 shared_mutex compile error by Lava Block · 6 years ago
  95. c467e28 Renames in the library and fixes in tests for the new defragmentation by Adam Sawicki · 6 years ago
  96. a52012d Prototype of a defragmentation interface that supports tiling optimal images by Adam Sawicki · 6 years ago
  97. c8eec75 Minor addition to the documentation regarding allocation string names by Adam Sawicki · 6 years ago
  98. 7f708db Use NDEBUG instead of _DEBUG macro to detect debug build by Adam Sawicki · 6 years ago
  99. e9bfb53 Publish version 2.3.0 final by Adam Sawicki · 6 years ago upstream/v2.3.0
  100. 851d5e5 Fix typo in CHANGELOG.md by Adam Sawicki · 6 years ago