Commit d763f1eb by angle-autoroll Committed by Commit Bot

Roll third_party/vulkan-tools/src 1af57a3ec414..94ed4c384c34 (1 commits)

https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools.git/+log/1af57a3ec414..94ed4c384c34 git log 1af57a3ec414..94ed4c384c34 --date=short --first-parent --format='%ad %ae %s' 2020-03-05 raul@tambre.ee generate_vulkan_layers_json.py: Fix Python 3 compatibility Created with: gclient setdep -r third_party/vulkan-tools/src@94ed4c384c34 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/vulkan-tools-angle-autoroll Please CC ianelliott@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/+/master/autoroll/README.md Bug: None Tbr: ianelliott@google.com Change-Id: I21b034d0268768f80966037c6cd9abd1033132fd Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2091040Reviewed-by: 's avatarangle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
parent d2e50306
...@@ -55,7 +55,7 @@ vars = { ...@@ -55,7 +55,7 @@ vars = {
'vulkan_loader_revision': '136207a63495917347ea8aec5bfeff267c207eb8', 'vulkan_loader_revision': '136207a63495917347ea8aec5bfeff267c207eb8',
# Current revision of Khronos Vulkan-Tools. # Current revision of Khronos Vulkan-Tools.
'vulkan_tools_revision': '1af57a3ec4143286f12d32565dcd7ed44f01754c', 'vulkan_tools_revision': '94ed4c384c3425963b459a735045706e5f83f01b',
# Current revision of Khronos Vulkan-ValidationLayers. # Current revision of Khronos Vulkan-ValidationLayers.
'vulkan_validation_revision': '97484d689869b39d82925708645d53f6d86f3b2b', 'vulkan_validation_revision': '97484d689869b39d82925708645d53f6d86f3b2b',
......
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