mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll Skia from 60d51fd2c6bd to bfd9af01b785 (2 revisions) (flutter/engine#46774)
https://skia.googlesource.com/skia.git/+log/60d51fd2c6bd..bfd9af01b785 2023-10-11 johnstiles@google.com Revert "[bazel] Move test runners under //tools/testrunners." 2023-10-11 jvanverth@google.com [graphite] Move RasterPathAtlas into AtlasProvider. 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 brianosman@google.com,johnstiles@google.com,jsimmons@google.com,rmistry@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://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
This commit is contained in:
parent
f6855a9d3e
commit
0cff2cdf88
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': '60d51fd2c6bd398121aac8184e2e9f35b09c2e12',
|
||||
'skia_revision': 'bfd9af01b785b9c50e0f4443601ec54ce5e3b72b',
|
||||
|
||||
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
|
||||
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
|
||||
|
||||
@ -2650,7 +2650,9 @@
|
||||
../../../third_party/skia/experimental
|
||||
../../../third_party/skia/fuzz/README.md
|
||||
../../../third_party/skia/gm/BUILD.bazel
|
||||
../../../third_party/skia/gm/android_gm_test.bzl
|
||||
../../../third_party/skia/gm/png_codec.bzl
|
||||
../../../third_party/skia/gm/vias/BUILD.bazel
|
||||
../../../third_party/skia/gn/BUILD.bazel
|
||||
../../../third_party/skia/gn/__init__.py
|
||||
../../../third_party/skia/gn/bazel_build.py
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Signature: 95f6a02b85163bb1533c61e4f246c0f9
|
||||
Signature: d074d823a1138613d625baa1fdfd041a
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
@ -8607,6 +8607,7 @@ LIBRARY: skia
|
||||
ORIGIN: ../../../third_party/skia/gm/coordclampshader.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/gm/fontations.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/gm/imagefiltersunpremul.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/gm/vias/Draw.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/ports/SkFontMgr_data.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/ports/SkTypeface_fontations.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/SkGainmapInfo.h + ../../../third_party/skia/LICENSE
|
||||
@ -8647,6 +8648,7 @@ TYPE: LicenseType.bsd
|
||||
FILE: ../../../third_party/skia/gm/coordclampshader.cpp
|
||||
FILE: ../../../third_party/skia/gm/fontations.cpp
|
||||
FILE: ../../../third_party/skia/gm/imagefiltersunpremul.cpp
|
||||
FILE: ../../../third_party/skia/gm/vias/Draw.h
|
||||
FILE: ../../../third_party/skia/include/ports/SkFontMgr_data.h
|
||||
FILE: ../../../third_party/skia/include/ports/SkTypeface_fontations.h
|
||||
FILE: ../../../third_party/skia/include/private/SkGainmapInfo.h
|
||||
@ -8723,12 +8725,15 @@ ORIGIN: ../../../third_party/skia/fuzz/FuzzQuadRoots.cpp + ../../../third_party/
|
||||
ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzCubicRoots.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzPrecompile.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzQuadRoots.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/gm/BazelGMRunner.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/gm/BazelNoopRunner.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/gm/fontations_ft_compare.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/gm/graphite_replay.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/gm/hello_bazel_world.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/gm/png_codec.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/gm/rippleshadergm.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/gm/scaledrects.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/gm/vias/SimpleVias.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/gm/workingspace.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/android/SkCanvasAndroid.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/android/SkHeifDecoder.h + ../../../third_party/skia/LICENSE
|
||||
@ -8988,12 +8993,15 @@ FILE: ../../../third_party/skia/fuzz/FuzzQuadRoots.cpp
|
||||
FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzCubicRoots.cpp
|
||||
FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzPrecompile.cpp
|
||||
FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzQuadRoots.cpp
|
||||
FILE: ../../../third_party/skia/gm/BazelGMRunner.cpp
|
||||
FILE: ../../../third_party/skia/gm/BazelNoopRunner.cpp
|
||||
FILE: ../../../third_party/skia/gm/fontations_ft_compare.cpp
|
||||
FILE: ../../../third_party/skia/gm/graphite_replay.cpp
|
||||
FILE: ../../../third_party/skia/gm/hello_bazel_world.cpp
|
||||
FILE: ../../../third_party/skia/gm/png_codec.cpp
|
||||
FILE: ../../../third_party/skia/gm/rippleshadergm.cpp
|
||||
FILE: ../../../third_party/skia/gm/scaledrects.cpp
|
||||
FILE: ../../../third_party/skia/gm/vias/SimpleVias.cpp
|
||||
FILE: ../../../third_party/skia/gm/workingspace.cpp
|
||||
FILE: ../../../third_party/skia/include/android/SkCanvasAndroid.h
|
||||
FILE: ../../../third_party/skia/include/android/SkHeifDecoder.h
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user