Skip to content

Commit

Permalink
Roll src/third_party/skia c4fec06..3cd435e (13 commits) (flutter#9155)
Browse files Browse the repository at this point in the history
https://skia.googlesource.com/skia.git
/%2Blog/c4fec06e5a3b..3cd435e

git log c4fec06..3cd435e --date=short --no-merges --format=%ad %ae %s
2019-05-31 [email protected] [G3 compile bot] Remove cl link
2019-05-29 [email protected] Move GrQuad to src/gpu/geometry folder
2019-05-31 [email protected] max glyph dimension == 0 means don't fallback
2019-05-31 [email protected] [skottie] Add support for opacity text animators
2019-05-31 [email protected] [skottie] Initial animated text properties support
2019-05-31 [email protected] Remove unused enum
2019-05-31 [email protected] Implement color-based backend texture creation for Vulkan
2019-05-24 [email protected] Fix DDL_Metal test configs
2019-05-31 [email protected] Reland "Added AutoreleasePool for managing pool memory in testing apps."
2019-05-30 [email protected] SkShaderBase::isAPicture()
2019-05-31 [email protected] Color matrix effect rewritten as .fp
2019-05-31 [email protected] Use GrCFResource class to manage backend surface MtlTexture resources.
2019-05-31 [email protected] Clean update ETC1 data utilities (take 2)

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 ([email protected]), and stop
the roller if necessary.
  • Loading branch information
skia-flutter-autoroll authored May 31, 2019
1 parent a32df2c commit 473f17f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ vars = {
'fuchsia_git': 'https://fuchsia.googlesource.com',
'github_git': 'https://github.com',
'skia_git': 'https://skia.googlesource.com',
'skia_revision': 'c4fec06e5a3b796e82c03abfc9389d076270e453',
'skia_revision': '3cd435eecf5ed15ec3dbac1050e176fcf9fddae8',

# When updating the Dart revision, ensure that all entries that are
# dependencies of Dart are also updated to match the entries in the
Expand Down
11 changes: 8 additions & 3 deletions ci/licenses_golden/licenses_skia
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: a545848bdc1850da4c9ed702270fccf9
Signature: 8554a819b256f59abb92d2e2adf10c8a

UNUSED LICENSES:

Expand Down Expand Up @@ -1598,7 +1598,6 @@ FILE: ../../../third_party/skia/src/gpu/GrFPArgs.h
FILE: ../../../third_party/skia/src/gpu/GrLegacyDirectContext.cpp
FILE: ../../../third_party/skia/src/gpu/GrProxyProvider.cpp
FILE: ../../../third_party/skia/src/gpu/GrProxyProvider.h
FILE: ../../../third_party/skia/src/gpu/GrQuad.cpp
FILE: ../../../third_party/skia/src/gpu/GrRenderTargetProxyPriv.h
FILE: ../../../third_party/skia/src/gpu/GrResourceProviderPriv.h
FILE: ../../../third_party/skia/src/gpu/ccpr/GrCCClipPath.cpp
Expand Down Expand Up @@ -1651,6 +1650,7 @@ FILE: ../../../third_party/skia/src/gpu/effects/generated/GrRRectBlurEffect.cpp
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrRRectBlurEffect.h
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrRectBlurEffect.cpp
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrRectBlurEffect.h
FILE: ../../../third_party/skia/src/gpu/geometry/GrQuad.cpp
FILE: ../../../third_party/skia/src/gpu/gradients/GrClampedGradientEffect.fp
FILE: ../../../third_party/skia/src/gpu/gradients/GrDualIntervalGradientColorizer.fp
FILE: ../../../third_party/skia/src/gpu/gradients/GrGradientBitmapCache.cpp
Expand Down Expand Up @@ -3389,7 +3389,6 @@ FILE: ../../../third_party/skia/src/gpu/GrOpFlushState.h
FILE: ../../../third_party/skia/src/gpu/GrPipeline.cpp
FILE: ../../../third_party/skia/src/gpu/GrPipeline.h
FILE: ../../../third_party/skia/src/gpu/GrProcessorUnitTest.cpp
FILE: ../../../third_party/skia/src/gpu/GrQuad.h
FILE: ../../../third_party/skia/src/gpu/GrRenderTargetContext.cpp
FILE: ../../../third_party/skia/src/gpu/GrRenderTargetContext.h
FILE: ../../../third_party/skia/src/gpu/GrRenderTargetPriv.h
Expand All @@ -3407,6 +3406,7 @@ FILE: ../../../third_party/skia/src/gpu/effects/GrCustomXfermode.cpp
FILE: ../../../third_party/skia/src/gpu/effects/GrCustomXfermode.h
FILE: ../../../third_party/skia/src/gpu/effects/GrXfermodeFragmentProcessor.cpp
FILE: ../../../third_party/skia/src/gpu/effects/GrXfermodeFragmentProcessor.h
FILE: ../../../third_party/skia/src/gpu/geometry/GrQuad.h
FILE: ../../../third_party/skia/src/gpu/gl/GrGLTextureRenderTarget.cpp
FILE: ../../../third_party/skia/src/gpu/gl/GrGLUniformHandler.cpp
FILE: ../../../third_party/skia/src/gpu/gl/GrGLUniformHandler.h
Expand Down Expand Up @@ -5374,6 +5374,8 @@ FILE: ../../../third_party/skia/modules/skottie/src/text/SkottieShaper.cpp
FILE: ../../../third_party/skia/modules/skottie/src/text/SkottieShaper.h
FILE: ../../../third_party/skia/modules/skottie/src/text/TextAdapter.cpp
FILE: ../../../third_party/skia/modules/skottie/src/text/TextAdapter.h
FILE: ../../../third_party/skia/modules/skottie/src/text/TextAnimator.cpp
FILE: ../../../third_party/skia/modules/skottie/src/text/TextAnimator.h
FILE: ../../../third_party/skia/modules/skottie/src/text/TextValue.cpp
FILE: ../../../third_party/skia/modules/skottie/src/text/TextValue.h
FILE: ../../../third_party/skia/modules/sksg/include/SkSGRenderEffect.h
Expand Down Expand Up @@ -5486,6 +5488,9 @@ FILE: ../../../third_party/skia/modules/particles/src/SkReflected.cpp
FILE: ../../../third_party/skia/src/core/SkColorFilterPriv.h
FILE: ../../../third_party/skia/src/gpu/GrShaderUtils.cpp
FILE: ../../../third_party/skia/src/gpu/GrShaderUtils.h
FILE: ../../../third_party/skia/src/gpu/effects/GrColorMatrixFragmentProcessor.fp
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrColorMatrixFragmentProcessor.cpp
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrColorMatrixFragmentProcessor.h
FILE: ../../../third_party/skia/src/gpu/gl/GrGLAssembleGLESInterfaceAutogen.cpp
FILE: ../../../third_party/skia/src/gpu/gl/GrGLAssembleGLInterfaceAutogen.cpp
FILE: ../../../third_party/skia/src/gpu/gl/GrGLAssembleHelpers.cpp
Expand Down

0 comments on commit 473f17f

Please sign in to comment.