Adam Sawicki
|
35eeb340a3
|
Renamed function vmaGetBudget to vmaGetHeapBudgets. COMPATIBILITY BREAKING!
Rebuilt the docs.
Closes #213
|
2021-12-06 17:36:18 +01:00 |
|
Adam Sawicki
|
e93a581969
|
Written documentation for API of the virtual allocator
Regenerated the documentation.
|
2021-10-28 17:36:41 +02:00 |
|
Adam Sawicki
|
d2f0313d20
|
Fixes in comments
Regenerated documentation.
|
2021-10-18 17:32:40 +02:00 |
|
Adam Sawicki
|
0790b5f0a9
|
Regenerated documentation
Used new Doxygen 1.9.1
|
2021-06-21 14:55:01 +02:00 |
|
Adam Sawicki
|
3528e2aed3
|
Minor formatting fix in documentation
Regenerated documentation using new Doxygen.
|
2020-10-15 15:04:12 +02:00 |
|
Adam Sawicki
|
72983b0aa1
|
Clarified documentation in few places to mention textures need to use LINEAR layout when accessed from the host
Rebuilt HTML documentation. Used new Doxygen 1.8.18.
Closes #129
|
2020-05-08 18:43:25 +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
|
69185555f4
|
Add VMA_MEMORY_USAGE_GPU_LAZILY_ALLOCATED
Closes #84
|
2019-11-18 17:03:34 +01:00 |
|
Adam Sawicki
|
c22c72fa4b
|
Regenerate Doxygen documentation
|
2019-11-18 16:39:48 +01:00 |
|
Adam Sawicki
|
48b8a33869
|
Fixes and adjustments for budget, regenerate documentation
|
2019-11-02 15:24:33 +01:00 |
|
Adam Sawicki
|
4abe30c1ae
|
Add functions vmaBindBufferMemory2, vmaBindImageMemory2, flag VMA_ALLOCATOR_CREATE_KHR_BIND_MEMORY2_BIT
This change adds usage of VK_KHR_bind_memory2 extension.
Also add structure members VmaVulkanFunctions::vkBindBufferMemory2KHR, vkBindImageMemory2KHR.
|
2019-07-02 14:37:21 +02:00 |
|
Adam Sawicki
|
6c8b7a2c3e
|
Added flag VMA_ALLOCATION_CREATE_DONT_BIND_BIT.
|
2019-03-05 13:40:29 +01:00 |
|
Adam Sawicki
|
796cdc62f6
|
Updated documentation - added information about VK_AMD_memory_allocation_behavior extension.
Regenerated documentation, using new Doxygen version.
|
2019-01-15 11:45:58 +01:00 |
|
Adam Sawicki
|
638f42dd67
|
Rewritten documentation chapter about defragmentation.
|
2018-12-07 15:24:28 +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
|
ca5db0b8a5
|
Rebuilt Doxygen documentation after upgrading Doxygen version.
|
2018-09-07 14:58:49 +02:00 |
|
Adam Sawicki
|
dedab850e9
|
Documented linear allocation algorithm. Added "Linear allocation algorithm" documentation chapter.
|
2018-08-23 15:00:58 +02:00 |
|
Adam Sawicki
|
3eb870d6d6
|
Added documentation for new code elements related to recording. Added "Recording file format.md" file.
|
2018-08-20 17:53:02 +02:00 |
|
Adam Sawicki
|
c353ad0717
|
Version 2.0.0-alpha.6. Added VMA_ALLOCATION_CREATE_USER_DATA_COPY_STRING_BIT.
|
2017-11-13 15:03:04 +01:00 |
|
Adam Sawicki
|
5268dbbce5
|
Version 2.0.0-alpha.5. Major change in memory mapping - now it's internally reference-counted.
Renamed flag VMA_ALLOCATION_CREATE_PERSISTENT_MAP_BIT to VMA_ALLOCATION_CREATE_MAPPED_BIT.
See documentation of vmaMapMemory().
|
2017-11-08 12:52:05 +01:00 |
|
Adam Sawicki
|
d08dc0cd6a
|
Reorganized Doxygen documentation into more separate pages.
|
2017-10-17 11:27:14 +02:00 |
|
Adam Sawicki
|
5db51b1264
|
Added support for VMA_ALLOCATION_CREATE_PERSISTENT_MAP_BIT without HOST_VISIBLE.
Implemented usage of VK_KHR_dedicated_allocation.
Renamed "own allocation" to "dedicated allocation" everywhere.
|
2017-10-02 18:31:03 +02:00 |
|
Adam Sawicki
|
976f920c15
|
Version 2.0.0-alpha.3 - major update.
|
2017-09-12 20:45:14 +02: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 |
|