未验证 提交 cd2bd700 编写于 作者: S skia-flutter-autoroll 提交者: GitHub

Roll src/third_party/skia 149f3f197897..a800ec96f724 (15 commits) (#10474)


https://skia.googlesource.com/skia.git/+log/149f3f197897..a800ec96f724

git log 149f3f197897..a800ec96f724 --date=short --no-merges --format='%ad %ae %s'
2019-08-02 senorblanco@chromium.org Dawn: implement sk_app window contexts for all backends.
2019-08-02 csmartdalton@google.com Remove 'dst' argument from GrOpList::copySurface
2019-08-02 michaelludwig@google.com Move SkImageFilter functionality into private SkImageFilter_Base
2019-08-02 mtklein@google.com no need to increment uniform pointers by zero
2019-08-02 robertphillips@google.com Revert "Increase specificity of GrColorType computed for YUV planes"
2019-08-02 mtklein@google.com select, {eq,lt,gt}_i32 on x86
2019-08-02 fmalita@chromium.org [skottie] Initial Hue/Saturate effect support
2019-08-02 mtklein@google.com x86 store16
2019-08-02 robertphillips@google.com Increase specificity of GrColorType computed for YUV planes
2019-08-02 reed@google.com fix bicubic to not be confused by rotated ctms
2019-08-02 robertphillips@google.com More SkAutoPixmapStorage
2019-08-02 csmartdalton@google.com Extract a GrRenderTask base class from GrOpList
2019-08-02 mtklein@google.com x86, load16
2019-08-02 halcanary@google.com experimental/editor: cleanup
2019-08-02 mtklein@google.com x86 uniform8

Created with:
  gclient setdep -r src/third_party/skia@a800ec96f724

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
上级 d937b693
......@@ -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': '149f3f19789735d7651e77e39bed5c537fa87924',
'skia_revision': 'a800ec96f724121e689b54589e4d73b5f2a93414',
# When updating the Dart revision, ensure that all entries that are
# dependencies of Dart are also updated to match the entries in the
......
Signature: 5538b45c80a534ef7ac09eff3d913557
Signature: 0a19f8a97f4f776602f3bbf8af16bb81
UNUSED LICENSES:
......@@ -3404,7 +3404,6 @@ FILE: ../../../third_party/skia/src/core/SkExecutor.cpp
FILE: ../../../third_party/skia/src/core/SkFontMgrPriv.h
FILE: ../../../third_party/skia/src/core/SkGaussFilter.cpp
FILE: ../../../third_party/skia/src/core/SkGaussFilter.h
FILE: ../../../third_party/skia/src/core/SkImageFilterPriv.h
FILE: ../../../third_party/skia/src/core/SkMaskBlurFilter.cpp
FILE: ../../../third_party/skia/src/core/SkMaskBlurFilter.h
FILE: ../../../third_party/skia/src/core/SkPromiseImageTexture.cpp
......@@ -4826,9 +4825,12 @@ FILE: ../../../third_party/skia/modules/particles/src/SkParticleEffect.cpp
FILE: ../../../third_party/skia/modules/particles/src/SkReflected.cpp
FILE: ../../../third_party/skia/samplecode/SampleImageFilterDAG.cpp
FILE: ../../../third_party/skia/src/core/SkColorFilterPriv.h
FILE: ../../../third_party/skia/src/core/SkImageFilter_Base.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/GrRenderTask.cpp
FILE: ../../../third_party/skia/src/gpu/GrRenderTask.h
FILE: ../../../third_party/skia/src/gpu/GrShaderUtils.cpp
FILE: ../../../third_party/skia/src/gpu/GrShaderUtils.h
FILE: ../../../third_party/skia/src/gpu/GrSwizzle.cpp
......@@ -4927,6 +4929,7 @@ FILE: ../../../third_party/skia/modules/skottie/src/effects/Effects.h
FILE: ../../../third_party/skia/modules/skottie/src/effects/FillEffect.cpp
FILE: ../../../third_party/skia/modules/skottie/src/effects/GaussianBlurEffect.cpp
FILE: ../../../third_party/skia/modules/skottie/src/effects/GradientEffect.cpp
FILE: ../../../third_party/skia/modules/skottie/src/effects/HueSaturationEffect.cpp
FILE: ../../../third_party/skia/modules/skottie/src/effects/LevelsEffect.cpp
FILE: ../../../third_party/skia/modules/skottie/src/effects/LinearWipeEffect.cpp
FILE: ../../../third_party/skia/modules/skottie/src/effects/MotionBlurEffect.cpp
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册