Adam Sawicki
|
5afe7845a1
|
Fix alignment of VmaPoolAllocator::Item::Value
Disable Visual Studio warning C4324.
See #71
|
2019-07-26 15:09:07 +02:00 |
|
Adam Sawicki
|
2024cc570a
|
Change default value of macro VMA_RECORDING_ENABLED to 0
...so that Windows.h is not included by default on Windows.
|
2019-07-02 15:19:05 +02:00 |
|
Adam Sawicki
|
fd366b60b4
|
Minor fixes in tests. Found a bug. Minor refactoring - added VmaAllocationRequestType. Fixed minor bug in VmaBlockMetadata_Linear::CreateAllocationRequest_LowerAddress.
|
2019-01-24 15:26:43 +01:00 |
|
Adam Sawicki
|
ae5c4661ec
|
Updated copyright headers after New Year.
|
2019-01-02 10:23:35 +01:00 |
|
Adam Sawicki
|
0eeed59309
|
Merge branch 'master' into allocation_defragmentation_strategies
# Conflicts:
# docs/html/vk__mem__alloc_8h_source.html
|
2018-12-06 14:52:11 +01:00 |
|
Adam Sawicki
|
e8b01485ce
|
Small change not to #include <vulkan/vulkan.h> if it was already included (possible from a different path) before including VMA. Issue #50 Thanks @baldurk !
|
2018-12-06 14:47:59 +01:00 |
|
Adam Sawicki
|
f863a1dbd0
|
Used VMA_RW_MUTEX in 2 other places for optimization.
|
2018-10-10 16:43:44 +02:00 |
|
Adam Sawicki
|
c7d1b584b7
|
Fixes for compilation under Linux gcc and clang. #2
|
2018-08-27 12:30:53 +02:00 |
|
Adam Sawicki
|
0a60713b07
|
Added benchmark for linear allocator.
|
2018-08-24 11:18:41 +02:00 |
|
Adam Sawicki
|
e5d9b01a3a
|
Added macro VMA_RECORDING_ENABLED, enabled only on Windows for now.
|
2018-08-20 15:50:03 +02:00 |
|
Adam Sawicki
|
e44c62684d
|
Added debug macro VMA_DEBUG_INITIALIZE_ALLOCATIONS to initialize contents of allocations with a bit pattern. Documented it. Added test for it.
Fixed some indentation.
|
2018-06-15 14:30:39 +02:00 |
|
Adam Sawicki
|
212a4a6567
|
Added new feature: corruption detection. Added debug macro VMA_DEBUG_DETECT_CORRUPTION, functions vmaCheckCorruption, vmaCheckPoolCorruption
|
2018-06-14 15:51:47 +02:00 |
|
Adam Sawicki
|
4f91939dea
|
Added #if VMA_DEDICATED_ALLOCATION around every usage of VK_KHR_get_memory_requirements2 or VK_KHR_dedicated_allocation extension - for compatibility with Android. #23 Thanks @achienbsi !
|
2018-04-03 13:45:39 +02:00 |
|
Adam Sawicki
|
f1a793cadd
|
Added source files to project: Common.*, Tests.*, VmaUsage.*.
|
2018-03-13 15:42:22 +01:00 |
|