32450 Commits

Author SHA1 Message Date
gaaclarke
b4647d2ef8 [Impeller] updated ios benchmark link (flutter/engine#47515)
This md references `new_gallery_impeller_ios__transition_perf` which is
no longer updated.

## Pre-launch Checklist

- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [Flutter Style Guide] and the [C++,
Objective-C, Java style guides].
- [ ] I listed at least one issue that this PR fixes in the description
above.
- [x] I added new tests to check the change I am making or feature I am
adding, or the PR is [test-exempt]. See [testing the engine] for
instructions on writing and running engine tests.
- [x] I updated/added relevant documentation (doc comments with `///`).
- [x] I signed the [CLA].
- [x] All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel
on [Discord].

<!-- Links -->
[Contributor Guide]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#overview
[Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene
[test-exempt]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#tests
[Flutter Style Guide]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[C++, Objective-C, Java style guides]:
https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
[testing the engine]:
https://github.com/flutter/flutter/wiki/Testing-the-engine
[CLA]: https://cla.developers.google.com/
[flutter/tests]: https://github.com/flutter/tests
[breaking change policy]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes
[Discord]: https://github.com/flutter/flutter/wiki/Chat
2023-10-31 15:35:48 -07:00
gaaclarke
52fcefb32a Made clang tidy use arm64 if on an arm64 mac. (flutter/engine#47494)
fixes https://github.com/flutter/flutter/issues/137260

## Pre-launch Checklist

- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [Flutter Style Guide] and the [C++,
Objective-C, Java style guides].
- [x] I listed at least one issue that this PR fixes in the description
above.
- [x] I added new tests to check the change I am making or feature I am
adding, or the PR is [test-exempt]. See [testing the engine] for
instructions on writing and running engine tests.
- [x] I updated/added relevant documentation (doc comments with `///`).
- [x] I signed the [CLA].
- [x] All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel
on [Discord].

<!-- Links -->
[Contributor Guide]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#overview
[Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene
[test-exempt]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#tests
[Flutter Style Guide]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[C++, Objective-C, Java style guides]:
https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
[testing the engine]:
https://github.com/flutter/flutter/wiki/Testing-the-engine
[CLA]: https://cla.developers.google.com/
[flutter/tests]: https://github.com/flutter/tests
[breaking change policy]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes
[Discord]: https://github.com/flutter/flutter/wiki/Chat

---------

Co-authored-by: Zachary Anderson <zanderso@users.noreply.github.com>
2023-10-31 15:35:36 -07:00
Brandon DeRosier
eb6c33cee1 [Impeller] Allow 3D scenes to render when MSAA is not supported. (flutter/engine#47217)
Before, Impeller Scene would render nothing on the GLES backend when used through Aiks.
2023-10-31 22:31:56 +00:00
Matan Lurey
63d44d17dc Surgically remove .*dither.* from the Engine (flutter/engine#46750)
Closes https://github.com/flutter/flutter/issues/112498.

We no longer support any user-visible configuration around dithering. It is unconditionally applied for gradients (in both the Skia and Impeller backends), and never applied elsewhere. After this change, I'll update https://docs.flutter.dev/release/breaking-changes/paint-enableDithering accordingly.

---

~~Requires https://github.com/flutter/engine/pull/46746 to land successfully~~ Done.

Alright, this appears ready to review!
2023-10-31 22:28:00 +00:00
skia-flutter-autoroll
da5e208bfe Roll Dart SDK from eecb650a0fb9 to 99fa0283f9d7 (1 revision) (flutter/engine#47526)
https://dart.googlesource.com/sdk.git/+log/eecb650a0fb9..99fa0283f9d7

2023-10-31 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.3.0-83.0.dev

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC dart-vm-team@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter Engine: 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
2023-10-31 22:18:16 +00:00
skia-flutter-autoroll
2543ff2ef0 Roll Skia from 998e19071734 to aaa225e0cc6d (1 revision) (flutter/engine#47524)
https://skia.googlesource.com/skia.git/+log/998e19071734..aaa225e0cc6d

2023-10-31 lehoangquyen@chromium.org GraphiteDawn: use fixed bind group layout for uniform buffers.

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,herb@google.com,rmistry@google.com,zra@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
2023-10-31 21:40:47 +00:00
skia-flutter-autoroll
70317028f2 Roll Skia from cc751f5d50ea to 998e19071734 (1 revision) (flutter/engine#47522)
https://skia.googlesource.com/skia.git/+log/cc751f5d50ea..998e19071734

2023-10-31 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skcms from 00f6c51bca0a to 59b3b32e331b (1 revision)

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,herb@google.com,rmistry@google.com,zra@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
2023-10-31 20:48:22 +00:00
skia-flutter-autoroll
b3ff3e3746 Roll Skia from 2f7e5dbb8521 to cc751f5d50ea (1 revision) (flutter/engine#47519)
https://skia.googlesource.com/skia.git/+log/2f7e5dbb8521..cc751f5d50ea

2023-10-31 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skcms from 29ce1bdfaccc to 00f6c51bca0a (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 brianosman@google.com,herb@google.com,rmistry@google.com,zra@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
2023-10-31 20:00:50 +00:00
Jackson Gardner
d6ca6b37d2 Move flutter.js into the engine. (flutter/engine#47240)
This will allow us to add tooling to do some bundling/minifying of `flutter.js`, which should make this more scalable/extensible long-term.

Also, this removes a few redundant build rules that produce artifacts that the flutter tool doesn't use anymore.
2023-10-31 19:19:17 +00:00
skia-flutter-autoroll
a47e8a3f84 Roll Skia from b3360479118f to 2f7e5dbb8521 (1 revision) (flutter/engine#47517)
https://skia.googlesource.com/skia.git/+log/b3360479118f..2f7e5dbb8521

2023-10-31 nigeltao@google.com Remove deprecated kUseDistanceFieldFonts_Flag

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,herb@google.com,rmistry@google.com,zra@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
2023-10-31 18:52:01 +00:00
Jason Simmons
623005bf92 [Impeller] Do not return a null Contents if a Paint's blur filter yields an empty coverage rect (flutter/engine#47496)
Fixes https://github.com/flutter/flutter/issues/137484
2023-10-31 18:30:51 +00:00
skia-flutter-autoroll
6eaeed4672 Roll Dart SDK from 776fad25647a to eecb650a0fb9 (1 revision) (flutter/engine#47514)
https://dart.googlesource.com/sdk.git/+log/776fad25647a..eecb650a0fb9

2023-10-31 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.3.0-82.0.dev

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC dart-vm-team@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter Engine: 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
2023-10-31 18:22:06 +00:00
Matan Lurey
31366a85ec [Impeller] OpenGLES MSAA Render Buffers (i.e. for stencils) (flutter/engine#47495)
Closes https://github.com/flutter/flutter/issues/137569.
Closes https://github.com/flutter/flutter/issues/137095.

As of the latest commit, it works on both the Moto G4 and Pixel 5.
2023-10-31 17:50:22 +00:00
Jim Graham
fcb4c0b707 [Impeller] Migrate unit tests to named Rect factories (flutter/engine#47430)
This is a pre-requisite step to deleting the un-named Constructors for Rect and moving to named factories. The intention is both to improve code readability and so that the underlying storage information is not implied or exposed.

This PR only modifies the unit tests which will not affect actual running apps, but migrates >95% of the concrete Rect construction to the named factory methods. Use of these constructors in the rest of the code is very rare since most methods get their Rect instances from data they compute or are delivered from elsewhere. Those other instances will be eliminated more on a file by file basis to reduce the surface area of errors arising due to typos or porting mistakes.
2023-10-31 17:42:20 +00:00
Khalid Abdullah
b3db274083 [Typo fixed] in DEPS (flutter/engine#47440)
A typo has been fixed.

- Issue fix: Fixes a typo.

*If you had to change anything in the [flutter/tests] repo, include a
link to the migration guide as per the [breaking change policy].*

## Pre-launch Checklist

- [ ] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [ ] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [ ] I read and followed the [Flutter Style Guide] and the [C++,
Objective-C, Java style guides].
- [ ] I listed at least one issue that this PR fixes in the description
above.
- [ ] I added new tests to check the change I am making or feature I am
adding, or the PR is [test-exempt]. See [testing the engine] for
instructions on writing and running engine tests.
- [ ] I updated/added relevant documentation (doc comments with `///`).
- [ ] I signed the [CLA].
- [ ] All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel
on [Discord].

<!-- Links -->
[Contributor Guide]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#overview
[Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene
[test-exempt]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#tests
[Flutter Style Guide]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[C++, Objective-C, Java style guides]:
https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
[testing the engine]:
https://github.com/flutter/flutter/wiki/Testing-the-engine
[CLA]: https://cla.developers.google.com/
[flutter/tests]: https://github.com/flutter/tests
[breaking change policy]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes
[Discord]: https://github.com/flutter/flutter/wiki/Chat
2023-10-31 10:30:19 -07:00
Jonah Williams
97bd1526f3 [Impeller] Restore GLES GPU query times. (flutter/engine#47511)
This got dropped during merging in the MSAA patches.
2023-10-31 16:57:23 +00:00
Kate Lovett
285a6acf76 Bump goldctl (flutter/engine#47391)
Related to https://github.com/flutter/flutter/issues/137177

[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
2023-10-31 16:45:14 +00:00
skia-flutter-autoroll
3a12ca33cd Roll Skia from 065f0d2302ca to b3360479118f (4 revisions) (flutter/engine#47510)
https://skia.googlesource.com/skia.git/+log/065f0d2302ca..b3360479118f

2023-10-31 sharaks@google.com Merge 11 release notes into RELEASE_NOTES.md
2023-10-31 kjlubick@google.com Check for success in WebPPictureInit calls
2023-10-31 sharaks@google.com Update Skia milestone to 121
2023-10-31 michaelludwig@google.com Add epsilon tolerance to QuadContainsRect

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,herb@google.com,rmistry@google.com,zra@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
2023-10-31 16:39:36 +00:00
skia-flutter-autoroll
d82fa93ef9 Roll Skia from 40223641388b to 065f0d2302ca (2 revisions) (flutter/engine#47509)
https://skia.googlesource.com/skia.git/+log/40223641388b..065f0d2302ca

2023-10-31 kjlubick@google.com Fix tests with empty default font
2023-10-31 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skottie-base from 6f7cb42b9111 to a55ce4970dfd

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,herb@google.com,rmistry@google.com,zra@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
2023-10-31 15:45:04 +00:00
skia-flutter-autoroll
26464eb973 Roll Skia from 817fca468240 to 40223641388b (19 revisions) (flutter/engine#47507)
https://skia.googlesource.com/skia.git/+log/817fca468240..40223641388b

2023-10-31 kjlubick@google.com [canvaskit] Add shim for old function name
2023-10-31 lehoangquyen@chromium.org GraphiteDawn: use dynamic offsets for uniform buffers.
2023-10-31 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from e334b7a22bdd to 9700973b4f9a (5 revisions)
2023-10-31 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 95fe7e470418 to 8e8b4dc940dc (12 revisions)
2023-10-31 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from 61b4a8b2976d to ff59f0a147f2
2023-10-31 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from f5454137fb7d to 61b4a8b2976d (5 revisions)
2023-10-31 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from d9ec9befba05 to 5c95af798ba4 (1 revision)
2023-10-31 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 52564ab1a0e3 to 1f568ab4ba16 (18 revisions)
2023-10-31 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skcms from c01d0bc50536 to 29ce1bdfaccc (1 revision)
2023-10-31 mike@reedtribe.org Add drawing downsampler
2023-10-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skcms from fa50717f8c06 to c01d0bc50536 (3 revisions)
2023-10-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 1a99a795c229 to e334b7a22bdd (7 revisions)
2023-10-30 egdaniel@google.com Move Android Image and Surface factories out of default GPU build.
2023-10-30 herb@google.com Guard against null tops and bottoms
2023-10-30 kjlubick@google.com Remove empty typeface define for now
2023-10-30 kjlubick@google.com Expose SkTypeface::MakeEmpty
2023-10-30 jvanverth@google.com Revert "[graphite] Simplify vertex processing for PerEdgeAAQuadRenderStep."
2023-10-30 kjlubick@google.com Make default typeface return empty
2023-10-30 kjlubick@google.com [canvaskit] Get rid of dependency on default fontmgr

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,herb@google.com,rmistry@google.com,zra@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
2023-10-31 14:48:11 +00:00
skia-flutter-autoroll
cc2becf0dd Roll Dart SDK from 2a80a8adf898 to 776fad25647a (1 revision) (flutter/engine#47505)
https://dart.googlesource.com/sdk.git/+log/2a80a8adf898..776fad25647a

2023-10-31 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.3.0-81.0.dev

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC dart-vm-team@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter Engine: 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
2023-10-31 13:40:58 +00:00
skia-flutter-autoroll
b8023fd169 Roll Fuchsia Linux SDK from 0D7msIyC3p_BdEY03... to LCfhx_lTRJI51G0zc... (flutter/engine#47503)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC rmistry@google.com,zra@google.com 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
2023-10-31 11:49:05 +00:00
skia-flutter-autoroll
793c98b811 Roll Fuchsia Mac SDK from sBjtpAHoetjF77qxg... to rg_Ici1tgAVF93cn9... (flutter/engine#47502)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
Please CC rmistry@google.com,zra@google.com 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
2023-10-31 10:17:33 +00:00
skia-flutter-autoroll
023a10912a Roll Dart SDK from 9cc76cb23b8c to 2a80a8adf898 (1 revision) (flutter/engine#47501)
https://dart.googlesource.com/sdk.git/+log/9cc76cb23b8c..2a80a8adf898

2023-10-31 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.3.0-80.0.dev

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC aaclarke@google.com,dart-vm-team@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter Engine: 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
2023-10-31 05:33:05 +00:00
skia-flutter-autoroll
96c9fba0c0 Roll Dart SDK from c8f75afabaf1 to 9cc76cb23b8c (1 revision) (flutter/engine#47498)
https://dart.googlesource.com/sdk.git/+log/c8f75afabaf1..9cc76cb23b8c

2023-10-31 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.3.0-79.0.dev

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC aaclarke@google.com,dart-vm-team@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter Engine: 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
2023-10-31 01:38:20 +00:00
Chris Bracken
6fbf2e7123 [macOS] Wrap external texture tests in autorelease pool (flutter/engine#47492)
Wraps all FlutterExternalTexture tests in an autorelease pool to ensure resources are cleaned up between tests.

Prior to this change, running these tests via:

    ../out/host_debug_unopt_arm64/flutter_desktop_darwin_unittests \
        --gtest_filter='FlutterEmbedderExternalTextureUnittests.*'

Resuling in a segfault:

    [ERROR:flutter/shell/platform/darwin/graphics/FlutterDarwinContextMetalSkia.mm(35)]
    Could not create Metal command queue.
    zsh: segmentation fault
    ../out/host_debug_unopt_arm64/flutter_desktop_darwin_unittests

Issue: https://github.com/flutter/flutter/issues/104789
Issue: https://github.com/flutter/flutter/issues/127441
Issue: https://github.com/flutter/flutter/issues/124840

[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
2023-10-30 23:47:18 +00:00
skia-flutter-autoroll
1210f88ff3 Roll Fuchsia Linux SDK from zf2xLsbeoVrbnEDiH... to 0D7msIyC3p_BdEY03... (flutter/engine#47490)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC aaclarke@google.com,rmistry@google.com,zra@google.com 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
2023-10-30 23:03:23 +00:00
skia-flutter-autoroll
307a337704 Roll Fuchsia Mac SDK from jCjz-imbNBDjiRVa1... to sBjtpAHoetjF77qxg... (flutter/engine#47482)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
Please CC aaclarke@google.com,rmistry@google.com,zra@google.com 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
2023-10-30 21:30:05 +00:00
skia-flutter-autoroll
2be61e33b3 Roll Dart SDK from 85e149f894df to c8f75afabaf1 (1 revision) (flutter/engine#47479)
https://dart.googlesource.com/sdk.git/+log/85e149f894df..c8f75afabaf1

2023-10-30 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.3.0-78.0.dev

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC aaclarke@google.com,dart-vm-team@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter Engine: 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
2023-10-30 21:02:43 +00:00
Zachary Anderson
080f6e320c Update package:equatable pin (flutter/engine#47475)
https://github.com/flutter/flutter/issues/137557
2023-10-30 12:30:27 -07:00
Matan Lurey
52d45d8af1 [Impeller] Switch from glBlitFramebuffer to implicit MSAA resolution. (flutter/engine#47282)
Closes https://github.com/flutter/flutter/issues/137093.

This widens supports from Open GLES 3.x to Open GLES 2.x, and uses [ARM
GPU Best
Practices](https://developer.arm.com/documentation/101897/0301/Fragment-shading/Multisampling-for-OpenGL-ES):

> Do not use `glBlitFramebuffer()` to implement a multisample resolve.

This PR:

- Removes usage of `glBlitFramebuffer`
- Adds the capability check, `SupportsImplicitResolvingMSAA`, which is
`false` outside of GLES
- Does not discard color attachments resolved by
`EXT_multisampled_render_to_texture` (done implicitly)

I spoke to @jonahwilliams about the changes to the HAL, who I believe
also talked to @bdero about it. The short explantation is that, with the
`EXT_multisampled_render_to_texture`, we can be more efficient by
letting GLES perform multisampled rendering for us (no per-sample data
is written out).

See also
https://registry.khronos.org/OpenGL/extensions/EXT/EXT_multisampled_render_to_texture.txt
for details.
2023-10-30 12:28:04 -07:00
skia-flutter-autoroll
0307c66cbb Roll Dart SDK from 5a666e8d8259 to 85e149f894df (6 revisions) (flutter/engine#47470)
https://dart.googlesource.com/sdk.git/+log/5a666e8d8259..85e149f894df

2023-10-30 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com
Version 3.3.0-77.0.dev
2023-10-30 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com
Version 3.3.0-76.0.dev
2023-10-28 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com
Version 3.3.0-75.0.dev
2023-10-28 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com
Version 3.3.0-74.0.dev
2023-10-28 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com
Version 3.3.0-73.0.dev
2023-10-27 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com
Version 3.3.0-72.0.dev

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC aaclarke@google.com,dart-vm-team@google.com on the revert to
ensure that a human
is aware of the problem.

To file a bug in Flutter Engine:
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
2023-10-30 12:11:44 -07:00
Daco Harkes
0ecf21bb19 [deps] Stop moving NDK folder inside Android SDK (flutter/engine#47454)
One step in the direction of addressing

* https://github.com/flutter/flutter/issues/136666

I can't actually upload the packages: ` Instance registration failed: "user:dacoharkes@google.com" has no required WRITER role in prefix`. I have verified locally that the directory structure is as expected by preventing the tmp folder from being deleted and browsing inside it.

Old structure:

* `sdk/`
* `ndk/`

New structure

* `sdk/ndk/22.xxxx/`

This PR does not yet update any of the DEPS anywhere yet, so we will need to do that after uploading new packages.

Edit: new CIPD packages uploaded with: `~/flt/engine/src/flutter/tools/android_sdk$ ./create_cipd_packages.sh 33v6transitional2` (The script does now allow underscores in the tag.)

[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
2023-10-30 19:07:05 +00:00
Jonah Williams
b4efc3450e Revert "[Impeller] remove image upload workarounds." (flutter/engine#47402)
Reverts flutter/engine#47209

This actually did regress things, I benchmarked poorly!

see https://flutter-flutter-perf.skia.org/e/?queries=device_type%3DPixel_7_Pro%26sub_result%3D90th_percentile_frame_rasterizer_time_millis%26sub_result%3D99th_percentile_frame_rasterizer_time_millis%26sub_result%3Daverage_frame_rasterizer_time_millis%26sub_result%3Dworst_frame_rasterizer_time_millis%26test%3Dnew_gallery_impeller__transition_perf

I did check https://developer.arm.com/documentation/101897/0301/CPU-overheads/Vulkan-CPU-memory-mapping and we're following the expected advice there. Without a much deeper investigation though we may not have any idea what to do
2023-10-30 17:34:15 +00:00
skia-flutter-autoroll
aa1517890d Roll Skia from 89250a0bd6bb to 817fca468240 (3 revisions) (flutter/engine#47465)
https://skia.googlesource.com/skia.git/+log/89250a0bd6bb..817fca468240

2023-10-30 kjlubick@google.com Deduplicate SkFontMgr_FCI onLegacyMakeTypeface
2023-10-30 davidben@google.com Don't apply pragma pack to SkOTTableName::Iterator
2023-10-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skcms from a5580e2b5bcd to fa50717f8c06 (1 revision)

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 aaclarke@google.com,brianosman@google.com,herb@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
2023-10-30 16:55:13 +00:00
skia-flutter-autoroll
fccfecd719 Roll Skia from 006424658682 to 89250a0bd6bb (3 revisions) (flutter/engine#47463)
https://skia.googlesource.com/skia.git/+log/006424658682..89250a0bd6bb

2023-10-30 jvanverth@google.com [graphite] Simplify vertex processing for PerEdgeAAQuadRenderStep.
2023-10-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skottie-base from b9465588c600 to 6f7cb42b9111
2023-10-30 nigeltao@google.com SkWuffsCodec: don't rely on SkStream::isAtEnd

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 aaclarke@google.com,brianosman@google.com,herb@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
2023-10-30 16:07:24 +00:00
Chinmay Garde
cd82ec8461 Migrate inja, sqlite, libtess2 to //flutter/third_party. (flutter/engine#47408)
Part of https://github.com/flutter/flutter/issues/67373
2023-10-30 16:00:38 +00:00
Zachary Anderson
67dc900feb Revert "Roll Dart SDK from 5a666e8d8259 to 38e8459ca2aa (4 revisions)" (flutter/engine#47459)
Reverts flutter/engine#47426

Failing to roll to the framework
https://ci.chromium.org/ui/p/flutter/builders/try/Linux%20analyze/67482/overview
2023-10-30 07:42:39 -07:00
skia-flutter-autoroll
f601c968b7 Roll Skia from 09818d8c9d3c to 006424658682 (1 revision) (flutter/engine#47458)
https://skia.googlesource.com/skia.git/+log/09818d8c9d3c..006424658682

2023-10-30 egdaniel@google.com Reland "Fix checking of power of 2 for scratch buffer caching."

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 aaclarke@google.com,brianosman@google.com,herb@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
2023-10-30 14:33:10 +00:00
skia-flutter-autoroll
6b97ede670 Roll Skia from 6e9cd1b79105 to 09818d8c9d3c (1 revision) (flutter/engine#47456)
https://skia.googlesource.com/skia.git/+log/6e9cd1b79105..09818d8c9d3c

2023-10-30 michaelludwig@google.com [skif] Use SkBitmapDevice::Create in Backend::makeDevice

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 aaclarke@google.com,brianosman@google.com,herb@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
2023-10-30 13:49:34 +00:00
Kevin Lubick
6cf3dac92a Remove call to SkTypeface::MakeDefault (flutter/engine#47344)
Skia plans to remove the default (global) SkFontMgr, which in turn,
requires the removal of a default typeface (e.g. the
typeface returned by `SkTypeface::MakeDefault` and when `nullptr` passed
in to the `SkFont` constructor).

See https://g-issues.skia.org/issues/305780908

## Pre-launch Checklist

- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [Flutter Style Guide] and the [C++,
Objective-C, Java style guides].
- [ ] I listed at least one issue that this PR fixes in the description
above.
- [ ] I added new tests to check the change I am making or feature I am
adding, or the PR is [test-exempt]. See [testing the engine] for
instructions on writing and running engine tests.
- [ ] I updated/added relevant documentation (doc comments with `///`).
- [x] I signed the [CLA].
- [x] All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel
on [Discord].

<!-- Links -->
[Contributor Guide]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#overview
[Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene
[test-exempt]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#tests
[Flutter Style Guide]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[C++, Objective-C, Java style guides]:
https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
[testing the engine]:
https://github.com/flutter/flutter/wiki/Testing-the-engine
[CLA]: https://cla.developers.google.com/
[flutter/tests]: https://github.com/flutter/tests
[breaking change policy]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes
[Discord]: https://github.com/flutter/flutter/wiki/Chat
2023-10-30 07:48:30 -04:00
skia-flutter-autoroll
05465f99bf Roll Fuchsia Linux SDK from LbIVijDVwcB56_wgv... to zf2xLsbeoVrbnEDiH... (flutter/engine#47452)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC aaclarke@google.com,rmistry@google.com,zra@google.com 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
2023-10-30 10:16:19 +00:00
skia-flutter-autoroll
1006630964 Roll Skia from c732ec7f5d74 to 6e9cd1b79105 (2 revisions) (flutter/engine#47451)
https://skia.googlesource.com/skia.git/+log/c732ec7f5d74..6e9cd1b79105

2023-10-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 0b7a0c651bae to 1a99a795c229 (1 revision)
2023-10-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from eca38a109465 to 95fe7e470418 (4 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 aaclarke@google.com,brianosman@google.com,herb@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
2023-10-30 09:29:16 +00:00
skia-flutter-autoroll
e43c792622 Roll Skia from e45946f89a8b to c732ec7f5d74 (2 revisions) (flutter/engine#47448)
https://skia.googlesource.com/skia.git/+log/e45946f89a8b..c732ec7f5d74

2023-10-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from f5454137fb7d to 382c1d1c6042
2023-10-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from ac82f8a7da91 to f5454137fb7d (6 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 aaclarke@google.com,brianosman@google.com,herb@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
2023-10-30 06:26:26 +00:00
skia-flutter-autoroll
ef915dd7c7 Roll Fuchsia Mac SDK from OJfJYAvhpAkE-kvbY... to jCjz-imbNBDjiRVa1... (flutter/engine#47447)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
Please CC aaclarke@google.com,rmistry@google.com,zra@google.com 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
2023-10-30 06:20:14 +00:00
skia-flutter-autoroll
b570f230fd Roll Skia from 7545d1468268 to e45946f89a8b (1 revision) (flutter/engine#47446)
https://skia.googlesource.com/skia.git/+log/7545d1468268..e45946f89a8b

2023-10-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 0b52da754fe9 to 52564ab1a0e3 (15 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 aaclarke@google.com,brianosman@google.com,herb@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
2023-10-30 05:39:30 +00:00
skia-flutter-autoroll
14e6fc6b49 Roll Skia from e224e1dc5e2c to 7545d1468268 (1 revision) (flutter/engine#47444)
https://skia.googlesource.com/skia.git/+log/e224e1dc5e2c..7545d1468268

2023-10-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 38f7fd16d6a0 to 0b7a0c651bae (1 revision)

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 aaclarke@google.com,brianosman@google.com,herb@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
2023-10-29 23:19:23 +00:00
skia-flutter-autoroll
4b78a64c2e Roll Fuchsia Linux SDK from v-9_Di17lm_C_mrpZ... to LbIVijDVwcB56_wgv... (flutter/engine#47443)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC aaclarke@google.com,rmistry@google.com,zra@google.com 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
2023-10-29 21:30:29 +00:00
skia-flutter-autoroll
e7c5181994 Roll Fuchsia Mac SDK from s0pbwY5MGxyq0tNrT... to OJfJYAvhpAkE-kvbY... (flutter/engine#47439)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
Please CC aaclarke@google.com,rmistry@google.com,zra@google.com 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
2023-10-29 14:51:32 +00:00
skia-flutter-autoroll
8c7ffa64d2 Roll Skia from d29cc3fe182f to e224e1dc5e2c (1 revision) (flutter/engine#47438)
https://skia.googlesource.com/skia.git/+log/d29cc3fe182f..e224e1dc5e2c

2023-10-29 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version

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 aaclarke@google.com,brianosman@google.com,herb@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
2023-10-29 13:45:32 +00:00