Commit 456f30bd by angle-autoroll Committed by Commit Bot

Roll Vulkan-Loader from 61bf3be73c1e to 527e67e9d933 (1 revision)

https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Loader.git/+log/61bf3be73c1e..527e67e9d933 2020-08-13 jmadill@chromium.org Fix double delete in loaderScanForImplicitLayers. 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 ynovikov@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: ynovikov@google.com Change-Id: I3fcb28e5cc699e579ca26e296cb5fde48a9da447 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2355577Reviewed-by: 's avatarangle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
parent 27addc78
...@@ -75,7 +75,7 @@ vars = { ...@@ -75,7 +75,7 @@ vars = {
'vulkan_headers_revision': '6eaf979e736613c5642ddb8cf783e35500bd0f53', 'vulkan_headers_revision': '6eaf979e736613c5642ddb8cf783e35500bd0f53',
# Current revision of Khronos Vulkan-Loader. # Current revision of Khronos Vulkan-Loader.
'vulkan_loader_revision': '61bf3be73c1e2faa279f887336b17972c7df6e70', 'vulkan_loader_revision': '527e67e9d93368a570b1263ebcd43a5799dc5afe',
# Current revision of Khronos Vulkan-Tools. # Current revision of Khronos Vulkan-Tools.
'vulkan_tools_revision': '1590d46aaaeb133d2b0d7ea406c8a78bef2ebd4b', 'vulkan_tools_revision': '1590d46aaaeb133d2b0d7ea406c8a78bef2ebd4b',
......
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