This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Roll Skia from cf7fefd0bbfb to 6bfd57b8790f (24 revisions)#51260
Merged
auto-submit[bot] merged 1 commit intoflutter:mainfrom Mar 7, 2024
Conversation
https://skia.googlesource.com/skia.git/+log/cf7fefd0bbfb..6bfd57b8790f 2024-03-07 [email protected] Reduce matrix convolution image filter's maximum kernel size 2024-03-07 [email protected] Roll skottie-base from 99a18601ac24 to e649d06fbad1 2024-03-07 [email protected] Roll vulkan-deps from 82a4580a3c5a to f2cacee81b83 (6 revisions) 2024-03-07 [email protected] Roll shaders-base from b04a5aef564b to cbf986e97789 2024-03-07 [email protected] Roll jsfiddle-base from 0ccdb32ff1ca to 453d00b44c6b 2024-03-07 [email protected] Roll debugger-app-base from be5714074b1a to 24edbde4082b 2024-03-07 [email protected] [skif] Add direct-drawing analog to getAnalyzedShaderView 2024-03-07 [email protected] Remove flag for SK_RASTER_PIPELINE_FASTER_POW_LOG. 2024-03-07 [email protected] Moving to the newer ICU4x version (1.4.1) 2024-03-07 [email protected] [graphite] Move small path management into RasterPathAtlas. 2024-03-07 [email protected] Manual Roll Dawn from 91a0358034d1 to 58cd45951deb (15 revisions) 2024-03-07 [email protected] Roll vulkan-deps from 9cd617cb0454 to 82a4580a3c5a (3 revisions) 2024-03-07 [email protected] Roll Skia Infra from 756dffd9e74f to 0dc646b71e8d (6 revisions) 2024-03-07 [email protected] Roll SK Tool from 20d29a6cac1b to 0dc646b71e8d 2024-03-06 [email protected] [skif] Add animating blur GM testing each tile mode 2024-03-06 [email protected] [graphite] Switch RasterPathAtlas to use DrawAtlasMgr. 2024-03-06 [email protected] Fix IWYU and clang-tidy suggestions on ganesh/geometry 2024-03-06 [email protected] [bazel] Fix broken CI task: BazelTest-benchmark-cpu_8888_benchmark_test-linux_rbe-linux_x64-NUC9i7QN_Debian11. 2024-03-06 [email protected] Fix a crash in debug build 2024-03-06 [email protected] Try limiting all link jobs to 2 at a time 2024-03-06 [email protected] Build Graphite in Android.bp's libskia_renderengine 2024-03-06 [email protected] Add Cargo.lock and target/ to .gitignore 2024-03-06 [email protected] Roll vulkan-deps from 49ae911d780a to 9cd617cb0454 (34 revisions) 2024-03-06 [email protected] [skif] Separate X and Y transform analysis 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
981f089 to
d24aba3
Compare
fluttergithubbot
approved these changes
Mar 7, 2024
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Mar 7, 2024
auto-submit bot
pushed a commit
to flutter/flutter
that referenced
this pull request
Mar 7, 2024
flutter/engine@305333c...ec4f9af 2024-03-07 [email protected] Roll Skia from cf7fefd0bbfb to 6bfd57b8790f (24 revisions) (flutter/engine#51260) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC [email protected],[email protected] on the revert to ensure that a human is aware of the problem. 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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://skia.googlesource.com/skia.git/+log/cf7fefd0bbfb..6bfd57b8790f
2024-03-07 [email protected] Reduce matrix convolution image filter's maximum kernel size
2024-03-07 [email protected] Roll skottie-base from 99a18601ac24 to e649d06fbad1
2024-03-07 [email protected] Roll vulkan-deps from 82a4580a3c5a to f2cacee81b83 (6 revisions)
2024-03-07 [email protected] Roll shaders-base from b04a5aef564b to cbf986e97789
2024-03-07 [email protected] Roll jsfiddle-base from 0ccdb32ff1ca to 453d00b44c6b
2024-03-07 [email protected] Roll debugger-app-base from be5714074b1a to 24edbde4082b
2024-03-07 [email protected] [skif] Add direct-drawing analog to getAnalyzedShaderView
2024-03-07 [email protected] Remove flag for SK_RASTER_PIPELINE_FASTER_POW_LOG.
2024-03-07 [email protected] Moving to the newer ICU4x version (1.4.1)
2024-03-07 [email protected] [graphite] Move small path management into RasterPathAtlas.
2024-03-07 [email protected] Manual Roll Dawn from 91a0358034d1 to 58cd45951deb (15 revisions)
2024-03-07 [email protected] Roll vulkan-deps from 9cd617cb0454 to 82a4580a3c5a (3 revisions)
2024-03-07 [email protected] Roll Skia Infra from 756dffd9e74f to 0dc646b71e8d (6 revisions)
2024-03-07 [email protected] Roll SK Tool from 20d29a6cac1b to 0dc646b71e8d
2024-03-06 [email protected] [skif] Add animating blur GM testing each tile mode
2024-03-06 [email protected] [graphite] Switch RasterPathAtlas to use DrawAtlasMgr.
2024-03-06 [email protected] Fix IWYU and clang-tidy suggestions on ganesh/geometry
2024-03-06 [email protected] [bazel] Fix broken CI task: BazelTest-benchmark-cpu_8888_benchmark_test-linux_rbe-linux_x64-NUC9i7QN_Debian11.
2024-03-06 [email protected] Fix a crash in debug build
2024-03-06 [email protected] Try limiting all link jobs to 2 at a time
2024-03-06 [email protected] Build Graphite in Android.bp's libskia_renderengine
2024-03-06 [email protected] Add Cargo.lock and target/ to .gitignore
2024-03-06 [email protected] Roll vulkan-deps from 49ae911d780a to 9cd617cb0454 (34 revisions)
2024-03-06 [email protected] [skif] Separate X and Y transform analysis
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