Skip to content

Commit 0532227

Browse files
Roll Skia from 7c1967700b44 to 439709a97dfd (8 revisions) (flutter#19712)
https://skia.googlesource.com/skia.git/+log/7c1967700b44..439709a97dfd 2020-07-13 [email protected] Expose multi-frame methods for SkCodecImageGenerator 2020-07-13 [email protected] Use stable sort for Viewer's help screen 2020-07-13 [email protected] improve the speed of empty GrTextBlobs 2020-07-13 [email protected] move drawTextPaths from RTC to SubRun 2020-07-13 [email protected] Replace ModulateRGBA effect with Xfermode using modulate blend. 2020-07-13 [email protected] Replace ModulateAlpha effect with Xfermode using src-in blend. 2020-07-13 [email protected] SkRuntimeEffect: Guard against programs with no "main" 2020-07-13 [email protected] Make GrAsDirectContext public 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/+doc/master/autoroll/README.md
1 parent 211f18e commit 0532227

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

DEPS

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ vars = {
2626
'skia_git': 'https://skia.googlesource.com',
2727
# OCMock is for testing only so there is no google clone
2828
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
29-
'skia_revision': '7c1967700b44cc0087bc78c347f90b2efa1fd122',
29+
'skia_revision': '439709a97dfd168ef3d4ff08d15ff927f155fc10',
3030

3131
# When updating the Dart revision, ensure that all entries that are
3232
# dependencies of Dart are also updated to match the entries in the

ci/licenses_golden/licenses_skia

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 95df28233cb82e48bc0e4597a95ef320
1+
Signature: 874bcab3f8b26f94d0e9bb77eb61a6c7
22

33
UNUSED LICENSES:
44

@@ -5312,18 +5312,12 @@ FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnStagingBuffer.h
53125312
FILE: ../../../third_party/skia/src/gpu/effects/GrArithmeticProcessor.fp
53135313
FILE: ../../../third_party/skia/src/gpu/effects/GrDitherEffect.fp
53145314
FILE: ../../../third_party/skia/src/gpu/effects/GrHighContrastFilterEffect.fp
5315-
FILE: ../../../third_party/skia/src/gpu/effects/GrModulateAlphaEffect.fp
5316-
FILE: ../../../third_party/skia/src/gpu/effects/GrModulateRGBAEffect.fp
53175315
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrArithmeticProcessor.cpp
53185316
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrArithmeticProcessor.h
53195317
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrDitherEffect.cpp
53205318
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrDitherEffect.h
53215319
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrHighContrastFilterEffect.cpp
53225320
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrHighContrastFilterEffect.h
5323-
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrModulateAlphaEffect.cpp
5324-
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrModulateAlphaEffect.h
5325-
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrModulateRGBAEffect.cpp
5326-
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrModulateRGBAEffect.h
53275321
FILE: ../../../third_party/skia/src/gpu/ops/GrSimpleMeshDrawOpHelperWithStencil.cpp
53285322
FILE: ../../../third_party/skia/src/gpu/ops/GrSimpleMeshDrawOpHelperWithStencil.h
53295323
FILE: ../../../third_party/skia/src/gpu/tessellate/GrDrawAtlasPathOp.cpp

0 commit comments

Comments
 (0)