Sign in
chromium
/
external
/
github.com
/
GPUOpen-LibrariesAndSDKs
/
VulkanMemoryAllocator
/
HEAD
e0216a5
Supress a build warning.
by Geoff Lang
· 4 years, 8 months ago
experimental-rebase-test-1
master
f67d7fa
Update Chromium-side files for upstream roll
by Peter Kasting
· 5 years ago
7b6257c
Merge remote-tracking branch 'upstream/master'.
by Peter Kasting
· 5 years ago
49d9f99
Fixing Linux build on TravisCI (1)
by Adam Sawicki
· 5 years ago
f523d39
Fix .gitignore to include binaries at new locations
by Adam Sawicki
· 5 years ago
cab4eb5
Delete shader files
by Adam Sawicki
· 5 years ago
d4230c2
Delete binaries from old path
by Adam Sawicki
· 5 years ago
01521a7
Deleted Premake
by Adam Sawicki
· 5 years ago
351caba
Regenerated documentation
by Adam Sawicki
· 5 years ago
2f4bc1b
Merge pull request #171 from IAmNotHanni/master
by Adam Sawicki
· 5 years ago
f7f8e8b
Merge pull request #177 from pkasting/master
by Adam Sawicki
· 5 years ago
d900294
Fixed link to include/vk_mem_alloc.h in README.md and Doxyfile
by Adam Sawicki
· 5 years ago
e30b3ab
Moving Doxyfile to main directory
by Adam Sawicki
· 5 years ago
248843e
Added VmaVector::shrink_to_fit instead of freeMemory parameter in resize, clear, to fix compilation with VMA_USE_STL_CONTAINERS
by Adam Sawicki
· 5 years ago
a850ffb
Fix clang -Wdeprecated-copy.
by Peter Kasting
· 5 years ago
5c52b85
Update README
by Johannes Schneider
· 5 years ago
f8daef8
Add VMA_STATIC_VULKAN_FUNCTIONS and set VMA_DYNAMIC_VULKAN_FUNCTIONS to ON by default
by Johannes Schneider
· 5 years ago
c9777da
Remove macros which can be configured through CMake from VmaUsage.h
by Johannes Schneider
· 5 years ago
948be70
Enable compiling with multiple processes for VmaReplay
by Johannes Schneider
· 5 years ago
12d8344
Add documentation of CMake options to README
by Johannes Schneider
· 5 years ago
6d3ef23
Correct README
by Johannes Schneider
· 5 years ago
191c64c
Link VulkanMemoryAllocator to Vulkan only if static linking is enabled
by Johannes Schneider
· 5 years ago
8111c12
Expose important VMA settings macros as CMake options
by Johannes Schneider
· 5 years ago
e65c146
Improve consistency in naming of targets and options
by Johannes Schneider
· 5 years ago
696ecd6
Replace add_definitions with add_compile_definitions
by Johannes Schneider
· 5 years ago
a307899
Move add_subdirectory for shaders and VmaReplay to the end of the file
by Johannes Schneider
· 5 years ago
61a2844
Only set VMA_EXAMPLE_SOURCE_FILES when building sample app
by Johannes Schneider
· 5 years ago
1a25921
Make target_include_directories a one line instruction
by Johannes Schneider
· 5 years ago
7dc310a
Remove CMAKE_DISABLE_IN_SOURCE_BUILD
by Johannes Schneider
· 5 years ago
08b190f
Rename VmaShaders to VmaBuildExampleShaders
by Johannes Schneider
· 5 years ago
853f713
Remove source_group instructions
by Johannes Schneider
· 5 years ago
dadd8f6
Show default values for CMake options in README's table
by Johannes Schneider
· 5 years ago
8f14179
Replace Ninja with Make as default build instruction on Linux
by Johannes Schneider
· 5 years ago
4a132e5
Merge pull request #173 from IAmNotHanni/documentation_fixes
by Adam Sawicki
· 5 years ago
8f62aa2
Rename replay app target and shaders target
by Johannes Schneider
· 5 years ago
a7f6b7e
Fix VmaReplay build
by Johannes Schneider
· 5 years ago
53ac25e
Fixed link in documentation
by Adam Sawicki
· 5 years ago
31ccbf6
Minor typo fixes in code comments
by Johannes Schneider
· 5 years ago
acba487
Add CMake build instructions
by Johannes Schneider
· 5 years ago
3f2238a
Fix VMA_BUILD_EXAMPLE_APP_SHADERS being ignored on Linux
by Johannes Schneider
· 5 years ago
6b733a5
Fix missing Vulkan dependency of VmaExample
by Johannes Schneider
· 5 years ago
b302c0d
Merge pull request #172 from IAmNotHanni/remove_moltenvk_issue_175_reference
by Adam Sawicki
· 5 years ago
d475fbb
Do not set CMAKE_RUNTIME_OUTPUT_DIRECTORY
by Johannes Schneider
· 5 years ago
e32721d
Make building shaders, VMA example application and VMA replay app optional
by Johannes Schneider
· 5 years ago
0006996
Remove reference to MoltenVK issue 175 which is fixed now
by Johannes Schneider
· 5 years ago
69747a2
Add CMake support
by Johannes
· 5 years ago
cc47fcf
Merge pull request #167 from devnexen/clang_build_warning_fixes
by Adam Sawicki
· 5 years ago
1b15bc0
clang build warning fixes proposal
by David Carlier
· 5 years ago
6889faa
Merge pull request #166 from krOoze/patch-1
by Adam Sawicki
· 5 years ago
7a1b637
Docs typo
by Petr Kraus
· 5 years ago
59ec080
Moved main file vk_mem_alloc.h to subdirectory include/
by Adam Sawicki
· 5 years ago
1ecb35c
BUILD.gn: Make the vulkan-headers directory overridable.
by Corentin Wallez
· 5 years ago
d1851f0
Rebuilt binaries, regenerated documentation
by Adam Sawicki
· 5 years ago
a75a61b
Added parsing of command line parameters and GPU selection
by Adam Sawicki
· 5 years ago
48e3d88
Improved macros TEST, ERR_GUARD_VULKAN
by Adam Sawicki
· 5 years ago
4b047fd
Optimization: custom pools are on an intrusive double linked list not sorted vector
by Adam Sawicki
· 5 years ago
7b9f7b6
Fix for compilation on Linux
by Adam Sawicki
· 5 years ago
47c1cec
Optimization: dedicated allocations are on an intrusive double linked list not sorted vector
by Adam Sawicki
· 5 years ago
0a3c6b5
Fixed usage of VK_KHR_buffer_device_address extension
by Adam Sawicki
· 5 years ago
41b4111
Fixed synchronization issue in TestPool_Benchmark
by Adam Sawicki
· 5 years ago
e74dc79
Fix VmaReplay after removing vmaResizeAllocation function
by Adam Sawicki
· 5 years ago
6859ef2
Removed deprecated function vmaResizeAllocation
by Adam Sawicki
· 5 years ago
afd5056
Sample app: Added printing information about available memory heaps nad types
by Adam Sawicki
· 5 years ago
a420c3d
Fixed budget management in VmaBlockVector::Allocate for cases when some of multi-page allocations fail
by Adam Sawicki
· 5 years ago
7e56c48
Fix in tests for AMD APU with DEVICE_LOCAL heap of only 256 MB
by Adam Sawicki
· 5 years ago
a9a458c
Fix for build on Linux #6
by Adam Sawicki
· 5 years ago
51ee5c8
Fix for build on Linux #5
by Adam Sawicki
· 5 years ago
4cbb178
Fix for build on Linux #4
by Adam Sawicki
· 5 years ago
cca09e3
Fix for build on Linux #3
by Adam Sawicki
· 5 years ago
1e509aa
Fix for build on Linux #2
by Adam Sawicki
· 5 years ago
4dfa169
Fix for build on Linux
by Adam Sawicki
· 5 years ago
ae0b011
Internal improvement: Added counting total number of VkDeviceMemory blocks.
by Adam Sawicki
· 5 years ago
1635a1a
Trying to fix Travis-CI build
by Adam Sawicki
· 5 years ago
26eaa3b
A fix in TestPool_Benchmark for GPUs with only 256 MB of DEVICE_LOCAL memory
by Adam Sawicki
· 5 years ago
2882236
Migrated Linux CI build from travis-ci.org to travis-ci.com - updated status icon in README.md
by Adam Sawicki
· 5 years ago
aa18374
Updated copyright header to year 2021.
by Adam Sawicki
· 5 years ago
f32d25d
Minor update in README.md
by Adam Sawicki
· 5 years ago
adb7064
Rebuilt binaries using Visual Studio 2019
by Adam Sawicki
· 5 years ago
0d4f523
Updated README.md - added RPCS3 to the list of known usages.
by Adam Sawicki
· 5 years ago
b654142
Merge pull request #163 from kd-11/master
by Adam Sawicki
· 5 years ago
e8c483d
mem_alloc: Optimize allocation conflict checking
by kd-11
· 5 years ago
732a76d
Merge "change the default gn target to include vma.cpp"
by Peng Huang
· 5 years ago
77a3474
change the default gn target to include vma.cpp
by Peng Huang
· 5 years ago
843d2ea
Move metadata in OWNERS files to DIR_METADATA files
by Edward Lesmes
· 5 years ago
b1d65a2
Add vma.cpp contains vma's implementation.
by Peng Huang
· 5 years ago
c039c22
Add a new target with the VmaUsage.cpp and VmaUsage.h
by Peng Huang
· 5 years ago
f201205
Added support for VK_EXT_memory_priority
by Adam Sawicki
· 5 years ago
7eee5e3
Merge pull request #158 from AshkanAliabadi/master
by Adam Sawicki
· 5 years ago
8f4e09a
Refer to std string and stream with their fully qualified names.
by Ashkan Aliabadi
· 5 years ago
8cd86b6
Merge branch 'master' of https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator into master
by Adam Sawicki
· 6 years ago
18b0407
Further improvements in documentation.
by Adam Sawicki
· 6 years ago
9788050
Improvements in documentation.
by Adam Sawicki
· 6 years ago
acecd26
Fixes and clarifications in documentation
by Adam Sawicki
· 6 years ago
ebc1f75
Merge pull request #154 from r-barnes/richard/whitespace
by Adam Sawicki
· 6 years ago
4dc4abf
Merge pull request #153 from r-barnes/richard/binary_fix
by Adam Sawicki
· 6 years ago
270b242
Drop trailing whitespace.
by Richard Barnes
· 6 years ago
1397418
Make binary search overflow safe.
by Richard Barnes
· 6 years ago
3528e2a
Minor formatting fix in documentation
by Adam Sawicki
· 6 years ago
89d9e75
Added Detroit: Become Human to the list of known software using this library
by Adam Sawicki
· 6 years ago
0e2b4b2
Fix std::min in VmaBlockVector::ProcessDefragmentations
by Adam Sawicki
· 6 years ago
Next »