-
Notifications
You must be signed in to change notification settings - Fork 29.5k
Roll Skia from a6ccfeafbfba to 86824ed582be (20 revisions) #173468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
auto-submit
merged 1 commit into
flutter:master
from
engine-flutter-autoroll:skia-flutter-autoroll-d2bd7c40-adc5-41c6-a0bb-03bceded7701-1754672361
Aug 8, 2025
Merged
Roll Skia from a6ccfeafbfba to 86824ed582be (20 revisions) #173468
auto-submit
merged 1 commit into
flutter:master
from
engine-flutter-autoroll:skia-flutter-autoroll-d2bd7c40-adc5-41c6-a0bb-03bceded7701-1754672361
Aug 8, 2025
Conversation
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
https://skia.googlesource.com/skia.git/+log/a6ccfeafbfba..86824ed582be 2025-08-08 michaelludwig@google.com [graphite] Ensure scissor has integer values 2025-08-08 mike@reedtribe.org Reland "Formalize structure for IsA info" 2025-08-08 fmalita@google.com [codecs] Avoid unneeded color space transforms 2025-08-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 7a193b06c425 to 61ddca7917b9 (8 revisions) 2025-08-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 84b574d55e6d to 1a72692154cc (2 revisions) 2025-08-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 5366e676bcc4 to 9917d95cbce9 (21 revisions) 2025-08-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 588672b6b2e5 to 7686f0508263 (4 revisions) 2025-08-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2025-08-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2025-08-07 mike@reedtribe.org SkMatrix::RectToRect can fail, so change API to clarify that 2025-08-07 mike@reedtribe.org Merge RotationDirection with PathDirection 2025-08-07 michaelludwig@google.com [viewer] Don't use framebufferOnly metal layers in Ganesh 2025-08-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from e7132a7a7ef9 to 588672b6b2e5 (1 revision) 2025-08-07 kjlubick@google.com Compile include/ headers on their own 2025-08-07 bungeman@google.com Android NDK typefaces to report all names 2025-08-07 syoussefi@google.com Skip MultisampleClearThenLoad on protected contexts 2025-08-07 michaelludwig@google.com [graphite] Add more info to assert 2025-08-07 syoussefi@google.com Remove MultisampleRetainTest from CTS 2025-08-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from f1c6e1a8372f to 7a193b06c425 (5 revisions) 2025-08-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from fdb6700ecb04 to 84b574d55e6d (2 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 bungeman@google.com,codefu@google.com,kjlubick@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
Contributor
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
fluttergithubbot
approved these changes
Aug 8, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Aug 9, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Aug 9, 2025
auto-submit bot
pushed a commit
to flutter/packages
that referenced
this pull request
Aug 9, 2025
flutter/flutter@3821790...1590543 2025-08-09 jessy.yameogo@gmail.com Make device debuggable if useDwdsWebSocketConnection is true and added simple test case (flutter/flutter#171648) 2025-08-09 engine-flutter-autoroll@skia.org Roll Dart SDK from 91cbf6d7563a to 6a7ae1ffd1c9 (1 revision) (flutter/flutter#173487) 2025-08-09 41930132+hellohuanlin@users.noreply.github.com add `--variance host_debug_unopt_arm64` for apple chip simulator (flutter/flutter#173475) 2025-08-08 mdebbar@google.com [WebParagraph] Fix a property name on newer Chrome versions (flutter/flutter#173477) 2025-08-08 ahmedsameha1@gmail.com Make sure that a Checkbox doesn't crash in 0x0 environment (flutter/flutter#173178) 2025-08-08 ahmedsameha1@gmail.com Make sure that a RawChip doesn't crash in 0x0 environment (flutter/flutter#173265) 2025-08-08 victorsanniay@gmail.com Fix tooltip crash when route has secondary animation (flutter/flutter#172678) 2025-08-08 engine-flutter-autoroll@skia.org Roll Skia from 86824ed582be to 44bb9d908ee4 (3 revisions) (flutter/flutter#173476) 2025-08-08 matt.boetger@gmail.com Fix null value reference in `flutter logs` path (flutter/flutter#173437) 2025-08-08 1063596+reidbaker@users.noreply.github.com Remove jetifier usages from framework and engine (flutter/flutter#173459) 2025-08-08 jhy03261997@gmail.com [a11y] Textfield has flag `isFocusable` set to true (flutter/flutter#173235) 2025-08-08 engine-flutter-autoroll@skia.org Roll Dart SDK from 4b7b565eb468 to 91cbf6d7563a (1 revision) (flutter/flutter#173469) 2025-08-08 engine-flutter-autoroll@skia.org Roll Packages from 6efb759 to 34948d1 (4 revisions) (flutter/flutter#173470) 2025-08-08 engine-flutter-autoroll@skia.org Roll Skia from a6ccfeafbfba to 86824ed582be (20 revisions) (flutter/flutter#173468) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages Please CC stuartmorgan@google.com,tarrinneal@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Packages: 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
SydneyBao
pushed a commit
to SydneyBao/flutter
that referenced
this pull request
Aug 11, 2025
…73468) https://skia.googlesource.com/skia.git/+log/a6ccfeafbfba..86824ed582be 2025-08-08 michaelludwig@google.com [graphite] Ensure scissor has integer values 2025-08-08 mike@reedtribe.org Reland "Formalize structure for IsA info" 2025-08-08 fmalita@google.com [codecs] Avoid unneeded color space transforms 2025-08-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 7a193b06c425 to 61ddca7917b9 (8 revisions) 2025-08-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 84b574d55e6d to 1a72692154cc (2 revisions) 2025-08-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 5366e676bcc4 to 9917d95cbce9 (21 revisions) 2025-08-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 588672b6b2e5 to 7686f0508263 (4 revisions) 2025-08-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2025-08-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2025-08-07 mike@reedtribe.org SkMatrix::RectToRect can fail, so change API to clarify that 2025-08-07 mike@reedtribe.org Merge RotationDirection with PathDirection 2025-08-07 michaelludwig@google.com [viewer] Don't use framebufferOnly metal layers in Ganesh 2025-08-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from e7132a7a7ef9 to 588672b6b2e5 (1 revision) 2025-08-07 kjlubick@google.com Compile include/ headers on their own 2025-08-07 bungeman@google.com Android NDK typefaces to report all names 2025-08-07 syoussefi@google.com Skip MultisampleClearThenLoad on protected contexts 2025-08-07 michaelludwig@google.com [graphite] Add more info to assert 2025-08-07 syoussefi@google.com Remove MultisampleRetainTest from CTS 2025-08-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from f1c6e1a8372f to 7a193b06c425 (5 revisions) 2025-08-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from fdb6700ecb04 to 84b574d55e6d (2 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 bungeman@google.com,codefu@google.com,kjlubick@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
ksokolovskyi
pushed a commit
to ksokolovskyi/flutter
that referenced
this pull request
Aug 19, 2025
…73468) https://skia.googlesource.com/skia.git/+log/a6ccfeafbfba..86824ed582be 2025-08-08 michaelludwig@google.com [graphite] Ensure scissor has integer values 2025-08-08 mike@reedtribe.org Reland "Formalize structure for IsA info" 2025-08-08 fmalita@google.com [codecs] Avoid unneeded color space transforms 2025-08-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 7a193b06c425 to 61ddca7917b9 (8 revisions) 2025-08-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 84b574d55e6d to 1a72692154cc (2 revisions) 2025-08-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 5366e676bcc4 to 9917d95cbce9 (21 revisions) 2025-08-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 588672b6b2e5 to 7686f0508263 (4 revisions) 2025-08-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2025-08-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2025-08-07 mike@reedtribe.org SkMatrix::RectToRect can fail, so change API to clarify that 2025-08-07 mike@reedtribe.org Merge RotationDirection with PathDirection 2025-08-07 michaelludwig@google.com [viewer] Don't use framebufferOnly metal layers in Ganesh 2025-08-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from e7132a7a7ef9 to 588672b6b2e5 (1 revision) 2025-08-07 kjlubick@google.com Compile include/ headers on their own 2025-08-07 bungeman@google.com Android NDK typefaces to report all names 2025-08-07 syoussefi@google.com Skip MultisampleClearThenLoad on protected contexts 2025-08-07 michaelludwig@google.com [graphite] Add more info to assert 2025-08-07 syoussefi@google.com Remove MultisampleRetainTest from CTS 2025-08-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from f1c6e1a8372f to 7a193b06c425 (5 revisions) 2025-08-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from fdb6700ecb04 to 84b574d55e6d (2 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 bungeman@google.com,codefu@google.com,kjlubick@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
mboetger
pushed a commit
to mboetger/flutter
that referenced
this pull request
Sep 18, 2025
…73468) https://skia.googlesource.com/skia.git/+log/a6ccfeafbfba..86824ed582be 2025-08-08 michaelludwig@google.com [graphite] Ensure scissor has integer values 2025-08-08 mike@reedtribe.org Reland "Formalize structure for IsA info" 2025-08-08 fmalita@google.com [codecs] Avoid unneeded color space transforms 2025-08-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 7a193b06c425 to 61ddca7917b9 (8 revisions) 2025-08-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 84b574d55e6d to 1a72692154cc (2 revisions) 2025-08-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 5366e676bcc4 to 9917d95cbce9 (21 revisions) 2025-08-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 588672b6b2e5 to 7686f0508263 (4 revisions) 2025-08-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2025-08-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2025-08-07 mike@reedtribe.org SkMatrix::RectToRect can fail, so change API to clarify that 2025-08-07 mike@reedtribe.org Merge RotationDirection with PathDirection 2025-08-07 michaelludwig@google.com [viewer] Don't use framebufferOnly metal layers in Ganesh 2025-08-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from e7132a7a7ef9 to 588672b6b2e5 (1 revision) 2025-08-07 kjlubick@google.com Compile include/ headers on their own 2025-08-07 bungeman@google.com Android NDK typefaces to report all names 2025-08-07 syoussefi@google.com Skip MultisampleClearThenLoad on protected contexts 2025-08-07 michaelludwig@google.com [graphite] Add more info to assert 2025-08-07 syoussefi@google.com Remove MultisampleRetainTest from CTS 2025-08-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from f1c6e1a8372f to 7a193b06c425 (5 revisions) 2025-08-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from fdb6700ecb04 to 84b574d55e6d (2 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 bungeman@google.com,codefu@google.com,kjlubick@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
korca0220
pushed a commit
to korca0220/flutter
that referenced
this pull request
Sep 22, 2025
…73468) https://skia.googlesource.com/skia.git/+log/a6ccfeafbfba..86824ed582be 2025-08-08 michaelludwig@google.com [graphite] Ensure scissor has integer values 2025-08-08 mike@reedtribe.org Reland "Formalize structure for IsA info" 2025-08-08 fmalita@google.com [codecs] Avoid unneeded color space transforms 2025-08-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 7a193b06c425 to 61ddca7917b9 (8 revisions) 2025-08-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 84b574d55e6d to 1a72692154cc (2 revisions) 2025-08-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 5366e676bcc4 to 9917d95cbce9 (21 revisions) 2025-08-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 588672b6b2e5 to 7686f0508263 (4 revisions) 2025-08-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2025-08-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2025-08-07 mike@reedtribe.org SkMatrix::RectToRect can fail, so change API to clarify that 2025-08-07 mike@reedtribe.org Merge RotationDirection with PathDirection 2025-08-07 michaelludwig@google.com [viewer] Don't use framebufferOnly metal layers in Ganesh 2025-08-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from e7132a7a7ef9 to 588672b6b2e5 (1 revision) 2025-08-07 kjlubick@google.com Compile include/ headers on their own 2025-08-07 bungeman@google.com Android NDK typefaces to report all names 2025-08-07 syoussefi@google.com Skip MultisampleClearThenLoad on protected contexts 2025-08-07 michaelludwig@google.com [graphite] Add more info to assert 2025-08-07 syoussefi@google.com Remove MultisampleRetainTest from CTS 2025-08-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from f1c6e1a8372f to 7a193b06c425 (5 revisions) 2025-08-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from fdb6700ecb04 to 84b574d55e6d (2 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 bungeman@google.com,codefu@google.com,kjlubick@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
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Nov 12, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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/a6ccfeafbfba..86824ed582be
2025-08-08 michaelludwig@google.com [graphite] Ensure scissor has integer values
2025-08-08 mike@reedtribe.org Reland "Formalize structure for IsA info"
2025-08-08 fmalita@google.com [codecs] Avoid unneeded color space transforms
2025-08-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 7a193b06c425 to 61ddca7917b9 (8 revisions)
2025-08-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 84b574d55e6d to 1a72692154cc (2 revisions)
2025-08-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 5366e676bcc4 to 9917d95cbce9 (21 revisions)
2025-08-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 588672b6b2e5 to 7686f0508263 (4 revisions)
2025-08-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2025-08-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2025-08-07 mike@reedtribe.org SkMatrix::RectToRect can fail, so change API to clarify that
2025-08-07 mike@reedtribe.org Merge RotationDirection with PathDirection
2025-08-07 michaelludwig@google.com [viewer] Don't use framebufferOnly metal layers in Ganesh
2025-08-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from e7132a7a7ef9 to 588672b6b2e5 (1 revision)
2025-08-07 kjlubick@google.com Compile include/ headers on their own
2025-08-07 bungeman@google.com Android NDK typefaces to report all names
2025-08-07 syoussefi@google.com Skip MultisampleClearThenLoad on protected contexts
2025-08-07 michaelludwig@google.com [graphite] Add more info to assert
2025-08-07 syoussefi@google.com Remove MultisampleRetainTest from CTS
2025-08-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from f1c6e1a8372f to 7a193b06c425 (5 revisions)
2025-08-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from fdb6700ecb04 to 84b574d55e6d (2 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 bungeman@google.com,codefu@google.com,kjlubick@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