From d3359c5a4be323b7ea6c621564fa5d3fa1637350 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Mon, 13 Jul 2020 15:18:43 +0000 Subject: [PATCH] Roll Skia from d1ce4cb2beb8 to 7c1967700b44 (6 revisions) https://skia.googlesource.com/skia.git/+log/d1ce4cb2beb8..7c1967700b44 2020-07-13 johnstiles@google.com Split GrConstColorProcessor into three separate .fp effects. 2020-07-13 johnstiles@google.com Redesign const-color unit test to leverage sk_gpu_test::test_ops. 2020-07-13 mtklein@google.com refactor skvx::if_then_else() 2020-07-13 adlai@google.com Add an arg to SkImage::makeSubset to take a direct context 2020-07-13 herb@google.com remove unused decl from SubRun 2020-07-13 robertphillips@google.com Miscellaneous removal of GrContext usages 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 | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index b90907ed80922..b60d0f329d68a 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': 'd1ce4cb2beb839b055f9d7b72e0d72e3d1f3467c', + 'skia_revision': '7c1967700b44cc0087bc78c347f90b2efa1fd122', # 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 95e4e4928c948..e766590a3b49e 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: bc6519f69ce812c1867635032405d3ac +Signature: 95df28233cb82e48bc0e4597a95ef320 UNUSED LICENSES: @@ -5312,12 +5312,18 @@ 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/GrModulateAlphaEffect.fp +FILE: ../../../third_party/skia/src/gpu/effects/GrModulateRGBAEffect.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/effects/generated/GrModulateAlphaEffect.cpp +FILE: ../../../third_party/skia/src/gpu/effects/generated/GrModulateAlphaEffect.h +FILE: ../../../third_party/skia/src/gpu/effects/generated/GrModulateRGBAEffect.cpp +FILE: ../../../third_party/skia/src/gpu/effects/generated/GrModulateRGBAEffect.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