Skip to content

Commit b60d60a

Browse files
Roll Vulkan memory allocator to c788c521 (#164825)
Fixes flutter/flutter#162617
1 parent b1d0ffb commit b60d60a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ deps = {
509509
Var('chromium_git') + '/angle/angle.git' + '@' + '6a09e41ce6ea8c93524faae1a925eb01562f53b1',
510510

511511
'engine/src/flutter/third_party/vulkan_memory_allocator':
512-
Var('chromium_git') + '/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator' + '@' + '7de5cc00de50e71a3aab22dea52fbb7ff4efceb6',
512+
Var('chromium_git') + '/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator' + '@' + 'c788c52156f3ef7bc7ab769cb03c110a53ac8fcb',
513513

514514
'engine/src/flutter/third_party/abseil-cpp':
515515
Var('flutter_git') + '/third_party/abseil-cpp.git' + '@' + 'ff6504dc527b25fef0f3c531e7dba0ed6b69c162',

engine/src/flutter/ci/licenses_golden/licenses_flutter

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38456,12 +38456,12 @@ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEAL
3845638456
====================================================================================================
3845738457

3845838458
====================================================================================================
38459-
LIBRARY: vulkan_memory_allocator
38460-
ORIGIN: ../../../flutter/third_party/vulkan_memory_allocator/include/vk_mem_alloc.h
38459+
LIBRARY: vulkan-validation-layers
38460+
ORIGIN: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/external/vma/vk_mem_alloc.h
3846138461
TYPE: LicenseType.mit
38462-
FILE: ../../../flutter/third_party/vulkan_memory_allocator/include/vk_mem_alloc.h
38462+
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/external/vma/vk_mem_alloc.h
3846338463
----------------------------------------------------------------------------------------------------
38464-
Copyright (c) 2017-2022 Advanced Micro Devices, Inc. All rights reserved.
38464+
Copyright (c) 2017-2024 Advanced Micro Devices, Inc. All rights reserved.
3846538465

3846638466
Permission is hereby granted, free of charge, to any person obtaining a copy
3846738467
of this software and associated documentation files (the "Software"), to deal
@@ -38483,12 +38483,12 @@ THE SOFTWARE.
3848338483
====================================================================================================
3848438484

3848538485
====================================================================================================
38486-
LIBRARY: vulkan-validation-layers
38487-
ORIGIN: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/external/vma/vk_mem_alloc.h
38486+
LIBRARY: vulkan_memory_allocator
38487+
ORIGIN: ../../../flutter/third_party/vulkan_memory_allocator/include/vk_mem_alloc.h
3848838488
TYPE: LicenseType.mit
38489-
FILE: ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/external/vma/vk_mem_alloc.h
38489+
FILE: ../../../flutter/third_party/vulkan_memory_allocator/include/vk_mem_alloc.h
3849038490
----------------------------------------------------------------------------------------------------
38491-
Copyright (c) 2017-2024 Advanced Micro Devices, Inc. All rights reserved.
38491+
Copyright (c) 2017-2025 Advanced Micro Devices, Inc. All rights reserved.
3849238492

3849338493
Permission is hereby granted, free of charge, to any person obtaining a copy
3849438494
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)