From 0da0b0a18afd09f6f94cb3003f94d5c5d1a8fd53 Mon Sep 17 00:00:00 2001 From: skia-autoroll Date: Wed, 10 Jun 2020 04:01:24 +0000 Subject: [PATCH] Roll ANGLE from dbb18b53c4b4 to d80d9044857e (10 revisions) https://chromium.googlesource.com/angle/angle.git/+log/dbb18b53c4b4..d80d9044857e 2020-06-09 etienneb@chromium.org Reland "Add trace event to angle Program compilation API" 2020-06-09 jmadill@chromium.org Update glslang_validator binary for Windows. 2020-06-09 etienneb@chromium.org Fix racy GetCategory with trace_event 2020-06-09 jmadill@chromium.org Remove missing script from angle.gni test config. 2020-06-09 cnorthrop@google.com Capture/Replay: Support buffer map/unmap state during MEC 2020-06-09 jiajia.qin@intel.com Fix failures that alpha channel is not correct 2020-06-09 angle-autoroll@skia-public.iam.gserviceaccount.com Roll glslang from 8111268575a4 to 08328fea5ab9 (1 revision) 2020-06-09 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-Headers from db1a98c6cc43 to 9d2dfca53b75 (1 revision) 2020-06-09 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-ValidationLayers from f1b11cc29c58 to 236f1f090429 (2 revisions) 2020-06-09 shabbyx@gmail.com Update glslang_validator binary for Linux. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-skia-autoroll Please CC bungeman@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 Cq-Include-Trybots: skia/skia.primary:Build-Debian10-Clang-x86_64-Release-ANGLE;skia/skia.primary:Test-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia/skia.primary:Test-Win10-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-ANGLE;skia/skia.primary:Test-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE;skia/skia.primary:Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia/skia.primary:Test-Win10-Clang-NUC8i5BEK-GPU-IntelIris655-x86_64-Debug-All-ANGLE;skia/skia.primary:Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE Bug: chromium:1064662,chromium:1091259,chromium:1091723 Tbr: bungeman@google.com Test: Test: MEC of Angry Birds 2 Change-Id: I8dd1aa7c3c59053ecfd298732448421d86333b71 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/295476 Reviewed-by: skia-autoroll Commit-Queue: skia-autoroll --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index b712cc0b05..3a38ad04e4 100644 --- a/DEPS +++ b/DEPS @@ -7,7 +7,7 @@ vars = { deps = { "buildtools" : "https://chromium.googlesource.com/chromium/buildtools.git@505de88083136eefd056e5ee4ca0f01fe9b33de8", "common" : "https://skia.googlesource.com/common.git@9737551d7a52c3db3262db5856e6bcd62c462b92", - "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@dbb18b53c4b40a821f2092df5f54731e7ae2ee16", + "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@d80d9044857e168bb7945eb726a451c20140b80c", # Dawn requires jinja2 and markupsafe for the code generator, and glslang and shaderc for SPIRV compilation. # When the Dawn revision is updated these should be updated from the Dawn DEPS as well. "third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@527080ff03ce4541a12c2648b6a44e53a1d6384e",