From f99b7960f433df787e00b4b61078e64c405e5d7a Mon Sep 17 00:00:00 2001 From: skia-autoroll Date: Wed, 21 Aug 2019 04:01:51 +0000 Subject: [PATCH] Roll third_party/externals/angle2 6aca71d7d705..6d653c02dd24 (4 commits) https://chromium.googlesource.com/angle/angle.git/+log/6aca71d7d705..6d653c02dd24 git log 6aca71d7d705..6d653c02dd24 --date=short --no-merges --format='%ad %ae %s' 2019-08-21 hckim.kim@samsung.com Vulkan: Set empty buffer to xfb descriptor set as an initial buffer 2019-08-20 jonahr@google.com Autogenerated kFunction* variables detected as mutable constants 2019-08-20 clemendeng@google.com Get rid of gl_ViewID_OVR for ESSL1 2019-08-20 lujc@google.com Separate dirty bit for attrib's binding VBO change Created with: gclient setdep -r third_party/externals/angle2@6d653c02dd24 The AutoRoll server is located here: https://autoroll.skia.org/r/angle-skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=skia.primary:Build-Debian9-Clang-x86_64-Release-ANGLE;skia.primary:Test-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUC8i5BEK-GPU-IntelIris655-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE Bug: None TBR=egdaniel@google.com Change-Id: I330307a5d25a8bf6c5f99a668e9a7d774fc5232d Reviewed-on: https://skia-review.googlesource.com/c/skia/+/236017 Reviewed-by: skia-autoroll Commit-Queue: skia-autoroll --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 6acb2a778d..4ac1bdf582 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@6aca71d7d7054feb0edc219671410d10c156dddf", + "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@6d653c02dd24fa6d2ac9d33328e53da246eb98da", "third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@472bd1ec29d8d4e03404bf4b4e0233e4fc6031ce", "third_party/externals/dng_sdk" : "https://android.googlesource.com/platform/external/dng_sdk.git@c8d0c9b1d16bfda56f15165d39e0ffa360a11123", "third_party/externals/egl-registry" : "https://skia.googlesource.com/external/github.com/KhronosGroup/EGL-Registry@a0bca08de07c7d7651047bedc0b653cfaaa4f2ae",