Skip to content

Commit

Permalink
Roll src/third_party/skia 1496758..541f310 (12 commits) (flutter#13880)
Browse files Browse the repository at this point in the history
https://skia.googlesource.com/skia.git/+log/1496758da42e..541f310b3482

git log 1496758..541f310 --date=short --no-merges --format='%ad %ae %s'
2019-11-15 [email protected] [canvaskit] Fix primitive_shaper build
2019-11-15 [email protected] trim out unneeded references to SkString
2019-11-15 [email protected] Ummm, why are we including SkUTF.h?
2019-11-15 [email protected] Add ClockwiseTestOp::onPrePrepare
2019-11-15 [email protected] [canvaskit] Expose more SkParagraph methods
2019-11-15 [email protected] [canvaskit] Add MatrixTransform ImageFilter
2019-11-15 [email protected] [infra] Fix bin/try
2019-11-15 [email protected] fix issue introduced in f29caf1 where kClamp domain mode is always used.
2019-11-15 [email protected] Reland "Reland "Reland "Reland "Implement sample mask and sample locations support in Vulkan""""
2019-11-15 [email protected] Reduce max # of AA Quads that can be merged or chained into a single GrTextureOp (take 2)
2019-11-15 [email protected] remove unused (by clients) SkMultiPictureDraw
2019-11-15 [email protected] Replace GrTextureDomainEffect with GrDomainEffect.

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

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 [email protected] 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/+/master/autoroll/README.md

Bug: None
[email protected]
  • Loading branch information
skia-flutter-autoroll authored Nov 16, 2019
1 parent 9ab2b58 commit 486e62d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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': '1496758da42e1f186be61ac3c340018ac338d65c',
'skia_revision': '541f310b348296c1e2cdef182a3098d9ca5e1795',

# 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
5 changes: 1 addition & 4 deletions ci/licenses_golden/licenses_skia
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: 76f98515c74adaad2c0ac623b724e2ed
Signature: 4d7c8c6647cb2443e468da2d73f41706

UNUSED LICENSES:

Expand Down Expand Up @@ -2181,7 +2181,6 @@ FILE: ../../../third_party/skia/gm/imagefilterscropexpand.cpp
FILE: ../../../third_party/skia/gm/imagefiltersscaled.cpp
FILE: ../../../third_party/skia/gm/imageresizetiled.cpp
FILE: ../../../third_party/skia/gm/matriximagefilter.cpp
FILE: ../../../third_party/skia/gm/multipicturedraw.cpp
FILE: ../../../third_party/skia/gm/patch.cpp
FILE: ../../../third_party/skia/gm/picture.cpp
FILE: ../../../third_party/skia/gm/pictureshader.cpp
Expand Down Expand Up @@ -2212,7 +2211,6 @@ FILE: ../../../third_party/skia/include/core/SkBBHFactory.h
FILE: ../../../third_party/skia/include/core/SkBlurTypes.h
FILE: ../../../third_party/skia/include/core/SkDrawable.h
FILE: ../../../third_party/skia/include/core/SkFont.h
FILE: ../../../third_party/skia/include/core/SkMultiPictureDraw.h
FILE: ../../../third_party/skia/include/core/SkPictureRecorder.h
FILE: ../../../third_party/skia/include/core/SkSurfaceProps.h
FILE: ../../../third_party/skia/include/core/SkTextBlob.h
Expand Down Expand Up @@ -2244,7 +2242,6 @@ FILE: ../../../third_party/skia/src/core/SkHalf.cpp
FILE: ../../../third_party/skia/src/core/SkImageGenerator.cpp
FILE: ../../../third_party/skia/src/core/SkMaskCache.cpp
FILE: ../../../third_party/skia/src/core/SkMaskCache.h
FILE: ../../../third_party/skia/src/core/SkMultiPictureDraw.cpp
FILE: ../../../third_party/skia/src/core/SkPicturePlayback.cpp
FILE: ../../../third_party/skia/src/core/SkPicturePlayback.h
FILE: ../../../third_party/skia/src/core/SkPictureRecorder.cpp
Expand Down

0 comments on commit 486e62d

Please sign in to comment.