From 1f3013163d48f46cc967b31aac193691ef28f7d9 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Mon, 22 Jul 2019 18:23:20 -0400 Subject: [PATCH] Roll src/third_party/skia 6dc14ded91ea..00c680d2bb7c (10 commits) (#10011) https://skia.googlesource.com/skia.git /compare/6dc14ded91ea..00c680d2bb7c git log 6dc14ded91ea72c9b7bb8c89453c377be3236c89..00c680d2bb7c4f86e0d075b3e6bf0eb4b32fb433 --date=short --no-merges --format=%ad %ae %s 2019-07-22 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-07-22 rmistry@google.com Fix G3 compile bot 2019-07-22 mtklein@google.com let JIT code hoist when possible 2019-07-22 csmartdalton@google.com ccpr: Unblacklist Radeon in MSAA mode 2019-07-22 reed@google.com Reland "hide drawlooper from paint" 2019-07-22 ethannicholas@google.com fixed SkSL handling of constant arrays 2019-07-22 mtklein@google.com move hoist analysis back into Builder 2019-07-22 fmalita@chromium.org [skottie-wasm-perf] Don't redraw unchanged frames 2019-07-22 fmalita@chromium.org [canvaskit] Return damage rect from ManagedAnimation::seek() 2019-07-22 borenet@google.com Fix Lua DEPS The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-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 (borenet@google.com), and stop the roller if necessary. --- DEPS | 2 +- ci/licenses_golden/licenses_skia | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index d4bebf167..bee2294fb 100644 --- a/DEPS +++ b/DEPS @@ -26,7 +26,7 @@ vars = { 'skia_git': 'https://skia.googlesource.com', # OCMock is for testing only so there is no google clone 'ocmock_git': 'https://github.com/erikdoe/ocmock.git', - 'skia_revision': '6dc14ded91ea72c9b7bb8c89453c377be3236c89', + 'skia_revision': '00c680d2bb7c4f86e0d075b3e6bf0eb4b32fb433', # When updating the Dart revision, ensure that all entries that are # dependencies of Dart are also updated to match the entries in the diff --git a/ci/licenses_golden/licenses_skia b/ci/licenses_golden/licenses_skia index 34e1630f8..011e2d7a3 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: ac2d2b8cc15f4b84f1838c6cde00ab4b +Signature: 27276e7dd24df01e7c8495d7a8fff42d UNUSED LICENSES: @@ -1369,6 +1369,7 @@ FILE: ../../../third_party/skia/infra/bots/calmbench.isolate FILE: ../../../third_party/skia/infra/bots/cfg.json FILE: ../../../third_party/skia/infra/bots/compile.isolate FILE: ../../../third_party/skia/infra/bots/compile_android_framework.isolate +FILE: ../../../third_party/skia/infra/bots/compile_g3_framework.isolate FILE: ../../../third_party/skia/infra/bots/empty.isolate FILE: ../../../third_party/skia/infra/bots/infra_tests.isolate FILE: ../../../third_party/skia/infra/bots/infrabots.isolate -- GitLab