Commit 9f323042 by Jamie Madill Committed by Commit Bot

Vulkan: Update VMA directory.

Bug: chromium:1074162 Change-Id: I6aa545e20f64dda0a1716cf8d0df9ad62fc1a890 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2190624 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 20e631fe
...@@ -50,12 +50,12 @@ ...@@ -50,12 +50,12 @@
/third_party/spirv-headers/src /third_party/spirv-headers/src
/third_party/spirv-tools/src /third_party/spirv-tools/src
/third_party/SwiftShader /third_party/SwiftShader
/third_party/VulkanMemoryAllocator
/third_party/VK-GL-CTS/src /third_party/VK-GL-CTS/src
/third_party/vulkan-headers/src /third_party/vulkan-headers/src
/third_party/vulkan-loader/src /third_party/vulkan-loader/src
/third_party/vulkan-tools/src /third_party/vulkan-tools/src
/third_party/vulkan-validation-layers/src /third_party/vulkan-validation-layers/src
/third_party/vulkan_memory_allocator
/third_party/zlib /third_party/zlib
/tools/clang /tools/clang
/tools/flex-bison/linux/bison /tools/flex-bison/linux/bison
......
[ [
"src/common/third_party/xxhash", "src/common/third_party/xxhash",
"src/third_party/compiler", "src/third_party/compiler",
"third_party/VulkanMemoryAllocator" "third_party/vulkan_memory_allocator"
] ]
\ No newline at end of file
...@@ -13,7 +13,7 @@ deps=( ...@@ -13,7 +13,7 @@ deps=(
"third_party/vulkan-headers/src" "third_party/vulkan-headers/src"
"third_party/jsoncpp" "third_party/jsoncpp"
"third_party/jsoncpp/source" "third_party/jsoncpp/source"
"third_party/VulkanMemoryAllocator" "third_party/vulkan_memory_allocator"
) )
# Delete dep directories so that gclient can check them out # Delete dep directories so that gclient can check them out
...@@ -74,7 +74,7 @@ extra_removal_files=( ...@@ -74,7 +74,7 @@ extra_removal_files=(
# The jsoncpp OWNERS and VulkanMemoryAllocator file contains users that have not logged into # The jsoncpp OWNERS and VulkanMemoryAllocator file contains users that have not logged into
# the Android gerrit so it fails to upload. # the Android gerrit so it fails to upload.
"third_party/jsoncpp/OWNERS" "third_party/jsoncpp/OWNERS"
"third_party/VulkanMemoryAllocator/OWNERS" "third_party/vulkan_memory_allocator/OWNERS"
) )
for removal_file in ${extra_removal_files[@]}; do for removal_file in ${extra_removal_files[@]}; do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment