Adam Sawicki
|
7d182e2c5a
|
Change in the defragmentation API. Compatibility breaking!
Removed VmaDefragmentationMove::dstMemory, dstOffset, internalData, added dstTmpAllocation.
Code by @medranSolus
|
2022-03-07 17:00:12 +01:00 |
|
Adam Sawicki
|
88510e9801
|
New API for defragmentation. COMPATIBILITY BREAKING!
See structure VmaDefragmentationInfo, VmaDefragmentationMove, VmaDefragmentationPassMoveInfo, VmaDefragmentationStats, function vmaBeginDefragmentation, vmaEndDefragmentation, vmaBeginDefragmentationPass, vmaEndDefragmentationPass.
Switched to TLSF as the default algorithm - in default pools, custom pools, virtual blocks. Removed generic and buddy algorithm. Removed flags: VMA_POOL_CREATE_BUDDY_ALGORITHM_BIT, VMA_POOL_CREATE_TLSF_ALGORITHM_BIT, VMA_VIRTUAL_BLOCK_CREATE_BUDDY_ALGORITHM_BIT, VMA_VIRTUAL_BLOCK_CREATE_TLSF_ALGORITHM_BIT.
Updated and regenerated documentation.
|
2022-02-22 23:38:19 +01:00 |
|
Adam Sawicki
|
d2f0313d20
|
Fixes in comments
Regenerated documentation.
|
2021-10-18 17:32:40 +02:00 |
|
Adam Sawicki
|
e73e988daf
|
Add support for buffer device address, together with documentation and tests
Added VMA_ALLOCATOR_CREATE_BUFFER_DEVICE_ADDRESS_BIT.
|
2020-03-20 18:05:42 +01:00 |
|
Adam Sawicki
|
a1d992f5d1
|
Add function vmaGetAllocatorInfo, structure VmaAllocatorInfo
Closes #99
Also rebuilt Doxygen documentation.
|
2020-03-02 15:32:10 +01:00 |
|
Adam Sawicki
|
76004205fd
|
Add documentation chapter about VK_AMD_device_coherent_memory extension usage
Regenerated Doxygen documentation.
|
2020-02-07 17:18:35 +01:00 |
|
Adam Sawicki
|
48b8a33869
|
Fixes and adjustments for budget, regenerate documentation
|
2019-11-02 15:24:33 +01:00 |
|
Adam Sawicki
|
012a4ac697
|
Designed and documented new interface for defragmentation.
Added: VmaDefragmentationContext, VmaDefragmentationFlagBits, VmaDefragmentationFlags, VmaDefragmentationInfo2, vmaDefragmentationBegin(), vmaDefragmentationEnd(). Extended VmaDefragmentationStats by allocationsLost. Deprecated VmaDefragmentationInfo2, vmaDefragment().
|
2018-10-09 13:25:01 +02:00 |
|
Adam Sawicki
|
ec421f8763
|
Created documentation chapter "General considerations".
|
2018-03-12 13:27:31 +01:00 |
|
Adam Sawicki
|
988ac4c05d
|
Updated version number to 2.0.0-alpha.2. Regenerated Doxygen documentation.
|
2017-07-11 15:22:12 +02:00 |
|
Adam Sawicki
|
9b3adfc9d0
|
Generated Doxygen documentation into docs/ directory.
|
2017-06-20 11:17:23 +02:00 |
|