From 30610b3ef5f649ab3c9cdad8e43bc1838962ef72 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Fri, 16 Apr 2021 19:46:32 +0000 Subject: [PATCH] Roll Skia from e2b457ad5fab to 624a529fbd01 (11 revisions) https://skia.googlesource.com/skia.git/+log/e2b457ad5fab..624a529fbd01 2021-04-16 ethannicholas@google.com Added an API for creating RuntimeEffects using the SkSL DSL. 2021-04-16 csmartdalton@google.com Generalize the squircle runtime effect to draw "super rounded rects" 2021-04-16 jvanverth@google.com Viewer: apply same transform as slide to dimensions display. 2021-04-16 adlai@google.com Lower GPU budget to 16MB on some desktop bots 2021-04-16 weiyuhuang@google.com Add halfLeading to TextStyle and StrutStyle: https://github.com/flutter/engine/pull/24668 2021-04-16 egdaniel@google.com Fix android framework build in GrVkOpsRenderPass. 2021-04-16 johnstiles@google.com Incorporate top-level DSL blocks into fragment processors. 2021-04-16 reed@google.com Fix gm dimensions 2021-04-16 egdaniel@google.com Use GrVkFramebuffer throughout GrVkOpsRenderPass instead of GrVkRT. 2021-04-16 adlai@google.com Fix gpuResourceCacheLimit implementation 2021-04-16 reed@google.com Expose experimental iterator on SkParagraph 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 brianosman@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 | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 65dc5991cd1b2..208dbb9508bed 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': 'e2b457ad5fabcf63484b04d3eb4d9ecdc8c85164', + 'skia_revision': '624a529fbd01d282f3c82d771d076df9042c365b', # 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 1b39d22084ecc..1ab1a394ef392 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: 5617bf255d5bb177c53651ea6ddf5908 +Signature: a2a21c786b588e24a20ad6aeb9e66657 UNUSED LICENSES: @@ -5436,6 +5436,7 @@ FILE: ../../../third_party/skia/include/sksl/DSLBlock.h FILE: ../../../third_party/skia/include/sksl/DSLCase.h FILE: ../../../third_party/skia/include/sksl/DSLErrorHandling.h FILE: ../../../third_party/skia/include/sksl/DSLFunction.h +FILE: ../../../third_party/skia/include/sksl/DSLRuntimeEffects.h FILE: ../../../third_party/skia/include/sksl/DSLStatement.h FILE: ../../../third_party/skia/src/gpu/GrVertexChunkArray.h FILE: ../../../third_party/skia/src/gpu/tessellate/GrPathTessellator.cpp @@ -5447,6 +5448,7 @@ FILE: ../../../third_party/skia/src/sksl/SkSLMangler.cpp FILE: ../../../third_party/skia/src/sksl/dsl/DSLBlock.cpp FILE: ../../../third_party/skia/src/sksl/dsl/DSLCase.cpp FILE: ../../../third_party/skia/src/sksl/dsl/DSLFunction.cpp +FILE: ../../../third_party/skia/src/sksl/dsl/DSLRuntimeEffects.cpp FILE: ../../../third_party/skia/src/sksl/dsl/DSLStatement.cpp FILE: ../../../third_party/skia/src/sksl/dsl/priv/DSLFPs.cpp FILE: ../../../third_party/skia/src/sksl/dsl/priv/DSLFPs.h