Adam Sawicki
|
87e466bad6
|
VmaReplay: Finished support for --DefragmentAfterLine parameter. Better statistics printed, now supporting defragmentation of GPU memory. Creating VkQueue, VkCommandPool, VkCommandBuffer.
|
2018-11-06 17:23:16 +01:00 |
|
Adam Sawicki
|
e97495dd73
|
VmaReplay: Added parameter --DefragmentAfterLine.
|
2018-11-06 16:42:23 +01:00 |
|
Adam Sawicki
|
dec65ac4eb
|
Small addition to documentation.
|
2018-11-06 12:06:06 +01:00 |
|
Adam Sawicki
|
3a7249f313
|
VmaDumpVis.py: Small fix. Bumped tool version number, which I forgot to do before.
|
2018-10-19 11:17:30 +02:00 |
|
Adam Sawicki
|
fa251ad7c8
|
Locked right mutexes during defragmentation. GPU memory defragmentation is now finished!
|
2018-10-18 15:22:40 +02:00 |
|
Adam Sawicki
|
440307e6bc
|
Fixed TestDefragmentationGpu() - it was test that was buggy. Defragmentation of GPU memory is working!!! - a major milestone :D
|
2018-10-18 15:05:19 +02:00 |
|
Adam Sawicki
|
ff0f7b8254
|
Added TestDefragmentationGpu. Not passing - apparently there is some bug...
|
2018-10-18 14:44:05 +02:00 |
|
Adam Sawicki
|
76c5bcabfd
|
Further refactoring of defragmentation, preparing for defragmentation of GPU memory.
|
2018-10-18 14:14:28 +02:00 |
|
Adam Sawicki
|
29b04041f7
|
Further refactoring of defragmentation classes.
|
2018-10-18 13:11:00 +02:00 |
|
Adam Sawicki
|
fc9db8dda7
|
Minor addition to documentation. #46
|
2018-10-18 12:03:50 +02:00 |
|
Adam Sawicki
|
2dcfcf8b63
|
More refactoring in preparation for GPU memory defragmentation. Created classes: VmaBlockDefragmentationContext, VmaBlockVectorDefragmentationContext. Class VmaDefragmentationContext_T is no longer empty.
|
2018-10-17 17:26:39 +02:00 |
|
Adam Sawicki
|
a9f030d7ba
|
Further refactoring of defragmentation.
|
2018-10-17 15:20:36 +02:00 |
|
Adam Sawicki
|
b03d51e693
|
Updates to README.md, including new library usages.
|
2018-10-17 10:15:29 +02:00 |
|
Adam Sawicki
|
a114419b23
|
Refactored defragmentation code. Removed class VmaDefragmentator. Renamed struct to VmaDefragmentationMove.
Minor fixes in documentation and comments.
|
2018-10-16 15:30:55 +02:00 |
|
Adam Sawicki
|
ef6cc40b59
|
Defragmentation: added support for memory that is HOST_VISIBLE but not HOST_COHERENT - calling Invalidate and Flush internally.
Fixed a bug in VmaDefragmentator::Defragment.
|
2018-10-16 14:20:47 +02:00 |
|
Adam Sawicki
|
f2975346ef
|
Testing environment: Added class StagingBufferCollection, functions UploadGpuData, ValidateGpuData, TestGpuData, in preparation for testing defragmentation of GPU memory.
|
2018-10-16 13:49:02 +02:00 |
|
Adam Sawicki
|
fa87ae34a6
|
Small addition to documentation.
|
2018-10-15 18:15:11 +02:00 |
|
Adam Sawicki
|
6826f2d768
|
Small refactoring: Removed function VmaBlockVector::DestroyDefragmentator.
|
2018-10-10 16:49:36 +02:00 |
|
Adam Sawicki
|
f863a1dbd0
|
Used VMA_RW_MUTEX in 2 other places for optimization.
|
2018-10-10 16:43:44 +02:00 |
|
Adam Sawicki
|
de9181b2ba
|
Added configuration macro VMA_USE_STL_SHARED_MUTEX.
Added internal class VmaRWMutex, macro VMA_RW_MUTEX, classes VmaMutexLockRead, VmaMutexLockWrite. Used it in VmaAllocator_T::m_PoolsMutex.
|
2018-10-10 16:26:26 +02:00 |
|
Adam Sawicki
|
b0d4afbeed
|
Refactored defragmentation. Added class VmaDefragmentationAlgorithm, extracted from VmaDefragmentator.
|
2018-10-09 15:35:46 +02:00 |
|
Adam Sawicki
|
2aad902a66
|
Minor update in VmaDefragmentationInfo2.
|
2018-10-09 13:43:34 +02:00 |
|
Adam Sawicki
|
ad0989bfb4
|
Fixed bug in VmaAllocator_T::Defragment.
|
2018-10-09 13:26:33 +02: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
|
b8d34d5e6a
|
Replaced assert() with new macro TEST() in all tests, to check conditions also in Release configuration.
# Conflicts:
# src/SparseBindingTest.cpp
# src/Tests.cpp
# src/VulkanSample.cpp
|
2018-10-03 17:41:20 +02:00 |
|
Adam Sawicki
|
1f7f8afdd7
|
Fixed tests for NVIDIA, where it asserted with OUT_OF_MEMORY, probably due to higher alignment requirements.
|
2018-10-03 17:37:55 +02:00 |
|
Adam Sawicki
|
a7d7769959
|
Replaced assert() with new macro TEST() in all tests, to check conditions also in Release configuration.
|
2018-10-03 16:15:27 +02:00 |
|
Adam Sawicki
|
4868c1f523
|
Fixed tests for NVIDIA, where it asserted with OUT_OF_MEMORY, probably due to higher alignment requirements.
|
2018-10-03 15:57:11 +02:00 |
|
Adam Sawicki
|
2e4d3eff98
|
Added BasicTestAllocatePages() - test for vmaAllocateMemoryPages, vmaFreeMemoryPages.
|
2018-10-03 15:48:17 +02:00 |
|
Adam Sawicki
|
d062b784d3
|
Added functions: vmaAllocateMemoryPages, vmaFreeMemoryPages to create and destroy multiple allocations at once.
|
2018-10-03 15:26:22 +02:00 |
|
Adam Sawicki
|
51fa96660e
|
Wrote basic test for sparse binding.
|
2018-10-03 13:44:29 +02:00 |
|
Adam Sawicki
|
5975c83402
|
TravisCI - updated Vulkan SDK to 1.1.82.1. Try 4.
|
2018-09-28 16:08:29 +02:00 |
|
Adam Sawicki
|
583129f8b9
|
TravisCI - updated Vulkan SDK to 1.1.82.1. Try 3.
|
2018-09-28 15:36:52 +02:00 |
|
Adam Sawicki
|
3a3d0c425d
|
TravisCI - updated Vulkan SDK to 1.1.82.1. Try 2. I knew there will be problems :(
|
2018-09-28 15:29:41 +02:00 |
|
Adam Sawicki
|
419f7cdbae
|
TravisCI - updated Vulkan SDK to 1.1.82.1. #1
|
2018-09-28 15:14:54 +02:00 |
|
Adam Sawicki
|
3ea9eb422e
|
Updated Premake to version 5.0.0-alpha12. Switched to Visual Studio 2017. Rebuilt Windows Release executables. Rebuilt shaders with latest Vulkan SDK 1.1.82.1.
|
2018-09-28 14:59:44 +02:00 |
|
Adam Sawicki
|
7ce9630bbf
|
Improved documentation chapters: Defragmentation, vmaDefragment(), Features not supported.
|
2018-09-28 14:51:09 +02:00 |
|
Adam Sawicki
|
6aa6255741
|
Fixing macro VMA_VALIDATE for Linux compilation.
|
2018-09-24 15:16:47 +02:00 |
|
Adam Sawicki
|
02246f3eb8
|
CHANGING BRANCHING STRATEGY! No more "development" branch, now in-progress development will happen on "master".
Bumped version number to "development".
|
2018-09-24 15:10:06 +02:00 |
|
Adam Sawicki
|
072d660eb4
|
Merge branch 'development'
# Conflicts:
# src/vk_mem_alloc.h
|
2018-09-24 15:06:56 +02:00 |
|
Adam Sawicki
|
f95e85e508
|
Merge pull request #44 from hrydgard/nominmax-fix
Avoid redefinition warnings of NOMINMAX by checking if it's already been defined.
|
2018-09-24 12:38:10 +02:00 |
|
Henrik Rydgård
|
14f79094d4
|
Avoid redefinition warnings of NOMINMAX if you've already defined it.
|
2018-09-24 11:18:41 +02:00 |
|
Adam Sawicki
|
3951aa5bc3
|
Merge branch 'allocation_defragmentation_strategies' into development
# Conflicts:
# docs/html/search/all_f.js
# docs/html/vk__mem__alloc_8h.html
# docs/html/vk__mem__alloc_8h_source.html
# src/vk_mem_alloc.h
|
2018-09-21 16:48:42 +02:00 |
|
Adam Sawicki
|
c6432d1d45
|
Buddy allocation algorithm finished and documented!
|
2018-09-21 16:44:16 +02:00 |
|
Adam Sawicki
|
6f09752db7
|
Fixed VmaDumpVis.py to respect new "Algorithm" parameter.
|
2018-09-21 15:30:55 +02:00 |
|
Adam Sawicki
|
0591535eb1
|
VmaBlockMetadata_Buddy: Fixed allocation of Node objects to use provided CPU allocation callbacks.
|
2018-09-21 15:23:32 +02:00 |
|
Adam Sawicki
|
1e8cf94558
|
VmaBlockMetadata_Buddy: Added (simple way of) respecting bufferImageGranularity.
Minor fixes in documentation.
|
2018-09-21 15:10:04 +02:00 |
|
Adam Sawicki
|
9933c5cadf
|
VmaBlockMetadata_Buddy: Added respecting of allocation alignment.
|
2018-09-21 14:57:24 +02:00 |
|
Adam Sawicki
|
a01d4587df
|
VmaBlockMetadata_Buddy: Introduced m_LevelCount to limit number of levels in use by particular memory block, considering new constant MIN_NODE_SIZE.
|
2018-09-21 14:22:35 +02:00 |
|
Adam Sawicki
|
d6e6d6bdf2
|
VmaBlockMetadata_Buddy: Introduced concept of m_UsableSize to always use powers of two even when memory block size is not.
|
2018-09-21 14:07:02 +02:00 |
|