Adam Sawicki
|
7942b79828
|
Merge pull request #418 from manas-kulkarni/master
Make Vulkan include optional
|
2024-06-03 16:12:45 +02:00 |
|
manaskulkarni
|
0dc661eb73
|
Make Vulkan include optional
|
2024-05-31 17:05:44 +05:30 |
|
Adam Sawicki
|
009ecd192c
|
Version 3.1.0
Rebuilt the documentation and sample executable.
|
2024-05-27 14:22:04 +02:00 |
|
Adam Sawicki
|
7d082cb2d1
|
Fix in TestMappingHysteresis
|
2024-05-27 14:13:01 +02:00 |
|
Adam Sawicki
|
eaf8fc27ee
|
Merge pull request #416 from luizmugnaini/fix-docs-typos
Fix documentation typos
|
2024-05-06 11:40:26 +02:00 |
|
Luiz G. Mugnaini A.
|
187206f95d
|
Fix documentation typos
List of typos:
- 'license' -> 'license'
- 'ofsets' -> 'offsets'
- 'instrinsics' -> 'intrinsics'
- 'becase' -> 'because'
- 'availeble' -> 'available'
- 'mesure' -> 'measure'
- 'parametrs' -> 'parameters'
Signed-off-by: Luiz G. Mugnaini A. <luizmugnaini@gmail.com>
|
2024-05-01 10:42:43 -03:00 |
|
Adam Sawicki
|
5677097baf
|
More fixes for undeclared identifiers with old Vulkan SDK
Fixes #413 - thanks @HermanWolf
|
2024-04-04 10:29:47 +02:00 |
|
Adam Sawicki
|
60fe740c77
|
Fix for undeclared identifier VK_STRUCTURE_TYPE_DEVICE_IMAGE_MEMORY_REQUIREMENTS
Fixes #413 - thanks @HermanWolf
|
2024-04-03 18:52:23 +02:00 |
|
Adam Sawicki
|
19b940e864
|
Added support for VK_KHR_maintenance5 extension
Added VMA_ALLOCATOR_CREATE_KHR_MAINTENANCE5_BIT flag.
See #411 - thanks @qbojj
|
2024-02-27 13:57:18 +01:00 |
|
Adam Sawicki
|
b6fb84ede2
|
Fixes in importing of vkGetPhysicalDeviceMemoryProperties2[KHR] function
Related to #410
|
2024-02-26 15:55:44 +01:00 |
|
Adam Sawicki
|
f1ab507d00
|
Fix in VmaBlockMetadata_Linear::CreateAllocationRequest for too large allocations
Fixes #396 - thanks @dm-tesla
|
2024-02-23 17:28:22 +01:00 |
|
Adam Sawicki
|
9b7687761a
|
Added comprehensive tests for all kinds of statistics
|
2024-02-22 16:36:38 +01:00 |
|
Adam Sawicki
|
71309c5106
|
Fixed documentation generation for function vmaBuildStatsString, vmaFreeStatsString
Regenerated the documentation.
|
2024-02-22 14:07:53 +01:00 |
|
Adam Sawicki
|
19b3ba34c2
|
Added Cyberpunk 2077 to the list of known users
|
2024-02-22 14:02:04 +01:00 |
|
Adam Sawicki
|
e833b3ec95
|
Fixed VmaDeviceMemoryBlock::Map for mapping hysteresis to work correctly when the mapping fails
Also added test for it.
Fixes #407 - thanks @matusfedorko
|
2024-02-22 13:44:49 +01:00 |
|
Adam Sawicki
|
2f4a2d24cf
|
Added Baldur's Gate III to the list of known users
|
2024-02-22 13:17:34 +01:00 |
|
Adam Sawicki
|
d802b362c6
|
Rebuilt the documentation
|
2024-02-13 11:56:59 +01:00 |
|
Adam Sawicki
|
6c296d3c61
|
Merge pull request #409 from res2k/leak-docs
Attempt to document leak detection aids
|
2024-02-13 11:50:12 +01:00 |
|
Frank Richter
|
fbf93a4270
|
Attempt to document leak detection aids
|
2024-02-13 11:41:51 +01:00 |
|
Adam Sawicki
|
38627f4e37
|
Added VMA_LEN_IF_NOT_NULL decoration to the new functions vmaCopyMemoryToAllocation, vmaCopyAllocationToMemory
Fixes #406 - thanks @qbojj
|
2024-02-06 13:13:24 +01:00 |
|
Adam Sawicki
|
a13c193d1e
|
Merge branch 'master' of https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
|
2024-01-30 14:39:52 +01:00 |
|
Adam Sawicki
|
5db4414d39
|
Fixed bug in VmaBlockMetadata_Linear::PrintDetailedMap
Fixes #405 - thanks @marrodriguez-EA
|
2024-01-30 14:39:38 +01:00 |
|
Adam Sawicki
|
94b1acaef0
|
Merge pull request #404 from serboupal/serboupal-semicolon
Remove semicolon outside function
|
2024-01-26 13:12:48 +01:00 |
|
serboupal
|
6887c7700f
|
Remove semicolon outside function
|
2024-01-26 13:09:47 +01:00 |
|
Adam Sawicki
|
7924e27f81
|
Fixes in calls to VMA_DEBUG_LOG_FORMAT, using PRIu32 for compatibility
See #400, thanks @dneto0 and @alecazam
|
2024-01-24 14:13:44 +01:00 |
|
Adam Sawicki
|
01ccf06e4c
|
Merge pull request #400 from dneto0/issue-399
Use format specifier PRIu64 only with uint64_t types
|
2024-01-24 14:02:03 +01:00 |
|
David Neto
|
927c0a8573
|
Use format specifier PRIu64 only with uint64_t types
Fixed: #399
|
2024-01-23 21:04:34 +00:00 |
|
Adam Sawicki
|
ddbd93dcd8
|
Minor fix in the documentation
|
2024-01-21 13:37:28 +01:00 |
|
Adam Sawicki
|
b5456bb4e5
|
Added functions vmaCopyMemoryToAllocation, vmaCopyAllocationToMemory
Few other minor fixes and improvements.
Regenerated documentation.
|
2024-01-21 13:30:23 +01:00 |
|
Adam Sawicki
|
484f40312f
|
Multiple improvements in documentation
|
2024-01-21 11:41:10 +01:00 |
|
Adam Sawicki
|
b0573ca031
|
Updated CHANGELOG.md
|
2024-01-21 00:25:46 +01:00 |
|
Adam Sawicki
|
498486b1e5
|
Added usage of std::countr_zero, std::countl_zero from C++20 when available
|
2024-01-20 23:49:24 +01:00 |
|
Adam Sawicki
|
037a9386cb
|
Removed commented code
|
2024-01-20 23:27:50 +01:00 |
|
Adam Sawicki
|
68d510599e
|
Fixed documentation of VmaAllocatorCreateInfo::vulkanApiVersion
Fixes #384 - thanks @qbojj
|
2024-01-20 23:01:16 +01:00 |
|
Adam Sawicki
|
a0a04a22e9
|
Added support for VK_KHR_maintenance4 extension
Added VMA_ALLOCATOR_CREATE_KHR_MAINTENANCE4_BIT..
See #397.
|
2024-01-20 22:48:20 +01:00 |
|
Adam Sawicki
|
14dfcd8fe3
|
Added documentation chapter "When not to use custom pools"
|
2024-01-14 22:20:03 +01:00 |
|
Adam Sawicki
|
0479c369d3
|
Minor improvements in documentation
|
2024-01-14 21:41:15 +01:00 |
|
Adam Sawicki
|
853ceacb3f
|
README: Added GFXReconstruct to the list of known uses
|
2024-01-14 21:31:33 +01:00 |
|
Adam Sawicki
|
da13be0912
|
Updated Doxyfile to version 1.10.0
|
2024-01-14 21:29:33 +01:00 |
|
Adam Sawicki
|
14342eab89
|
Fixed documentation generation with respect to VMA_EXTENDS_VK_STRUCT macro
|
2024-01-14 21:27:05 +01:00 |
|
Adam Sawicki
|
c23192cfc1
|
Added macro VMA_LEAK_LOG_FORMAT
Fixes #379 - thanks @alecazam
|
2024-01-14 21:22:25 +01:00 |
|
Adam Sawicki
|
51bac8e0ea
|
Fixed VK_ERROR_UNKNOWN -> VK_ERROR_UNKNOWN_COPY
See #385 - thanks @alecazam
|
2024-01-14 21:14:35 +01:00 |
|
Adam Sawicki
|
145917616e
|
Replaced "%llu" with "%" PRIu64
To improve compatibility with some compilers. See #385, #379. Thanks @alecazam
|
2024-01-14 21:13:21 +01:00 |
|
Adam Sawicki
|
b4d0c0accc
|
Bumped GpuMemDumpVis version
|
2024-01-14 20:59:45 +01:00 |
|
Adam Sawicki
|
3406719052
|
GpuMemDumpVis: Fixed VK_IMAGE_USAGE_STORAGE_BIT to be treated like COLOR_ATTACHMENT
|
2024-01-14 20:31:17 +01:00 |
|
Adam Sawicki
|
596db32a8a
|
Updated date in copyright headers
|
2024-01-14 20:18:45 +01:00 |
|
Adam Sawicki
|
5e43c795da
|
Merge pull request #388 from eszlari/patch-1
README.md: add Blender ref
|
2023-11-20 10:19:25 +01:00 |
|
eszlari
|
278c03fc94
|
README.md: add Blender ref
|
2023-11-17 23:06:59 +01:00 |
|
Adam Sawicki
|
a53702cbe2
|
More fixes based on #385
Thanks @alecazam
|
2023-11-13 13:59:23 +01:00 |
|
Adam Sawicki
|
b721922bce
|
Added VMA_ASSERT_LEAK macro
See #385 Thanks @alecazam !
|
2023-11-08 18:14:46 +01:00 |
|