- 3442720 Merge pull request #505 from sawickiap/master by jlacroixAMD · 14 days ago master
- 6d74249 Merge branch 'add-create-dedicated' by Adam Sawicki · 14 days ago
- d9ff0b4 Changes in TestWin32HandlesExport by Adam Sawicki · 2 weeks ago
- e64d42b Improvements in TestWin32HandlesImport by Adam Sawicki · 3 weeks ago
- 989d405 Added function vmaCreateDedicatedImage by Adam Sawicki · 3 weeks ago
- 9f097a6 Added function vmaCreateDedicatedBuffer by Adam Sawicki · 3 weeks ago
- c1e6a31 Updated documentation of vmaGetMemoryWin32Handle2 and related places by Adam Sawicki · 3 weeks ago
- b635a0f Improvements in TestWin32HandlesImport - calling vkGetPhysicalDeviceExternalBufferProperties by Adam Sawicki · 3 weeks ago
- 061b858 Added function vmaAllocateDedicatedMemory and a test for it by Adam Sawicki · 3 weeks ago
- 62ce8ac Updated documentation of vmaAllocateMemory function by Adam Sawicki · 3 weeks ago
- dc32c06 Improved documentation of function vmaCreateBuffer by Adam Sawicki · 3 weeks ago
- 16ad2f8 Updated and reorganized documentation after adding function vmaGetMemoryWin32Handle2 by Adam Sawicki · 3 weeks ago
- 33d7d27 Merge remote-tracking branch 'Agrael1/master' by Adam Sawicki · 3 weeks ago
- e83e606 Added vmaGetMemoryWin32Handle2 with selectable type of handle to export by Ilya Doroshenko · 3 weeks ago
- a7e9bf4 Fixed usage of semaphore signaled on vkAcquireNextImageKHR by Adam Sawicki · 3 weeks ago
- 1b086e6 Fixed creation of g_hRenderPass to fix Validation Layer error about synchronization by Adam Sawicki · 3 weeks ago
- 1ea4660 A minor fix by Adam Sawicki · 3 weeks ago
- 1feaa24 Fixes and improvements in TestWin32Handles by Adam Sawicki · 3 weeks ago
- 48db0e0 Fixed link to product page on GPUOpen.com by Adam Sawicki · 3 weeks ago
- 1076b34 Merge pull request #501 from sawickiap/master by jlacroixAMD · 2 months ago
- 1f0047a Fixes for some compiler warnings by Adam Sawicki · 2 months ago
- 6ec8481 Rebuilt the docs by Adam Sawicki · 4 months ago
- 68d1c97 Small improvement of 'advanced data uploading' exampe in docs (#494) by Johannes Schneider · 4 months ago
- 06a453e Small improvements of tests (#496) by Johannes Schneider · 4 months ago
- f0969e9 Minor formatting fixes in documentation by Adam Sawicki · 4 months ago
- d3d1099 Fixed a typo by Adam Sawicki · 4 months ago
- 1d8f600 Version 3.3.0 by Adam Sawicki · 4 months ago v3.3.0
- 0de67d6 Use a cache in GitHub workflow instead of downloading Vulkan SDK with every CI run (#491) by Johannes Schneider · 4 months ago
- f0dc115 Merge branch 'master' of https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator by Adam Sawicki · 5 months ago
- 0d5359c Fixes in defragmentation tests for integrated GPUs by Adam Sawicki · 5 months ago
- 228110c Use a clang-tidy configuration file (#488) by Johannes Schneider · 5 months ago
- fbd9e6e Code improvements based on static analysis by Adam Sawicki · 5 months ago
- 089e0eb Updated CHANGELOG.md for v3.3.0 by Adam Sawicki · 5 months ago
- 66db1cd Updated CHANGELOG.md by Adam Sawicki · 5 months ago
- b5409a0 Fixed Cmake script for cases when VMA_STATIC_VULKAN_FUNCTIONS is not set by Adam Sawicki · 5 months ago
- 2fd73c3 Added assert in vmaCreateImage about disjoint images not supported by Adam Sawicki · 5 months ago
- 539c0a8 Added documentation chapter: Frequenty asked questions by Adam Sawicki · 5 months ago
- f378e7b Rebuilt the documentation (2) by Adam Sawicki · 5 months ago
- 12b48eb Merge branch 'master' of https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator by Adam Sawicki · 5 months ago
- 1ea5f2f Rebuilt the documentation by Adam Sawicki · 5 months ago
- b5f2032 Added function vmaImportVulkanFunctionsFromVolk (#486) by Adam Sawicki · 5 months ago
- 1dea379 Specify C++14 as standard in CMake, not C++17 (#489) by Johannes Schneider · 5 months ago
- 8a739e4 Add more warnings to ignore list of clang-tidy for static code analysis (#485) by Johannes Schneider · 5 months ago
- fc2cea5 Fixes based on warnings from clang-tidy (2) by Adam Sawicki · 6 months ago
- f645c9b Fixes based on warnings from clang-tidy by Adam Sawicki · 6 months ago
- bcd776c Add workflow for static code analysis using clang-tidy (#482) by Johannes Schneider · 6 months ago
- 09fa3be Small maintenance of GitHub workflows (#483) by Johannes Schneider · 6 months ago
- d8d4f86 Fix in TestDefragmentationAlgorithms for Nvidia cards by Adam Sawicki · 6 months ago
- a77a76c Minor fix in TestDefragmentationAlgorithms by Adam Sawicki · 6 months ago
- 7720de0 Removed unused parameter by Adam Sawicki · 6 months ago
- 989a176 Enable extra warnings for clang and gcc in CMake (#481) by Johannes Schneider · 6 months ago
- e298b6e Revert "Enable all gcc and clang warnings for testing the CI (#478)" (#479) by Adam Sawicki · 6 months ago
- a16385b Enable all gcc and clang warnings for testing the CI (#478) by Johannes Schneider · 6 months ago
- 0183545 Added Linux CI build by Adam Sawicki · 6 months ago
- d47cf43 Removed build status from README by Adam Sawicki · 6 months ago
- a0d9a61 Removed .travis.yml by Adam Sawicki · 6 months ago
- be826d1 Merge pull request #474 from IAmNotHanni/master by Adam Sawicki · 6 months ago
- 2fdbc64 Add changes requested in code review by Johannes Schneider · 6 months ago
- 1c0c221 Add new tests for advanced data uploading by Johannes Schneider · 6 months ago
- 811773f Merge pull request #473 from IAmNotHanni/master by Adam Sawicki · 6 months ago
- 9d17673 Remove unrequired Windows clang build in GitHub by Johannes Schneider · 6 months ago
- 9d7a52b Merge pull request #469 from IAmNotHanni/master by Adam Sawicki · 6 months ago
- f6a6697 Remove LLVM install instructions by Johannes Schneider · 6 months ago
- baf2663 Improve GitHub workflow for continuous integration by Johannes Schneider · 6 months ago
- fe48cbe Improve GitHub workflow for continuous integration by Johannes Schneider · 6 months ago
- 89d3a6a Added macro VMA_DEBUG_DONT_EXCEED_HEAP_SIZE_WITH_ALLOCATION_SIZE by Adam Sawicki · 6 months ago
- c578a4f Fixes in VulkanSample.cpp for Vulkan version 1.4 by Adam Sawicki · 6 months ago
- ff39385 Added a minor comment based on #463 by Adam Sawicki · 6 months ago
- f792971 Minor fixes based on #463 by Adam Sawicki · 6 months ago
- a586429 Add GitHub workflow for continuous integration for Windows by Johannes Schneider · 6 months ago
- 29b35ea Merge pull request #468 from IAmNotHanni/master by Adam Sawicki · 6 months ago
- dccce71 Remove unused code related to incorrect validation layer warning by Johannes Schneider · 6 months ago
- c90621c Fix small typo by Johannes Schneider · 6 months ago
- c83fdd2 Merge pull request #464 from IAmNotHanni/master by Adam Sawicki · 6 months ago
- a2816cf Include vulkan_win32.h only for Windows by Johannes Schneider · 6 months ago
- c788c52 Version 3.2.1 by Adam Sawicki · 8 months ago v3.2.1
- 72c309a Merge pull request #459 from PawelGribov/fix_win32handle_test by Adam Sawicki · 8 months ago
- 418a032 Fixed typo in VmaBlockMetadata_TLSF::Alloc by Adam Sawicki · 8 months ago
- 88d7c0d Skip TestWin32Handles() if VK_KHR_external_memory_win32 is not present by Pavel Gribov · 8 months ago
- 7ab8483 Fixed assert in vmaCreateAllocator for compatibility with Vulkan 1.4 by Adam Sawicki · 8 months ago
- 790c461 Change in ImportVulkanFunctions_Dynamic for loading function vkGetPhysicalDeviceMemoryProperties2 by Adam Sawicki · 8 months ago
- f74c2d9 Updated copyright headers to year 2025 by Adam Sawicki · 9 months ago
- 3bab692 Version 3,.2.0 by Adam Sawicki · 9 months ago v3.2.0
- f3f5a98 Updated CHANGELOG.md in preparation for VMA version 3.2.0 by Adam Sawicki · 10 months ago
- 2446790 Added support for Vulkan version 1.4 by Adam Sawicki · 10 months ago
- 5a53a19 Merge pull request #454 from crud89/master by Adam Sawicki · 10 months ago
- 63480d6 Fix ineffective error code checks. by Carsten Rudolph · 10 months ago
- 05973d8 Fixes in multithreading in VmaBlockVector::Free by asawicki · 11 months ago
- 1c35ba9 Added Qt Project to the list of known uses by Adam Sawicki · 1 year, 1 month ago
- 5fadb5d Merge pull request #447 from Agrael1/master by Adam Sawicki · 1 year, 1 month ago
- 9187ce1 Fix for ABI interop (without VK_KHR_external_memory_win32) by Ilya Doroshenko · 1 year, 1 month ago
- de8e657 Merge remote-tracking branch 'origin/master' by Adam Sawicki · 1 year, 1 month ago
- 00bf7a3 Improved documentation about vk_khr_external_memory_win32 by Adam Sawicki · 1 year, 1 month ago
- 53d6fd5 Merge pull request #445 from Agrael1/master by Adam Sawicki · 1 year, 1 month ago
- 56ea455 dumb error from me by Ilya Doroshenko · 1 year, 1 month ago
- 2e37247 Fix for IntelliSense versus SRWLOCK by Adam Sawicki · 1 year, 1 month ago
- 9456069 Fixed a bug fixing compilation on Linux by Adam Sawicki · 1 year, 1 month ago
- eb46f62 Added documentation for VK_KHR_external_memory_win32 by Adam Sawicki · 1 year, 1 month ago
- ca17831 Fixes after merge for VK_KHR_external_memory_win32 support by Adam Sawicki · 1 year, 1 month ago
- 0d55cf5 Merge pull request #442 from Agrael1/master by Adam Sawicki · 1 year, 1 month ago