From d9d7e563bb02c443d222dee450fcfe90334210c5 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Sun, 12 Jul 2020 08:53:37 +0000 Subject: [PATCH] Roll Skia from c91db040ad18 to e4f36d7ac8f5 (20 revisions) https://skia.googlesource.com/skia.git/+log/c91db040ad18..e4f36d7ac8f5 2020-07-12 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version 2020-07-10 herb@google.com move makeAtlasTextOp to SubRun 2020-07-10 mtklein@google.com remove intermediate lambdas in skvm interpreter 2020-07-10 johnstiles@google.com Convert GLHighContrastFilterEffect to an .fp file. 2020-07-10 herb@google.com move GrAtlasTextOp creation to GrRenderTargetContext 2020-07-10 brianosman@google.com Make GrFP::registerChild just return -1 for null children 2020-07-10 mtklein@google.com add vtune support back 2020-07-10 jvanverth@google.com Simplify some Vulkan compressed texture setup. 2020-07-10 mtklein@google.com Revert "Enable effects deserialization except for npm build" 2020-07-10 johnstiles@google.com Convert the arithmetic runtime effect to a regular .fp effect. 2020-07-10 herb@google.com pullout text path drawing from drawGlyphRunList 2020-07-10 robertphillips@google.com Update the sk_app WindowContext to hold a GrDirectContext 2020-07-10 fmalita@chromium.org [skottie] Pucker & Bloat shape layer vector effect 2020-07-10 robertphillips@google.com Switch SkImage's & SkImageGenerator's isValid call over to GrRecordingContext 2020-07-10 guruji@google.com Exclude gl files for Fuchsia platform. 2020-07-10 sunilmur@amazon.com Enable effects deserialization except for npm build 2020-07-10 mtklein@google.com add Sk- prefix to SkOSLibrary functions 2020-07-10 jvanverth@google.com Remove invalid assert when setting D3D buffers. 2020-07-10 csmartdalton@google.com Add ANGLE's glMultiDraw*BaseInstance functions to the GL interface 2020-07-10 robertphillips@google.com Switch a few GMs over to GrDirectContext 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 nifong@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 | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 27332deadb843..c05e781547065 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': 'c91db040ad18b9cc3236e342e9acca020eaafd10', + 'skia_revision': 'e4f36d7ac8f5dc6f5157616149f0eff3877808b4', # 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 f4c059849d039..991dc79bfe9d3 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: 964bda7fdf8851c2cd2d8d5274171bae +Signature: a115e918edf2dcc661af8f6f74af3261 UNUSED LICENSES: @@ -5282,6 +5282,7 @@ FILE: ../../../third_party/skia/modules/skottie/src/layers/shapelayer/Gradient.c FILE: ../../../third_party/skia/modules/skottie/src/layers/shapelayer/MergePaths.cpp FILE: ../../../third_party/skia/modules/skottie/src/layers/shapelayer/OffsetPaths.cpp FILE: ../../../third_party/skia/modules/skottie/src/layers/shapelayer/Polystar.cpp +FILE: ../../../third_party/skia/modules/skottie/src/layers/shapelayer/PuckerBloat.cpp FILE: ../../../third_party/skia/modules/skottie/src/layers/shapelayer/Rectangle.cpp FILE: ../../../third_party/skia/modules/skottie/src/layers/shapelayer/Repeater.cpp FILE: ../../../third_party/skia/modules/skottie/src/layers/shapelayer/RoundCorners.cpp @@ -5310,9 +5311,15 @@ FILE: ../../../third_party/skia/src/gpu/GrStagingBuffer.h FILE: ../../../third_party/skia/src/gpu/ccpr/GrAutoMapVertexBuffer.h FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnStagingBuffer.cpp FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnStagingBuffer.h +FILE: ../../../third_party/skia/src/gpu/effects/GrArithmeticProcessor.fp FILE: ../../../third_party/skia/src/gpu/effects/GrDitherEffect.fp +FILE: ../../../third_party/skia/src/gpu/effects/GrHighContrastFilterEffect.fp +FILE: ../../../third_party/skia/src/gpu/effects/generated/GrArithmeticProcessor.cpp +FILE: ../../../third_party/skia/src/gpu/effects/generated/GrArithmeticProcessor.h FILE: ../../../third_party/skia/src/gpu/effects/generated/GrDitherEffect.cpp FILE: ../../../third_party/skia/src/gpu/effects/generated/GrDitherEffect.h +FILE: ../../../third_party/skia/src/gpu/effects/generated/GrHighContrastFilterEffect.cpp +FILE: ../../../third_party/skia/src/gpu/effects/generated/GrHighContrastFilterEffect.h FILE: ../../../third_party/skia/src/gpu/ops/GrSimpleMeshDrawOpHelperWithStencil.cpp FILE: ../../../third_party/skia/src/gpu/ops/GrSimpleMeshDrawOpHelperWithStencil.h FILE: ../../../third_party/skia/src/gpu/tessellate/GrDrawAtlasPathOp.cpp