1. d619fb1 Merge branch 'master' of https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator by Adam Sawicki · 2 years, 7 months ago
  2. 565f18b Merge pull request #193 from corporateshark/master by Adam Sawicki · 2 years, 7 months ago
  3. a992234 Little improvement in README by Adam Sawicki · 2 years, 7 months ago
  4. 73f3aed Fixed issue #192 with hardcoded VK_USE_PLATFORM_WIN32_KHR by Sergey Kosarevsky · 2 years, 7 months ago
  5. 92e5f2e Change all usage of VK_ERROR_VALIDATION_FAILED_EXT to VK_ERROR_UNKNOWN or VK_ERROR_INITIALIZATION_FAILED by Adam Sawicki · 2 years, 8 months ago
  6. b0fce34 Fixes and improvements in documentation by Adam Sawicki · 2 years, 9 months ago
  7. 9ca6ecd Include block IDs in debug log messages by Adam Sawicki · 2 years, 9 months ago
  8. 5ab5440 Minor fixes in the docs - language by Adam Sawicki · 2 years, 9 months ago
  9. 9f586a2 Added documentation chapter about OpenGL interop by Adam Sawicki · 2 years, 9 months ago
  10. a3d4905 Moved main documentation text from the beginning to the end of file by Adam Sawicki · 2 years, 9 months ago
  11. db163b0 Removed unused variable by Adam Sawicki · 2 years, 9 months ago
  12. 613b354 Merge pull request #187 from phil-el/master by Adam Sawicki · 2 years, 9 months ago
  13. f650922 Do not fail travis build if the build directory already exists. by phil-el · 2 years, 9 months ago
  14. b90d642 Merge pull request #186 from HindrikStegenga/master by Adam Sawicki · 2 years, 9 months ago
  15. 43ff2ef Add include_directories to CMake to include the header files. by Hindrik Stegenga · 2 years, 9 months ago
  16. 272ce71 Merge pull request #185 from HindrikStegenga/master by Adam Sawicki · 2 years, 9 months ago
  17. 0495495 Disable broken aligned_alloc on new versions of macOS and revert to old behaviour. by Hindrik Stegenga · 2 years, 9 months ago
  18. 5586896 Fixed documentation of the new function vmaCreateBufferWithAlignment by Adam Sawicki · 2 years, 10 months ago feature-custom-alignment
  19. f8e37ef Merge branch 'master' into feature-custom-alignment by Adam Sawicki · 2 years, 10 months ago
  20. e92f989 Added VmaAllocatorCreateInfo::pTypeExternalMemoryHandleTypes by Adam Sawicki · 2 years, 10 months ago
  21. 25e4368 Added function vmaCreateBufferWithAlignment by Adam Sawicki · 2 years, 10 months ago
  22. 96ec5ce Used range-based for loops wherever I could by Adam Sawicki · 2 years, 10 months ago
  23. 0790b5f Regenerated documentation by Adam Sawicki · 2 years, 10 months ago
  24. 4c8801c Fixed docs by Adam Sawicki · 2 years, 10 months ago
  25. 82731fe Fixes. Left only new member VmaPoolCreateInfo::pMemoryAllocateNext. by Adam Sawicki · 2 years, 10 months ago
  26. d780fe0 Merge branch 'master' into PoolCustomPnext by Adam Sawicki · 2 years, 10 months ago
  27. f98d1b3 Fix to online documentation by Adam Sawicki · 2 years, 10 months ago
  28. 11dce16 Added VmaPoolCreateInfo::minAllocationAlignment by Adam Sawicki · 2 years, 10 months ago
  29. 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 · 2 years, 10 months ago
  30. 49d9f99 Fixing Linux build on TravisCI (1) by Adam Sawicki · 2 years, 11 months ago
  31. f523d39 Fix .gitignore to include binaries at new locations by Adam Sawicki · 2 years, 11 months ago
  32. cab4eb5 Delete shader files by Adam Sawicki · 2 years, 11 months ago
  33. d4230c2 Delete binaries from old path by Adam Sawicki · 2 years, 11 months ago
  34. 01521a7 Deleted Premake by Adam Sawicki · 2 years, 11 months ago
  35. 351caba Regenerated documentation by Adam Sawicki · 2 years, 11 months ago
  36. 2f4bc1b Merge pull request #171 from IAmNotHanni/master by Adam Sawicki · 2 years, 11 months ago
  37. f7f8e8b Merge pull request #177 from pkasting/master by Adam Sawicki · 2 years, 11 months ago
  38. d900294 Fixed link to include/vk_mem_alloc.h in README.md and Doxyfile by Adam Sawicki · 2 years, 11 months ago
  39. e30b3ab Moving Doxyfile to main directory by Adam Sawicki · 2 years, 11 months ago
  40. 248843e Added VmaVector::shrink_to_fit instead of freeMemory parameter in resize, clear, to fix compilation with VMA_USE_STL_CONTAINERS by Adam Sawicki · 2 years, 11 months ago
  41. a850ffb Fix clang -Wdeprecated-copy. by Peter Kasting · 2 years, 11 months ago
  42. 5c52b85 Update README by Johannes Schneider · 2 years, 11 months ago
  43. f8daef8 Add VMA_STATIC_VULKAN_FUNCTIONS and set VMA_DYNAMIC_VULKAN_FUNCTIONS to ON by default by Johannes Schneider · 2 years, 11 months ago
  44. c9777da Remove macros which can be configured through CMake from VmaUsage.h by Johannes Schneider · 2 years, 11 months ago
  45. 948be70 Enable compiling with multiple processes for VmaReplay by Johannes Schneider · 2 years, 11 months ago
  46. 12d8344 Add documentation of CMake options to README by Johannes Schneider · 2 years, 11 months ago
  47. 6d3ef23 Correct README by Johannes Schneider · 2 years, 11 months ago
  48. 191c64c Link VulkanMemoryAllocator to Vulkan only if static linking is enabled by Johannes Schneider · 2 years, 11 months ago
  49. 8111c12 Expose important VMA settings macros as CMake options by Johannes Schneider · 2 years, 11 months ago
  50. e65c146 Improve consistency in naming of targets and options by Johannes Schneider · 2 years, 11 months ago
  51. 696ecd6 Replace add_definitions with add_compile_definitions by Johannes Schneider · 2 years, 11 months ago
  52. a307899 Move add_subdirectory for shaders and VmaReplay to the end of the file by Johannes Schneider · 2 years, 11 months ago
  53. 61a2844 Only set VMA_EXAMPLE_SOURCE_FILES when building sample app by Johannes Schneider · 2 years, 11 months ago
  54. 1a25921 Make target_include_directories a one line instruction by Johannes Schneider · 2 years, 11 months ago
  55. 7dc310a Remove CMAKE_DISABLE_IN_SOURCE_BUILD by Johannes Schneider · 2 years, 11 months ago
  56. 08b190f Rename VmaShaders to VmaBuildExampleShaders by Johannes Schneider · 2 years, 11 months ago
  57. 853f713 Remove source_group instructions by Johannes Schneider · 2 years, 11 months ago
  58. dadd8f6 Show default values for CMake options in README's table by Johannes Schneider · 2 years, 11 months ago
  59. 8f14179 Replace Ninja with Make as default build instruction on Linux by Johannes Schneider · 2 years, 11 months ago
  60. 4a132e5 Merge pull request #173 from IAmNotHanni/documentation_fixes by Adam Sawicki · 2 years, 11 months ago
  61. 8f62aa2 Rename replay app target and shaders target by Johannes Schneider · 2 years, 11 months ago
  62. a7f6b7e Fix VmaReplay build by Johannes Schneider · 2 years, 11 months ago
  63. 53ac25e Fixed link in documentation by Adam Sawicki · 2 years, 11 months ago
  64. 31ccbf6 Minor typo fixes in code comments by Johannes Schneider · 2 years, 11 months ago
  65. acba487 Add CMake build instructions by Johannes Schneider · 2 years, 11 months ago
  66. 3f2238a Fix VMA_BUILD_EXAMPLE_APP_SHADERS being ignored on Linux by Johannes Schneider · 2 years, 11 months ago
  67. 6b733a5 Fix missing Vulkan dependency of VmaExample by Johannes Schneider · 2 years, 11 months ago
  68. b302c0d Merge pull request #172 from IAmNotHanni/remove_moltenvk_issue_175_reference by Adam Sawicki · 2 years, 11 months ago
  69. d475fbb Do not set CMAKE_RUNTIME_OUTPUT_DIRECTORY by Johannes Schneider · 2 years, 11 months ago
  70. e32721d Make building shaders, VMA example application and VMA replay app optional by Johannes Schneider · 2 years, 11 months ago
  71. 0006996 Remove reference to MoltenVK issue 175 which is fixed now by Johannes Schneider · 2 years, 11 months ago
  72. 69747a2 Add CMake support by Johannes · 2 years, 11 months ago
  73. cc47fcf Merge pull request #167 from devnexen/clang_build_warning_fixes by Adam Sawicki · 3 years ago
  74. 1b15bc0 clang build warning fixes proposal by David Carlier · 3 years ago
  75. 6889faa Merge pull request #166 from krOoze/patch-1 by Adam Sawicki · 3 years ago
  76. 7a1b637 Docs typo by Petr Kraus · 3 years ago
  77. 59ec080 Moved main file vk_mem_alloc.h to subdirectory include/ by Adam Sawicki · 3 years ago
  78. d1851f0 Rebuilt binaries, regenerated documentation by Adam Sawicki · 3 years, 1 month ago
  79. a75a61b Added parsing of command line parameters and GPU selection by Adam Sawicki · 3 years, 1 month ago
  80. 48e3d88 Improved macros TEST, ERR_GUARD_VULKAN by Adam Sawicki · 3 years, 1 month ago
  81. 4b047fd Optimization: custom pools are on an intrusive double linked list not sorted vector by Adam Sawicki · 3 years, 2 months ago
  82. 7b9f7b6 Fix for compilation on Linux by Adam Sawicki · 3 years, 2 months ago
  83. 47c1cec Optimization: dedicated allocations are on an intrusive double linked list not sorted vector by Adam Sawicki · 3 years, 2 months ago
  84. 0a3c6b5 Fixed usage of VK_KHR_buffer_device_address extension by Adam Sawicki · 3 years, 2 months ago
  85. 41b4111 Fixed synchronization issue in TestPool_Benchmark by Adam Sawicki · 3 years, 2 months ago
  86. e74dc79 Fix VmaReplay after removing vmaResizeAllocation function by Adam Sawicki · 3 years, 2 months ago
  87. 6859ef2 Removed deprecated function vmaResizeAllocation by Adam Sawicki · 3 years, 2 months ago
  88. afd5056 Sample app: Added printing information about available memory heaps nad types by Adam Sawicki · 3 years, 2 months ago
  89. a420c3d Fixed budget management in VmaBlockVector::Allocate for cases when some of multi-page allocations fail by Adam Sawicki · 3 years, 2 months ago
  90. 7e56c48 Fix in tests for AMD APU with DEVICE_LOCAL heap of only 256 MB by Adam Sawicki · 3 years, 2 months ago
  91. a9a458c Fix for build on Linux #6 by Adam Sawicki · 3 years, 2 months ago
  92. 51ee5c8 Fix for build on Linux #5 by Adam Sawicki · 3 years, 2 months ago
  93. 4cbb178 Fix for build on Linux #4 by Adam Sawicki · 3 years, 2 months ago
  94. cca09e3 Fix for build on Linux #3 by Adam Sawicki · 3 years, 2 months ago
  95. 1e509aa Fix for build on Linux #2 by Adam Sawicki · 3 years, 2 months ago
  96. 4dfa169 Fix for build on Linux by Adam Sawicki · 3 years, 2 months ago
  97. ae0b011 Internal improvement: Added counting total number of VkDeviceMemory blocks. by Adam Sawicki · 3 years, 2 months ago
  98. 1635a1a Trying to fix Travis-CI build by Adam Sawicki · 3 years, 2 months ago
  99. 26eaa3b A fix in TestPool_Benchmark for GPUs with only 256 MB of DEVICE_LOCAL memory by Adam Sawicki · 3 years, 2 months ago
  100. 2882236 Migrated Linux CI build from travis-ci.org to travis-ci.com - updated status icon in README.md by Adam Sawicki · 3 years, 2 months ago