From 95528752e2bdb82b808d8ed172e7c19beffc547d Mon Sep 17 00:00:00 2001 From: skia-autoroll Date: Fri, 19 Jul 2019 04:01:18 +0000 Subject: [PATCH] Roll third_party/externals/angle2 e9111885702e..6a02f06dfd4e (8 commits) https://chromium.googlesource.com/angle/angle.git/+log/e9111885702e..6a02f06dfd4e git log e9111885702e..6a02f06dfd4e --date=short --no-merges --format='%ad %ae %s' 2019-07-18 geofflang@chromium.org Implement EGL_ANGLE_create_context_backwards_compatible 2019-07-18 ynovikov@chromium.org doc: Update TestResults.qpa location on Android 2019-07-18 jmadill@chromium.org Remove a few histograms from Renderer11. 2019-07-18 syoussefi@chromium.org Vulkan: Fix FS array output location assignment 2019-07-18 lujc@google.com Optimize uniform matrix update 2019-07-18 jmadill@chromium.org Reduce variance in TextureUploadPerf. 2019-07-18 angle-autoroll@skia-public.iam.gserviceaccount.com Roll ./third_party/spirv-tools/src 58e2ec25bab0..aa9e8f538041 (1 commits) 2019-07-18 angle-autoroll@skia-public.iam.gserviceaccount.com Roll ./third_party/glslang/src 74426f7570fd..9f2236e58ed0 (1 commits) Created with: gclient setdep -r third_party/externals/angle2@6a02f06dfd4e 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=nifong@google.com Change-Id: I77f29b107c07b63582d53da60c962cab2a1a898a Reviewed-on: https://skia-review.googlesource.com/c/skia/+/228541 Reviewed-by: skia-autoroll Commit-Queue: skia-autoroll --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 1b5b35d550..6ba4123a50 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@e9111885702e26fbf397c86331e94e3598348aa9", + "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@6a02f06dfd4ec5e0f9efb553059ce65535f4b312", "third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@2d4b5294432f254c8ab093ff399cdf9aa59260a6", "third_party/externals/dng_sdk" : "https://android.googlesource.com/platform/external/dng_sdk.git@c8d0c9b", "third_party/externals/egl-registry" : "https://skia.googlesource.com/external/github.com/KhronosGroup/EGL-Registry@a0bca08de07c7d7651047bedc0b653cfaaa4f2ae",