From c2097a0d438a3e6788cb24079cd4dee745dd160c Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Fri, 2 Aug 2019 13:21:16 -0400 Subject: [PATCH] Roll src/third_party/skia fdd03910d6c6..149f3f197897 (11 commits) (#10470) https://skia.googlesource.com/skia.git/+log/fdd03910d6c6..149f3f197897 git log fdd03910d6c6..149f3f197897 --date=short --no-merges --format='%ad %ae %s' 2019-08-02 halcanary@google.com tools/sk_app: fWindowContext is unique_ptr<> 2019-08-02 mtklein@google.com add vbroadcastss(Ymm, GP64, int) 2019-08-02 halcanary@google.com sk_app, editor: cursor blink 2019-08-02 bsalomon@google.com GrCaps::supportedWritePixelsColorType takes CT/format rather than config. 2019-08-02 michaelludwig@google.com Update skottie/sksg to use new filter factories 2019-08-02 michaelludwig@google.com Update docs and samplecode to use new image filter factories 2019-08-02 michaelludwig@google.com Update fuzzer to use new image filter factories 2019-08-02 bungeman@google.com Tweak css3 weight score, prevent ties. 2019-08-02 senorblanco@chromium.org First implementation of GrDawnProgramBuilder. 2019-08-02 michaelludwig@google.com Add new SkImageFilters factory API 2019-08-02 egdaniel@google.com Rework maxRenderTargetSampleCount and isFormatRenderable in GrCaps. Created with: gclient setdep -r src/third_party/skia@149f3f197897 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. Bug: None TBR=benjaminwagner@google.com --- DEPS | 2 +- ci/licenses_golden/licenses_skia | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 5d14b9305..e418cdc4c 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': 'fdd03910d6c635292d2083803c701704f5536f1f', + 'skia_revision': '149f3f19789735d7651e77e39bed5c537fa87924', # 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 193a077a8..47917317b 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: f18a4c267a1c73332a65244b1d76d684 +Signature: 5538b45c80a534ef7ac09eff3d913557 UNUSED LICENSES: @@ -4807,6 +4807,7 @@ FILE: ../../../third_party/skia/gm/crbug_946965.cpp FILE: ../../../third_party/skia/gm/patharcto.cpp FILE: ../../../third_party/skia/gm/runtimecolorfilter.cpp FILE: ../../../third_party/skia/gm/runtimeshader.cpp +FILE: ../../../third_party/skia/include/effects/SkImageFilters.h FILE: ../../../third_party/skia/include/gpu/gl/GrGLAssembleHelpers.h FILE: ../../../third_party/skia/include/private/GrGLTypesPriv.h FILE: ../../../third_party/skia/include/private/SkThreadAnnotations.h @@ -4827,6 +4828,7 @@ FILE: ../../../third_party/skia/samplecode/SampleImageFilterDAG.cpp FILE: ../../../third_party/skia/src/core/SkColorFilterPriv.h FILE: ../../../third_party/skia/src/core/SkVM.cpp FILE: ../../../third_party/skia/src/core/SkVM.h +FILE: ../../../third_party/skia/src/effects/imagefilters/SkImageFilters.cpp FILE: ../../../third_party/skia/src/gpu/GrShaderUtils.cpp FILE: ../../../third_party/skia/src/gpu/GrShaderUtils.h FILE: ../../../third_party/skia/src/gpu/GrSwizzle.cpp @@ -4994,6 +4996,8 @@ FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnGpu.cpp FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnGpu.h FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnGpuCommandBuffer.cpp FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnGpuCommandBuffer.h +FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnProgramBuilder.cpp +FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnProgramBuilder.h FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnProgramDataManager.cpp FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnProgramDataManager.h FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnRenderTarget.cpp -- GitLab