1. dfa2051 Improvement in vmaCreateAllocator in case creation fails by Adam Sawicki · 2 years, 7 months ago
  2. cc61fe1 Implemented vmaClearVirtualBlock by Adam Sawicki · 2 years, 7 months ago
  3. 9a091e8 Implemented vmaCalculateVirtualBlockStats by Adam Sawicki · 2 years, 7 months ago
  4. 72949fa Enabled more tests by Adam Sawicki · 2 years, 7 months ago
  5. e181230 More coding and more tests. Basic functionality is working now. by Adam Sawicki · 2 years, 7 months ago
  6. dc64428 Essential refactoring that made the test not crashing. by Adam Sawicki · 2 years, 7 months ago
  7. 54b7ecc More implementation and first tests. by Adam Sawicki · 2 years, 7 months ago
  8. 7acc6c0 Defined interface for virtual allocator: by Adam Sawicki · 2 years, 7 months ago
  9. 642bbfd Fixed TestInvalidAllocations by Adam Sawicki · 2 years, 7 months ago
  10. 3216bf6 Necessary refactoring to prepare for virtual allocator by Adam Sawicki · 2 years, 7 months ago
  11. e821342 Fixing logic of VmaDefragmentationAlgorithm_Fast::PostprocessMetadata broken by #201 by Adam Sawicki · 2 years, 7 months ago
  12. 2b9ee46 Merge pull request #201 from GermanAizek/patch by Adam Sawicki · 2 years, 7 months ago
  13. 666b38f Code refactor (lower scope, local var, default constructor and destructor) by semenov_gv · 2 years, 7 months ago
  14. d2f0313 Fixes in comments by Adam Sawicki · 2 years, 7 months ago
  15. 895b080 Merge branch 'master' of https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator by Adam Sawicki · 2 years, 8 months ago
  16. 63e256b Merge branch 'master' into 'master' by Sawicki, Adam · 2 years, 8 months ago
  17. 0796855 doxygen directory fix by Lukasz Izdebski · 2 years, 8 months ago
  18. b61b9ad doxygen generation fix by Lukasz Izdebski · 2 years, 8 months ago
  19. 9ea407e Merge branch 'master' into 'master' by Sawicki, Adam · 2 years, 8 months ago
  20. cf6b1a9 Doxygen added to CMake, shader project dependency added to Sample Project by Lukasz Izdebski · 2 years, 8 months ago
  21. ed45770 Merge pull request #198 from danielkrupinski/master by Adam Sawicki · 2 years, 8 months ago
  22. 39106c6 Replace tabs with spaces by Daniel Krupiński · 2 years, 8 months ago
  23. 6bdc8e1 Merge pull request #197 from danielkrupinski/master by Adam Sawicki · 2 years, 8 months ago
  24. 1b0bd18 Standardized line endings to LF by Adam Sawicki · 2 years, 8 months ago
  25. b03df28 Merge pull request #195 from akien-mga/cleanup-whitespace by Adam Sawicki · 2 years, 8 months ago
  26. c725ffd Use forwarding references with std::forward() by Daniel Krupiński · 2 years, 8 months ago
  27. 8e18c03 Remove trailing whitespace by Rémi Verschelde · 2 years, 8 months ago
  28. beb26af Merge pull request #194 from danielkrupinski/master by Adam Sawicki · 2 years, 8 months ago
  29. 2b87d57 Adjust VMA_MIN() and VMA_MAX() macros to work despite NOMINMAX being defined or not. by Daniel Krupiński · 2 years, 8 months ago
  30. d619fb1 Merge branch 'master' of https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator by Adam Sawicki · 2 years, 8 months ago
  31. 565f18b Merge pull request #193 from corporateshark/master by Adam Sawicki · 2 years, 8 months ago
  32. a992234 Little improvement in README by Adam Sawicki · 2 years, 8 months ago
  33. 73f3aed Fixed issue #192 with hardcoded VK_USE_PLATFORM_WIN32_KHR by Sergey Kosarevsky · 2 years, 8 months ago
  34. 92e5f2e Change all usage of VK_ERROR_VALIDATION_FAILED_EXT to VK_ERROR_UNKNOWN or VK_ERROR_INITIALIZATION_FAILED by Adam Sawicki · 2 years, 10 months ago
  35. b0fce34 Fixes and improvements in documentation by Adam Sawicki · 2 years, 10 months ago
  36. 9ca6ecd Include block IDs in debug log messages by Adam Sawicki · 2 years, 10 months ago
  37. 5ab5440 Minor fixes in the docs - language by Adam Sawicki · 2 years, 10 months ago
  38. 9f586a2 Added documentation chapter about OpenGL interop by Adam Sawicki · 2 years, 10 months ago
  39. a3d4905 Moved main documentation text from the beginning to the end of file by Adam Sawicki · 2 years, 10 months ago
  40. db163b0 Removed unused variable by Adam Sawicki · 2 years, 10 months ago
  41. 613b354 Merge pull request #187 from phil-el/master by Adam Sawicki · 2 years, 10 months ago
  42. f650922 Do not fail travis build if the build directory already exists. by phil-el · 2 years, 10 months ago
  43. b90d642 Merge pull request #186 from HindrikStegenga/master by Adam Sawicki · 2 years, 10 months ago
  44. 43ff2ef Add include_directories to CMake to include the header files. by Hindrik Stegenga · 2 years, 10 months ago
  45. 272ce71 Merge pull request #185 from HindrikStegenga/master by Adam Sawicki · 2 years, 10 months ago
  46. 0495495 Disable broken aligned_alloc on new versions of macOS and revert to old behaviour. by Hindrik Stegenga · 2 years, 10 months ago
  47. 5586896 Fixed documentation of the new function vmaCreateBufferWithAlignment by Adam Sawicki · 2 years, 11 months ago feature-custom-alignment
  48. f8e37ef Merge branch 'master' into feature-custom-alignment by Adam Sawicki · 2 years, 11 months ago
  49. e92f989 Added VmaAllocatorCreateInfo::pTypeExternalMemoryHandleTypes by Adam Sawicki · 2 years, 11 months ago
  50. 25e4368 Added function vmaCreateBufferWithAlignment by Adam Sawicki · 2 years, 11 months ago
  51. 96ec5ce Used range-based for loops wherever I could by Adam Sawicki · 3 years ago
  52. 0790b5f Regenerated documentation by Adam Sawicki · 3 years ago
  53. 4c8801c Fixed docs by Adam Sawicki · 3 years ago
  54. 82731fe Fixes. Left only new member VmaPoolCreateInfo::pMemoryAllocateNext. by Adam Sawicki · 3 years ago
  55. d780fe0 Merge branch 'master' into PoolCustomPnext by Adam Sawicki · 3 years ago
  56. f98d1b3 Fix to online documentation by Adam Sawicki · 3 years ago
  57. 11dce16 Added VmaPoolCreateInfo::minAllocationAlignment by Adam Sawicki · 3 years ago
  58. 8d4a9e9 Renamed macro VMA_DEBUG_ALIGNMENT to VMA_MIN_ALIGNMENT as there are valid use cases for it other than debugging purposes. by Adam Sawicki · 3 years ago
  59. 49d9f99 Fixing Linux build on TravisCI (1) by Adam Sawicki · 3 years ago
  60. f523d39 Fix .gitignore to include binaries at new locations by Adam Sawicki · 3 years ago
  61. cab4eb5 Delete shader files by Adam Sawicki · 3 years ago
  62. d4230c2 Delete binaries from old path by Adam Sawicki · 3 years ago
  63. 01521a7 Deleted Premake by Adam Sawicki · 3 years ago
  64. 351caba Regenerated documentation by Adam Sawicki · 3 years ago
  65. 2f4bc1b Merge pull request #171 from IAmNotHanni/master by Adam Sawicki · 3 years ago
  66. f7f8e8b Merge pull request #177 from pkasting/master by Adam Sawicki · 3 years ago
  67. d900294 Fixed link to include/vk_mem_alloc.h in README.md and Doxyfile by Adam Sawicki · 3 years ago
  68. e30b3ab Moving Doxyfile to main directory by Adam Sawicki · 3 years ago
  69. 248843e Added VmaVector::shrink_to_fit instead of freeMemory parameter in resize, clear, to fix compilation with VMA_USE_STL_CONTAINERS by Adam Sawicki · 3 years ago
  70. a850ffb Fix clang -Wdeprecated-copy. by Peter Kasting · 3 years ago
  71. 5c52b85 Update README by Johannes Schneider · 3 years ago
  72. f8daef8 Add VMA_STATIC_VULKAN_FUNCTIONS and set VMA_DYNAMIC_VULKAN_FUNCTIONS to ON by default by Johannes Schneider · 3 years ago
  73. c9777da Remove macros which can be configured through CMake from VmaUsage.h by Johannes Schneider · 3 years ago
  74. 948be70 Enable compiling with multiple processes for VmaReplay by Johannes Schneider · 3 years ago
  75. 12d8344 Add documentation of CMake options to README by Johannes Schneider · 3 years ago
  76. 6d3ef23 Correct README by Johannes Schneider · 3 years ago
  77. 191c64c Link VulkanMemoryAllocator to Vulkan only if static linking is enabled by Johannes Schneider · 3 years ago
  78. 8111c12 Expose important VMA settings macros as CMake options by Johannes Schneider · 3 years ago
  79. e65c146 Improve consistency in naming of targets and options by Johannes Schneider · 3 years ago
  80. 696ecd6 Replace add_definitions with add_compile_definitions by Johannes Schneider · 3 years ago
  81. a307899 Move add_subdirectory for shaders and VmaReplay to the end of the file by Johannes Schneider · 3 years ago
  82. 61a2844 Only set VMA_EXAMPLE_SOURCE_FILES when building sample app by Johannes Schneider · 3 years ago
  83. 1a25921 Make target_include_directories a one line instruction by Johannes Schneider · 3 years ago
  84. 7dc310a Remove CMAKE_DISABLE_IN_SOURCE_BUILD by Johannes Schneider · 3 years ago
  85. 08b190f Rename VmaShaders to VmaBuildExampleShaders by Johannes Schneider · 3 years ago
  86. 853f713 Remove source_group instructions by Johannes Schneider · 3 years ago
  87. dadd8f6 Show default values for CMake options in README's table by Johannes Schneider · 3 years ago
  88. 8f14179 Replace Ninja with Make as default build instruction on Linux by Johannes Schneider · 3 years ago
  89. 4a132e5 Merge pull request #173 from IAmNotHanni/documentation_fixes by Adam Sawicki · 3 years ago
  90. 8f62aa2 Rename replay app target and shaders target by Johannes Schneider · 3 years ago
  91. a7f6b7e Fix VmaReplay build by Johannes Schneider · 3 years ago
  92. 53ac25e Fixed link in documentation by Adam Sawicki · 3 years ago
  93. 31ccbf6 Minor typo fixes in code comments by Johannes Schneider · 3 years ago
  94. acba487 Add CMake build instructions by Johannes Schneider · 3 years ago
  95. 3f2238a Fix VMA_BUILD_EXAMPLE_APP_SHADERS being ignored on Linux by Johannes Schneider · 3 years ago
  96. 6b733a5 Fix missing Vulkan dependency of VmaExample by Johannes Schneider · 3 years ago
  97. b302c0d Merge pull request #172 from IAmNotHanni/remove_moltenvk_issue_175_reference by Adam Sawicki · 3 years ago
  98. d475fbb Do not set CMAKE_RUNTIME_OUTPUT_DIRECTORY by Johannes Schneider · 3 years ago
  99. e32721d Make building shaders, VMA example application and VMA replay app optional by Johannes Schneider · 3 years ago
  100. 0006996 Remove reference to MoltenVK issue 175 which is fixed now by Johannes Schneider · 3 years ago