Commit 9d8fd36d by angle-autoroll Committed by Commit Bot

Roll Vulkan-Loader from 2979391e5b0c to e1c7eaa74142 (1 revision)

https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Loader.git/+log/2979391e5b0c..e1c7eaa74142 2020-08-20 lenny@lunarg.com loader: Fix invalid cleanup on allocation error If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/vulkan-loader-angle-autoroll Please CC cnorthrop@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: None Tbr: cnorthrop@google.com Change-Id: I1c202b3b886499dd4b33ae1bb8e02f861c5174a0 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2368912Reviewed-by: 's avatarangle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
parent 97a899f7
...@@ -86,7 +86,7 @@ vars = { ...@@ -86,7 +86,7 @@ vars = {
'vulkan_headers_revision': '834673eaa34a04669eedea764e88d881338243a2', 'vulkan_headers_revision': '834673eaa34a04669eedea764e88d881338243a2',
# Current revision of Khronos Vulkan-Loader. # Current revision of Khronos Vulkan-Loader.
'vulkan_loader_revision': '2979391e5b0c951ad976625686c9644c3da6fc96', 'vulkan_loader_revision': 'e1c7eaa74142107f216675464a6a9fc5221385b8',
# Current revision of Khronos Vulkan-Tools. # Current revision of Khronos Vulkan-Tools.
'vulkan_tools_revision': 'eceb318c06a291e678d1eef96c6bfd6f2710df21', 'vulkan_tools_revision': 'eceb318c06a291e678d1eef96c6bfd6f2710df21',
......
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