mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 04:10:06 +00:00
Updated CHANGELOG.md
This commit is contained in:
parent
498486b1e5
commit
b0573ca031
24
CHANGELOG.md
24
CHANGELOG.md
@ -1,3 +1,27 @@
|
|||||||
|
# 3.1.0 (TBD)
|
||||||
|
|
||||||
|
This release gathers fixes and improvements made during many months of continuous development on the main branch, mostly based on issues and pull requests on GitHub.
|
||||||
|
|
||||||
|
Additions to the library API:
|
||||||
|
|
||||||
|
- Added functions `vmaCreateAliasingBuffer2`, `vmaCreateAliasingImage2` that offer creating a buffer/image in an existing allocation with additional `allocationLocalOffset`.
|
||||||
|
- Added function `vmaGetAllocationInfo2`, structure `VmaAllocationInfo2` that return additional information about an allocation, useful for interop with other APIs (#383, #340).
|
||||||
|
- Added callback `VmaDefragmentationInfo::pfnBreakCallback` that allows breaking long execution of `vmaBeginDefragmentation`.
|
||||||
|
Also added `PFN_vmaCheckDefragmentationBreakFunction`, `VmaDefragmentationInfo::pBreakCallbackUserData`.
|
||||||
|
- Added support for VK_KHR_maintenance4 extension - `VMA_ALLOCATOR_CREATE_KHR_MAINTENANCE4_BIT` flag (#397).
|
||||||
|
|
||||||
|
Other changes:
|
||||||
|
|
||||||
|
- Changes in debug and configuration macros:
|
||||||
|
- Split macros into separate `VMA_DEBUG_LOG` and `VMA_DEBUG_LOG_FORMAT` (#297).
|
||||||
|
- Added macros `VMA_ASSERT_LEAK`, `VMA_LEAK_LOG_FORMAT` separate from normal `VMA_ASSERT`, `VMA_DEBUG_LOG_FORMAT` (#379, #385).
|
||||||
|
- Added macro `VMA_EXTENDS_VK_STRUCT` (#347).
|
||||||
|
- Countless bug fixes and improvements in the code and documentation, mostly to improve compatibility with various platforms, compilers, and GPUs, including:
|
||||||
|
- Fixed missing `#include` that resulted in compilation error about `snprintf` not declared on some compilers (#312).
|
||||||
|
- Fixed main memory type selection algorithm for GPUs that have no `HOST_CACHED` memory type, like Raspberry Pi (#362).
|
||||||
|
- Major changes in Cmake script.
|
||||||
|
- Fixes in GpuMemDumpVis.py script.
|
||||||
|
|
||||||
# 3.0.1 (2022-05-26)
|
# 3.0.1 (2022-05-26)
|
||||||
|
|
||||||
- Fixes in defragmentation algorithm.
|
- Fixes in defragmentation algorithm.
|
||||||
|
Loading…
Reference in New Issue
Block a user