From dc9bf5c80ad877781429b580524f5b50379cc1d0 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Thu, 14 Jan 2021 01:16:43 +0000 Subject: [PATCH] Roll Skia from 0e4a29af9db2 to af9b58e287b5 (10 revisions) https://skia.googlesource.com/skia.git/+log/0e4a29af9db2..af9b58e287b5 2021-01-14 johnstiles@google.com Fix fragment processors and unit tests which mix ints and floats. 2021-01-14 johnstiles@google.com Factor out SPIR-V typecasting helper functions. 2021-01-13 johnstiles@google.com Revert "[svg] Perform colorspace conversions for filter effects" 2021-01-13 brianosman@google.com Support ES2-compliant for loops in SkSL-to-SkVM 2021-01-13 tdenniston@google.com [svg] Perform colorspace conversions for filter effects 2021-01-13 bsalomon@google.com Reland "Push SkYUVAInfo into GrYUVToRGBEffect." 2021-01-13 brianosman@google.com In runtime effects, verify that loops conform to ES2 rules 2021-01-13 mtklein@google.com make SkShaderBase::onProgram pure virtual 2021-01-13 csmartdalton@google.com Use tolerance==0 to flatten curves in GrTriangulator 2021-01-13 kjlubick@google.com [canvaskit] Expose getShadowLocalBounds 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 ethannicholas@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 7b51690f9c756..4044e0ca85cac 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': '0e4a29af9db2d2e91add373906db6095908e4402', + 'skia_revision': 'af9b58e287b53a406d59e999883d0744bf5c966c', # 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 b89aa597f72fc..09e4b33577381 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: aeef0817a269e571e366a8f3518f6483 +Signature: 7d58418b106501c3cb5d2c7ab43e01e8 UNUSED LICENSES: @@ -7128,6 +7128,8 @@ LIBRARY: skia ORIGIN: ../../../third_party/skia/src/core/SkYUVAInfoLocation.h + ../../../third_party/skia/LICENSE TYPE: LicenseType.bsd FILE: ../../../third_party/skia/src/core/SkYUVAInfoLocation.h +FILE: ../../../third_party/skia/src/gpu/GrYUVATextureProxies.cpp +FILE: ../../../third_party/skia/src/gpu/GrYUVATextureProxies.h FILE: ../../../third_party/skia/src/sksl/SkSLContext.cpp FILE: ../../../third_party/skia/src/sksl/SkSLMangler.h ----------------------------------------------------------------------------------------------------