Roll Skia from 88f360e96342 to 6c630f2ce6c5 (12 revisions) (flutter/engine#31899)
https://skia.googlesource.com/skia.git/+log/88f360e96342..6c630f2ce6c5 2022-03-08 bungeman@google.com Make SkScalerContext enums scoped. 2022-03-08 bungeman@google.com FreeType bitmap glyphs never have a path. 2022-03-08 robertphillips@google.com [graphite] Split SkPipelineData out into its own file(s) 2022-03-08 johnstiles@google.com Remove obsolete double-initialization check. 2022-03-08 brianosman@google.com Avoid deleting singleton flattenables 2022-03-08 robertphillips@google.com [graphite] Add SkPaintParamsKey::BlockReader class 2022-03-08 robertphillips@google.com [graphite] Make GrBlend shareable between Graphite and Ganesh 2022-03-08 johnstiles@google.com Add support for conditional unit tests. 2022-03-08 brianosman@google.com Fix broken jsfiddle links 2022-03-08 kjlubick@google.com Revert "[includes] Remove link between SkImage.h and SkImageEncoder.h" 2022-03-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 36132a265702 to 74f327021439 (7 revisions) 2022-03-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 95f44fd3b3fd to 345bf87c35dc (7 revisions) 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 bdero@google.com,brianosman@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose 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/main/autoroll/README.md
This commit is contained in:
committed by
GitHub
parent
3af443f1fc
commit
8f9a241e78
2
DEPS
2
DEPS
@@ -27,7 +27,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': '88f360e963424ea3eb62216cab397ed0fb821b2c',
|
||||
'skia_revision': '6c630f2ce6c5747ea4c6bf586806f9bee0860431',
|
||||
|
||||
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
|
||||
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Signature: 00dba3c03f62152a80535e473aac2193
|
||||
Signature: e1604b6888eb3773ea269de704043470
|
||||
|
||||
UNUSED LICENSES:
|
||||
|
||||
@@ -3266,7 +3266,7 @@ FILE: ../../../third_party/skia/src/effects/imagefilters/SkComposeImageFilter.cp
|
||||
FILE: ../../../third_party/skia/src/effects/imagefilters/SkDisplacementMapImageFilter.cpp
|
||||
FILE: ../../../third_party/skia/src/effects/imagefilters/SkDropShadowImageFilter.cpp
|
||||
FILE: ../../../third_party/skia/src/effects/imagefilters/SkTileImageFilter.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/GrBlend.h
|
||||
FILE: ../../../third_party/skia/src/gpu/Blend.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrCaps.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrGeometryProcessor.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrPaint.cpp
|
||||
@@ -6134,6 +6134,8 @@ FILE: ../../../third_party/skia/src/core/SkKeyHelpers.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkKeyHelpers.h
|
||||
FILE: ../../../third_party/skia/src/core/SkPaintParamsKey.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkPaintParamsKey.h
|
||||
FILE: ../../../third_party/skia/src/core/SkPipelineData.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkPipelineData.h
|
||||
FILE: ../../../third_party/skia/src/core/SkSLTypeShared.h
|
||||
FILE: ../../../third_party/skia/src/core/SkShaderCodeDictionary.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkShaderCodeDictionary.h
|
||||
|
||||
Reference in New Issue
Block a user