Adam Sawicki
f1ab507d00
Fix in VmaBlockMetadata_Linear::CreateAllocationRequest for too large allocations
...
Fixes #396 - thanks @dm-tesla
2024-02-23 17:28:22 +01:00
Adam Sawicki
9b7687761a
Added comprehensive tests for all kinds of statistics
2024-02-22 16:36:38 +01:00
Adam Sawicki
71309c5106
Fixed documentation generation for function vmaBuildStatsString, vmaFreeStatsString
...
Regenerated the documentation.
2024-02-22 14:07:53 +01:00
Adam Sawicki
19b3ba34c2
Added Cyberpunk 2077 to the list of known users
2024-02-22 14:02:04 +01:00
Adam Sawicki
e833b3ec95
Fixed VmaDeviceMemoryBlock::Map for mapping hysteresis to work correctly when the mapping fails
...
Also added test for it.
Fixes #407 - thanks @matusfedorko
2024-02-22 13:44:49 +01:00
Adam Sawicki
2f4a2d24cf
Added Baldur's Gate III to the list of known users
2024-02-22 13:17:34 +01:00
Adam Sawicki
d802b362c6
Rebuilt the documentation
2024-02-13 11:56:59 +01:00
Adam Sawicki
6c296d3c61
Merge pull request #409 from res2k/leak-docs
...
Attempt to document leak detection aids
2024-02-13 11:50:12 +01:00
Frank Richter
fbf93a4270
Attempt to document leak detection aids
2024-02-13 11:41:51 +01:00
Adam Sawicki
38627f4e37
Added VMA_LEN_IF_NOT_NULL decoration to the new functions vmaCopyMemoryToAllocation, vmaCopyAllocationToMemory
...
Fixes #406 - thanks @qbojj
2024-02-06 13:13:24 +01:00
Adam Sawicki
a13c193d1e
Merge branch 'master' of https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
2024-01-30 14:39:52 +01:00
Adam Sawicki
5db4414d39
Fixed bug in VmaBlockMetadata_Linear::PrintDetailedMap
...
Fixes #405 - thanks @marrodriguez-EA
2024-01-30 14:39:38 +01:00
Adam Sawicki
94b1acaef0
Merge pull request #404 from serboupal/serboupal-semicolon
...
Remove semicolon outside function
2024-01-26 13:12:48 +01:00
serboupal
6887c7700f
Remove semicolon outside function
2024-01-26 13:09:47 +01:00
Adam Sawicki
7924e27f81
Fixes in calls to VMA_DEBUG_LOG_FORMAT, using PRIu32 for compatibility
...
See #400 , thanks @dneto0 and @alecazam
2024-01-24 14:13:44 +01:00
Adam Sawicki
01ccf06e4c
Merge pull request #400 from dneto0/issue-399
...
Use format specifier PRIu64 only with uint64_t types
2024-01-24 14:02:03 +01:00
David Neto
927c0a8573
Use format specifier PRIu64 only with uint64_t types
...
Fixed : #399
2024-01-23 21:04:34 +00:00
Adam Sawicki
ddbd93dcd8
Minor fix in the documentation
2024-01-21 13:37:28 +01:00
Adam Sawicki
b5456bb4e5
Added functions vmaCopyMemoryToAllocation, vmaCopyAllocationToMemory
...
Few other minor fixes and improvements.
Regenerated documentation.
2024-01-21 13:30:23 +01:00
Adam Sawicki
484f40312f
Multiple improvements in documentation
2024-01-21 11:41:10 +01:00
Adam Sawicki
b0573ca031
Updated CHANGELOG.md
2024-01-21 00:25:46 +01:00
Adam Sawicki
498486b1e5
Added usage of std::countr_zero, std::countl_zero from C++20 when available
2024-01-20 23:49:24 +01:00
Adam Sawicki
037a9386cb
Removed commented code
2024-01-20 23:27:50 +01:00
Adam Sawicki
68d510599e
Fixed documentation of VmaAllocatorCreateInfo::vulkanApiVersion
...
Fixes #384 - thanks @qbojj
2024-01-20 23:01:16 +01:00
Adam Sawicki
a0a04a22e9
Added support for VK_KHR_maintenance4 extension
...
Added VMA_ALLOCATOR_CREATE_KHR_MAINTENANCE4_BIT..
See #397 .
2024-01-20 22:48:20 +01:00
Adam Sawicki
14dfcd8fe3
Added documentation chapter "When not to use custom pools"
2024-01-14 22:20:03 +01:00
Adam Sawicki
0479c369d3
Minor improvements in documentation
2024-01-14 21:41:15 +01:00
Adam Sawicki
853ceacb3f
README: Added GFXReconstruct to the list of known uses
2024-01-14 21:31:33 +01:00
Adam Sawicki
da13be0912
Updated Doxyfile to version 1.10.0
2024-01-14 21:29:33 +01:00
Adam Sawicki
14342eab89
Fixed documentation generation with respect to VMA_EXTENDS_VK_STRUCT macro
2024-01-14 21:27:05 +01:00
Adam Sawicki
c23192cfc1
Added macro VMA_LEAK_LOG_FORMAT
...
Fixes #379 - thanks @alecazam
2024-01-14 21:22:25 +01:00
Adam Sawicki
51bac8e0ea
Fixed VK_ERROR_UNKNOWN -> VK_ERROR_UNKNOWN_COPY
...
See #385 - thanks @alecazam
2024-01-14 21:14:35 +01:00
Adam Sawicki
145917616e
Replaced "%llu" with "%" PRIu64
...
To improve compatibility with some compilers. See #385 , #379 . Thanks @alecazam
2024-01-14 21:13:21 +01:00
Adam Sawicki
b4d0c0accc
Bumped GpuMemDumpVis version
2024-01-14 20:59:45 +01:00
Adam Sawicki
3406719052
GpuMemDumpVis: Fixed VK_IMAGE_USAGE_STORAGE_BIT to be treated like COLOR_ATTACHMENT
2024-01-14 20:31:17 +01:00
Adam Sawicki
596db32a8a
Updated date in copyright headers
2024-01-14 20:18:45 +01:00
Adam Sawicki
5e43c795da
Merge pull request #388 from eszlari/patch-1
...
README.md: add Blender ref
2023-11-20 10:19:25 +01:00
eszlari
278c03fc94
README.md: add Blender ref
2023-11-17 23:06:59 +01:00
Adam Sawicki
a53702cbe2
More fixes based on #385
...
Thanks @alecazam
2023-11-13 13:59:23 +01:00
Adam Sawicki
b721922bce
Added VMA_ASSERT_LEAK macro
...
See #385 Thanks @alecazam !
2023-11-08 18:14:46 +01:00
Adam Sawicki
b2e7801ff3
Added function vmaGetAllocationInfo2, structure VmaAllocationInfo2
...
See #383 , #340 Thanks @debaetsd !
Rebuilt the docs.
2023-11-08 18:01:19 +01:00
Adam Sawicki
6100c86d5b
GpuMemDumpVis/README.md: Added warning about aliasing not supported
...
Fixes #381 Thanks @alecazam
2023-11-06 11:00:03 +01:00
Adam Sawicki
dc8a3fb0f2
Fixed GpuMemDumpVis.py to not use deprecated Pillow function textsize
...
See #375 Thanks @alecazam
2023-10-30 18:27:40 +01:00
Adam Sawicki
7bd97fa410
Fixed memory leak in VmaPool_T::~VmaPool_T
...
Fixes #378 Thanks @alecazam
2023-10-30 18:17:52 +01:00
Adam Sawicki
138ce7bda0
Fix in VmaJsonWriter::ContinueString
...
Fixes #376 Thanks @alecazam
2023-10-30 18:14:08 +01:00
Adam Sawicki
2f382df218
Fixed signed/unsigned mismatch in FindMemoryPreferences
...
For compatibility with UBSan. Fixes #368 - thanks @markridgewell
2023-09-11 17:58:15 +02:00
Adam Sawicki
5a8fd79c59
Merge pull request #365 from corporateshark/master
...
Added LightweightVK
2023-09-07 12:05:39 +02:00
Sergey Kosarevsky
2b6fb6fc8c
Added LightweightVK
2023-09-02 16:50:10 -07:00
Adam Sawicki
540544f63a
Merge pull request #364 from manas-kulkarni/master
...
Make C++20 features optional
2023-09-01 10:53:49 +02:00
manaskulkarni
66bb67cf18
Make C++20 features optional
...
- Some compilers with C++20 dont have std::popcount
- Support to toggle C++20 features from user side using new VMA_CPP20 macro. If the macro is not defined, it will be set using default logic - #if __cplusplus >= 202002L || _MSVC_LANG >= 202002L
2023-09-01 14:10:40 +05:30