Skip to content

Commit

Permalink
Roll Skia from 9d86359b5fe8 to 8fa858855820 (15 revisions) (#50827)
Browse files Browse the repository at this point in the history
https://skia.googlesource.com/skia.git/+log/9d86359b5fe8..8fa858855820

2024-02-21 [email protected] Create module for skottie's text_shaper only
2024-02-21 [email protected] Enforce IWYU on src/core/Sk[ST].*
2024-02-21 [email protected] [graphite] Limit PathAtlas size to max texture size.
2024-02-21 [email protected] Roll SK Tool from 0c57895d60d7 to 5bd55ab03cb2
2024-02-21 [email protected] Roll ANGLE from e17dd5a40854 to f546983cc8df (10 revisions)
2024-02-21 [email protected] Roll vulkan-deps from 01c25f446238 to d6f39f6bf559 (1 revision)
2024-02-21 [email protected] Roll Skia Infra from cbcd86cee01f to 0c57895d60d7 (7 revisions)
2024-02-21 [email protected] Roll Dawn from 4663ec14a251 to cb331fe0d4f8 (18 revisions)
2024-02-21 [email protected] [skif] Don't restrict layer bounds by desired output for deferred actions
2024-02-21 [email protected] Remove several uses of SkColorFilter::filterColor
2024-02-20 [email protected] Sample from Perlin permutation data at pixel centers.
2024-02-20 [email protected] Replace vec2 variables with scalars in Perlin mix logic.
2024-02-20 [email protected] [bazel] Rewrite Ganesh/Vulkan benchmarks to depend on the modular build.
2024-02-20 [email protected] Disable unreachable-code warning in WGSL.
2024-02-20 [email protected] Remove SkottieShaper.h

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],[email protected],[email protected],[email protected] 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
  • Loading branch information
skia-flutter-autoroll authored Feb 21, 2024
1 parent deafff9 commit bf5c003
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ vars = {
'flutter_git': 'https://flutter.googlesource.com',
'skia_git': 'https://skia.googlesource.com',
'llvm_git': 'https://llvm.googlesource.com',
'skia_revision': '9d86359b5fe8b7b5d6e4163a7979277f9dbd7dea',
'skia_revision': '8fa858855820c5cba1448b0a756de5c4dafd28ba',

# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
Expand Down
4 changes: 1 addition & 3 deletions ci/licenses_golden/licenses_skia
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: b63b075252eead4ef89c72d7423ce999
Signature: c8e063603c9114ac623c542fa6132e26

====================================================================================================
LIBRARY: etc1
Expand Down Expand Up @@ -5738,7 +5738,6 @@ ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/layers/NullLayer.c
ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/layers/SolidLayer.cpp + ../../../flutter/third_party/skia/LICENSE
ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/text/RangeSelector.cpp + ../../../flutter/third_party/skia/LICENSE
ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/text/RangeSelector.h + ../../../flutter/third_party/skia/LICENSE
ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/text/SkottieShaper.h + ../../../flutter/third_party/skia/LICENSE
ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/text/TextAdapter.cpp + ../../../flutter/third_party/skia/LICENSE
ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/text/TextAdapter.h + ../../../flutter/third_party/skia/LICENSE
ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/text/TextAnimator.cpp + ../../../flutter/third_party/skia/LICENSE
Expand Down Expand Up @@ -5857,7 +5856,6 @@ FILE: ../../../flutter/third_party/skia/modules/skottie/src/layers/NullLayer.cpp
FILE: ../../../flutter/third_party/skia/modules/skottie/src/layers/SolidLayer.cpp
FILE: ../../../flutter/third_party/skia/modules/skottie/src/text/RangeSelector.cpp
FILE: ../../../flutter/third_party/skia/modules/skottie/src/text/RangeSelector.h
FILE: ../../../flutter/third_party/skia/modules/skottie/src/text/SkottieShaper.h
FILE: ../../../flutter/third_party/skia/modules/skottie/src/text/TextAdapter.cpp
FILE: ../../../flutter/third_party/skia/modules/skottie/src/text/TextAdapter.h
FILE: ../../../flutter/third_party/skia/modules/skottie/src/text/TextAnimator.cpp
Expand Down

0 comments on commit bf5c003

Please sign in to comment.