mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll Skia from 33c62dafffc9 to b474a43dcc34 (6 revisions) (flutter/engine#37606)
https://skia.googlesource.com/skia.git/+log/33c62dafffc9..b474a43dcc34 2022-11-14 bsalomon@google.com 11 file Sample->Slide conversion 2022-11-14 michaelludwig@google.com [skif] Fix origin negation 2022-11-14 johnstiles@google.com Revert "Add SkRasterPipeline ops immediate_f and store_unmasked." 2022-11-14 robertphillips@google.com Fix chrome build 2022-11-14 jamesgk@google.com [graphite] Track Device size separately from target texture proxy's 2022-11-14 johnstiles@google.com Add SkRasterPipeline ops immediate_f and store_unmasked. 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 jimgraham@google.com,tdenniston@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:
parent
4c499bb24a
commit
ce487c43ac
2
DEPS
2
DEPS
@ -18,7 +18,7 @@ vars = {
|
||||
'llvm_git': 'https://llvm.googlesource.com',
|
||||
# OCMock is for testing only so there is no google clone
|
||||
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
|
||||
'skia_revision': '33c62dafffc9610789890738e7b3a1c7df9cd733',
|
||||
'skia_revision': 'b474a43dcc343d7d85ac36304af6b58ccf0a6955',
|
||||
|
||||
# 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: 0230356593f7a51fa41de7be3b63dff1
|
||||
Signature: e29eaa271a08261df359f3ce51177431
|
||||
|
||||
UNUSED LICENSES:
|
||||
|
||||
@ -2036,11 +2036,6 @@ FILE: ../../../third_party/skia/include/private/SkTArray.h
|
||||
FILE: ../../../third_party/skia/include/utils/SkNWayCanvas.h
|
||||
FILE: ../../../third_party/skia/include/utils/mac/SkCGUtils.h
|
||||
FILE: ../../../third_party/skia/samplecode/Sample.h
|
||||
FILE: ../../../third_party/skia/samplecode/SamplePatch.cpp
|
||||
FILE: ../../../third_party/skia/samplecode/SamplePath.cpp
|
||||
FILE: ../../../third_party/skia/samplecode/SamplePathClip.cpp
|
||||
FILE: ../../../third_party/skia/samplecode/SamplePathEffects.cpp
|
||||
FILE: ../../../third_party/skia/samplecode/SampleRepeatTile.cpp
|
||||
FILE: ../../../third_party/skia/samplecode/SampleSlides.cpp
|
||||
FILE: ../../../third_party/skia/samplecode/SampleTextBox.cpp
|
||||
FILE: ../../../third_party/skia/samplecode/vertexdump.cpp
|
||||
@ -2326,7 +2321,6 @@ FILE: ../../../third_party/skia/include/private/SkChecksum.h
|
||||
FILE: ../../../third_party/skia/include/private/SkPathRef.h
|
||||
FILE: ../../../third_party/skia/include/private/SkWeakRefCnt.h
|
||||
FILE: ../../../third_party/skia/include/utils/SkNullCanvas.h
|
||||
FILE: ../../../third_party/skia/samplecode/SampleQuadStroker.cpp
|
||||
FILE: ../../../third_party/skia/src/codec/SkColorTable.h
|
||||
FILE: ../../../third_party/skia/src/core/SkAnnotation.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkFontDescriptor.cpp
|
||||
@ -2838,7 +2832,6 @@ FILE: ../../../third_party/skia/include/gpu/gl/GrGLAssembleInterface.h
|
||||
FILE: ../../../third_party/skia/include/ports/SkFontMgr_indirect.h
|
||||
FILE: ../../../third_party/skia/include/ports/SkRemotableFontMgr.h
|
||||
FILE: ../../../third_party/skia/include/private/SkHalf.h
|
||||
FILE: ../../../third_party/skia/samplecode/SampleRectanizer.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkBBHFactory.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkBitmapCache.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkBitmapCache.h
|
||||
@ -3626,7 +3619,6 @@ FILE: ../../../third_party/skia/modules/svg/src/SkSVGTransformableNode.cpp
|
||||
FILE: ../../../third_party/skia/modules/svg/src/SkSVGValue.cpp
|
||||
FILE: ../../../third_party/skia/samplecode/DecodeFile.h
|
||||
FILE: ../../../third_party/skia/samplecode/Sample.cpp
|
||||
FILE: ../../../third_party/skia/samplecode/SamplePathOverstroke.cpp
|
||||
FILE: ../../../third_party/skia/samplecode/SampleSVGFile.cpp
|
||||
FILE: ../../../third_party/skia/src/codec/SkRawCodec.cpp
|
||||
FILE: ../../../third_party/skia/src/codec/SkRawCodec.h
|
||||
@ -4107,8 +4099,6 @@ FILE: ../../../third_party/skia/modules/svg/src/SkSVGGradient.cpp
|
||||
FILE: ../../../third_party/skia/modules/svg/src/SkSVGPattern.cpp
|
||||
FILE: ../../../third_party/skia/modules/svg/src/SkSVGRadialGradient.cpp
|
||||
FILE: ../../../third_party/skia/modules/svg/src/SkSVGUse.cpp
|
||||
FILE: ../../../third_party/skia/samplecode/SampleMixer.cpp
|
||||
FILE: ../../../third_party/skia/samplecode/SamplePathText.cpp
|
||||
FILE: ../../../third_party/skia/samplecode/SampleShadowColor.cpp
|
||||
FILE: ../../../third_party/skia/samplecode/SampleShadowReference.cpp
|
||||
FILE: ../../../third_party/skia/samplecode/SampleShadowUtils.cpp
|
||||
@ -7655,7 +7645,6 @@ FILE: ../../../third_party/skia/modules/skottie/src/text/Font.h
|
||||
FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode_client.cpp
|
||||
FILE: ../../../third_party/skia/modules/svg/include/SkSVGOpenTypeSVGDecoder.h
|
||||
FILE: ../../../third_party/skia/modules/svg/src/SkSVGOpenTypeSVGDecoder.cpp
|
||||
FILE: ../../../third_party/skia/samplecode/SampleSBIX.cpp
|
||||
FILE: ../../../third_party/skia/src/codec/SkAvifCodec.cpp
|
||||
FILE: ../../../third_party/skia/src/codec/SkAvifCodec.h
|
||||
FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlComputeCommandEncoder.h
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user