Sign in
skia
/
external
/
github.com
/
GPUOpen-LibrariesAndSDKs
/
VulkanMemoryAllocator
/
HEAD
a420c3d
Fixed budget management in VmaBlockVector::Allocate for cases when some of multi-page allocations fail
by Adam Sawicki
· 2 days ago
master
7e56c48
Fix in tests for AMD APU with DEVICE_LOCAL heap of only 256 MB
by Adam Sawicki
· 3 days ago
a9a458c
Fix for build on Linux #6
by Adam Sawicki
· 4 days ago
51ee5c8
Fix for build on Linux #5
by Adam Sawicki
· 4 days ago
4cbb178
Fix for build on Linux #4
by Adam Sawicki
· 4 days ago
cca09e3
Fix for build on Linux #3
by Adam Sawicki
· 4 days ago
1e509aa
Fix for build on Linux #2
by Adam Sawicki
· 4 days ago
4dfa169
Fix for build on Linux
by Adam Sawicki
· 4 days ago
ae0b011
Internal improvement: Added counting total number of VkDeviceMemory blocks.
by Adam Sawicki
· 7 days ago
1635a1a
Trying to fix Travis-CI build
by Adam Sawicki
· 7 days ago
26eaa3b
A fix in TestPool_Benchmark for GPUs with only 256 MB of DEVICE_LOCAL memory
by Adam Sawicki
· 8 days ago
2882236
Migrated Linux CI build from travis-ci.org to travis-ci.com - updated status icon in README.md
by Adam Sawicki
· 10 days ago
aa18374
Updated copyright header to year 2021.
by Adam Sawicki
· 10 days ago
f32d25d
Minor update in README.md
by Adam Sawicki
· 10 days ago
adb7064
Rebuilt binaries using Visual Studio 2019
by Adam Sawicki
· 10 days ago
0d4f523
Updated README.md - added RPCS3 to the list of known usages.
by Adam Sawicki
· 10 days ago
b654142
Merge pull request #163 from kd-11/master
by Adam Sawicki
· 10 days ago
e8c483d
mem_alloc: Optimize allocation conflict checking
by kd-11
· 10 days ago
f201205
Added support for VK_EXT_memory_priority
by Adam Sawicki
· 6 weeks ago
7eee5e3
Merge pull request #158 from AshkanAliabadi/master
by Adam Sawicki
· 3 months ago
8f4e09a
Refer to std string and stream with their fully qualified names.
by Ashkan Aliabadi
· 3 months ago
8cd86b6
Merge branch 'master' of https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator into master
by Adam Sawicki
· 4 months ago
18b0407
Further improvements in documentation.
by Adam Sawicki
· 4 months ago
9788050
Improvements in documentation.
by Adam Sawicki
· 4 months ago
acecd26
Fixes and clarifications in documentation
by Adam Sawicki
· 4 months ago
ebc1f75
Merge pull request #154 from r-barnes/richard/whitespace
by Adam Sawicki
· 4 months ago
4dc4abf
Merge pull request #153 from r-barnes/richard/binary_fix
by Adam Sawicki
· 4 months ago
270b242
Drop trailing whitespace.
by Richard Barnes
· 4 months ago
1397418
Make binary search overflow safe.
by Richard Barnes
· 4 months ago
3528e2a
Minor formatting fix in documentation
by Adam Sawicki
· 4 months ago
89d9e75
Added Detroit: Become Human to the list of known software using this library
by Adam Sawicki
· 5 months ago
0e2b4b2
Fix std::min in VmaBlockVector::ProcessDefragmentations
by Adam Sawicki
· 5 months ago
1420873
Merge pull request #148 from res2k/vma_aligned_alloc-tweaks
by Adam Sawicki
· 6 months ago
6074de0
Merge pull request #147 from res2k/move-some-preproc-defn
by Adam Sawicki
· 6 months ago
27e343d
Merge pull request #146 from AshkanAliabadi/master
by Adam Sawicki
· 6 months ago
4157367
Let VMA_SYSTEM_ALIGNED_FREE fall back to VMA_SYSTEM_FREE, if defined
by Frank Richter
· 6 months ago
5913184
Add vma_aligned_free() for symmetry
by Frank Richter
· 6 months ago
2dc44c1
Make vma_aligned_alloc() functions static
by Frank Richter
· 6 months ago
4499711
Move preprocessor directives that may influence user code into implementation block
by Frank Richter
· 6 months ago
bead9ea
Fix misspellings.
by Ashkan Aliabadi
· 6 months ago
2193611
Merge branch 'master' of https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
by Adam Sawicki
· 6 months ago
0620c8e
Add test and documentation for resource aliasing (overlap).
by Adam Sawicki
· 6 months ago
b9ad5e7
Merge pull request #145 from stricmp/master
by Adam Sawicki
· 6 months ago
0ef61c2
Fix in documentation chapter "Finding out if memory is mappable"
by Adam Sawicki
· 6 months ago
e658b89
Add "Atypical Games - proprietary game engine" to the list of software using this library
by Adam Sawicki
· 6 months ago
416996c
Fix VMA_DYNAMIC_VULKAN_FUNCTIONS compilation errors when VK_NO_PROTOTYPES is defined
by Tri S
· 7 months ago
b0e97e5
Merge pull request #141 from dkorkmazturk/master
by Adam Sawicki
· 7 months ago
67bf13c
Fix a typo in the explanation of VMA_ALLOCATION_CREATE_MAPPED_BIT
by Doğukan Korkmaztürk
· 7 months ago
db4c163
Fix compilation errors
by Adam Sawicki
· 7 months ago
d594faa
Replace usage of old VK_LAYER_LUNARG_standard_validation and extension VK_EXT_debug_report with new VK_LAYER_KHRONOS_validation and extension VK_EXT_debug_utils also in VmaReplay
by Adam Sawicki
· 8 months ago
8caf0bd
Replace usage of old layer VK_LAYER_LUNARG_standard_validation and extension VK_EXT_debug_report with new layer VK_LAYER_KHRONOS_validation and extension VK_EXT_debug_utils
by Adam Sawicki
· 8 months ago
e9f387a
Merge pull request #137 from phuang/master
by Adam Sawicki
· 8 months ago
08bce53
mac: Only call system aligned_alloc() with the 11.0+ SDK.
by Nico Weber
· 8 months ago
c331971
Only use system aligned_alloc on mac/ios if the SDK has them.
by Nico Weber
· 8 months ago
5ef3d92
Fix argument order for aligned_alloc on mac.
by Nico Weber
· 8 months ago
1268da7
Make vulkan_memory_allocator build with the MacOSX11.0 SDK.
by Nico Weber
· 8 months ago
7cb859d
Improvement in VmaAlignUp, VmaAlignDown
by Adam Sawicki
· 8 months ago
376ada3
Merge pull request #136 from GreenFoxLight/master
by Adam Sawicki
· 8 months ago
67824c5
Correct if in mapping example
by Kevin Trogant
· 8 months ago
aaa1a56
Clarify documentation of VmaAllocationInfo::size
by Adam Sawicki
· 8 months ago
1ebda1e
Add assert to check success of a CPU memory allocation
by Adam Sawicki
· 8 months ago
f9921ae
Fix VmaAllocator_T::ImportVulkanFunctions_Dynamic for cases when Vulkan 1.1 is used
by Adam Sawicki
· 9 months ago
650ebdf
Remove invalid outdated assert in vmaBeginDefragmentationPass
by Adam Sawicki
· 9 months ago
72983b0
Clarified documentation in few places to mention textures need to use LINEAR layout when accessed from the host
by Adam Sawicki
· 10 months ago
309fa0e
Merge pull request #128 from hartmutbehrens/fix/docs
by Adam Sawicki
· 10 months ago
1e11595
fix(docs): instance not optional in quick start
by Hartmut Behrens
· 10 months ago
755fd47
Minor fix in comment
by Adam Sawicki
· 10 months ago
72740d8
Fix indentation - always use 4 spaces instead of tabs
by Adam Sawicki
· 10 months ago
74bc7c7
Port memory recording in VMA to C++11
by Adam Sawicki
· 10 months ago
ff47235
Add .editorconfig file to configure supporting editors to use proper whitespaces for indentation
by Adam Sawicki
· 10 months ago
25d9b2c
Add function vmaFlushAllocations, vmaInvalidateAllocations for multiple allocations at once
by Adam Sawicki
· 10 months ago
a8a5b1f
Merge pull request #122 from expipiplus1/joe-120
by Adam Sawicki
· 10 months ago
ba9d4b3
Merge pull request #121 from expipiplus1/joe-len
by Adam Sawicki
· 10 months ago
f6a4037
VmaDumpVis: Gracefully handle cases where there is nothing to put on the image, e.g. the stats string was generated without detailed map enabled
by Adam Sawicki
· 10 months ago
115d297
Minor fix in README
by Adam Sawicki
· 11 months ago
d9c1c2a
Merge pull request #124 from expipiplus1/joe-mention-bindings
by Adam Sawicki
· 11 months ago
b605c64
Mention Haskell bindings in readme
by Joe Hermaszewski
· 11 months ago
b52c5a3
Return VkResult in vmaInvalidateAllocation and vmaFlushAllocation
by Joe Hermaszewski
· 11 months ago
fc931bd
Add missing length annotation in vmaAllocateMemoryPages
by Joe Hermaszewski
· 11 months ago
6be3597
Minor fixes for #115
by Adam Sawicki
· 11 months ago
3f35a0c
Merge pull request #117 from expipiplus1/joe-const
by Adam Sawicki
· 11 months ago
9b3a159
Merge branch 'master' into joe-const
by Adam Sawicki
· 11 months ago
facf05e
Some fixes after fb3a337 #115
by Adam Sawicki
· 11 months ago
fb3a337
Merge pull request #115 from expipiplus1/joe-annotations
by Adam Sawicki
· 11 months ago
b713c34
Add #if VMA_DYNAMIC_VULKAN_FUNCTIONS == 1 around VmaAllocator_T::ImportVulkanFunctions_Dynamic
by Adam Sawicki
· 11 months ago
d8bdd78
Minor fix after c0cf25d
by Adam Sawicki
· 11 months ago
c4bc165
Merge pull request #118 from expipiplus1/joe-recording
by Adam Sawicki
· 11 months ago
4810460
Do not include nullability and length annotations in documentation
by Joe Hermaszewski
· 11 months ago
f22cd7b
Add const qualifier to handles where possible
by Joe Hermaszewski
· 11 months ago
08bc59b
Add length annotation for VmaAllocatorCreateInfo::pHeapSizeLimit
by Joe Hermaszewski
· 11 months ago
b9725fc
Annotate types with lengths instead of parameters/members
by Joe Hermaszewski
· 11 months ago
3a75628
Disable -Wnullability-completeness for the implementation
by Joe Hermaszewski
· 11 months ago
35939a0
Add VMA_NULLABLE to pointed to out values
by Joe Hermaszewski
· 11 months ago
c6f8c86
Add annotations for nullability and length
by Joe Hermaszewski
· 11 months ago
c0cf25d
Add CPP #error if trying to use recording on a non-Windows platform
by Joe Hermaszewski
· 11 months ago
0360182
Add const qualifier to handles where possible
by Joe Hermaszewski
· 11 months ago
5b602ce
Merge pull request #116 from Ybalrid/patch-1
by Adam Sawicki
· 11 months ago
bc0528c
Fix a typo
by Arthur Brainville
· 11 months ago
f575c50
Further changes in importing pointers to Vulkan functions
by Adam Sawicki
· 11 months ago
a39951c
Merge pull request #109 from JustSid/master
by Adam Sawicki
· 11 months ago
Next »