From afc52450982b4616edd9d162470c687327fe72a7 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Fri, 26 Feb 2021 23:03:59 +0000 Subject: [PATCH] Roll Skia from deed7f65ff6b to 07c8401a54d3 (5 revisions) https://skia.googlesource.com/skia.git/+log/deed7f65ff6b..07c8401a54d3 2021-02-26 jvanverth@google.com Getting Metal shader precompiling working. 2021-02-26 johnstiles@google.com Convert IRGenerator::convertPostfixExpr to PostfixExpr::Make. 2021-02-26 johnstiles@google.com Convert IRGenerator::convertPrefixExpr to PrefixExpression::Make. 2021-02-26 hcm@google.com update release notes 2021-02-26 johnstiles@google.com Migrate IRGenerator::setRefKind to Analysis::MakeAssignmentExpr. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-flutter-autoroll Please CC fmalita@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 --- DEPS | 2 +- ci/licenses_golden/licenses_skia | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index f1d4f917bbe3c..12c386da6fd69 100644 --- a/DEPS +++ b/DEPS @@ -27,7 +27,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': 'deed7f65ff6b16526d7045307687a90d78c43618', + 'skia_revision': '07c8401a54d354e2131f25eb3560f40ccb9c64df', # 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 16ad79d396fcc..ce50fb4275ed0 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: 547c7ac43edee2b44e8a8cebf6642ec2 +Signature: ecf84b7a0b9335e576fdfba12675bce8 UNUSED LICENSES: @@ -5220,6 +5220,7 @@ FILE: ../../../third_party/skia/src/sksl/ir/SkSLDoStatement.cpp FILE: ../../../third_party/skia/src/sksl/ir/SkSLExpressionStatement.cpp FILE: ../../../third_party/skia/src/sksl/ir/SkSLForStatement.cpp FILE: ../../../third_party/skia/src/sksl/ir/SkSLIfStatement.cpp +FILE: ../../../third_party/skia/src/sksl/ir/SkSLPostfixExpression.cpp FILE: ../../../third_party/skia/src/sksl/ir/SkSLSwitchStatement.cpp FILE: ../../../third_party/skia/src/sksl/ir/SkSLSwizzle.cpp ----------------------------------------------------------------------------------------------------