skia-flutter-autoroll
6ce9bd2fbf
Roll Skia from fbae152253ac to 14e1667e8031 (3 revisions) ( flutter/engine#42279 )
...
https://skia.googlesource.com/skia.git/+log/fbae152253ac..14e1667e8031
2023-05-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 3f633521356d to c74dae154363 (10 revisions)
2023-05-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from ddf59ec4e8fc to 881cfa15a343 (6 revisions)
2023-05-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from cd1fb6876701 to 028726497ad3 (19 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 bdero@google.com ,brianosman@google.com ,rmistry@google.com ,scroggo@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2023-05-24 15:03:05 +00:00
skia-flutter-autoroll
6b93a153d6
Roll Skia from 69f7860093b4 to fbae152253ac (3 revisions) ( flutter/engine#42276 )
...
https://skia.googlesource.com/skia.git/+log/69f7860093b4..fbae152253ac
2023-05-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from a74d1a1b81a6 to 881cfa15a343
2023-05-23 sunnyps@chromium.org graphite: Change empty submit logs to debug level
2023-05-23 49699333+dependabot[bot]@users.noreply.github.com Bump socket.io-parser and socket.io in /modules/pathkit
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 bdero@google.com ,brianosman@google.com ,rmistry@google.com ,scroggo@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2023-05-24 06:04:16 +00:00
Brandon DeRosier
6c9a9ab884
[Impeller] Add golden repro for mask blur issues ( flutter/engine#42275 )
...
Part of https://github.com/flutter/flutter/issues/127013 .
This is a repro to track the mask blur issues. If we accidentally
trigger the wrong kind of blur, this golden will make it obvious because
the gradient lines will become much more blurry.
Once this problem is fixed, the circle's mask should be fully blurred
and the rounded rectangle should have no edge clamping (the diagonal
lines should continue as the edges fade to black).
2023-05-23 22:53:53 -07:00
skia-flutter-autoroll
e974ef7e27
Roll Fuchsia Mac SDK from aAjEDVse7qfMt0NqE... to qoLy9E5PjnAlICjUb... ( flutter/engine#42273 )
...
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 bdero@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2023-05-24 05:14:23 +00:00
Brandon DeRosier
58ad391722
[Impeller] Start of Dart GPU prototype ( flutter/engine#42228 )
...
I've been slowly hacking on a prototype alongside a doc (public go link [imminent](https://github.com/flutter/website/pull/8716 )) for a while (the doc has been changing a lot as a result of prototyping) and I think it's time to start landing parts of this prototype/experiment in-tree.
This initial PR just sets up the main context singleton on the UI thread. After this, I'll land the shader management stuff.
I re-used the existing experimental 3D flag for this, since this is meant to replace what can be done with Impeller Scene anyway.
2023-05-24 04:22:42 +00:00
skia-flutter-autoroll
1ef5f6d0dc
Roll Dart SDK from 7546e99f8a50 to d46987001f76 (1 revision) ( flutter/engine#42274 )
...
https://dart.googlesource.com/sdk.git/+log/7546e99f8a50..d46987001f76
2023-05-23 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.1.0-140.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 bdero@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2023-05-24 04:22:41 +00:00
Brandon DeRosier
6828abffee
[Impeller] Set the coverage hint on everything ( flutter/engine#42264 )
...
Attaches a minimum coverage hint to all rendered entities. This makes ImageFilter blurs do less work when clipped. We can utilize this in a number of other filters as well.

The test I added also demonstrates a sampling issue in the gaussian blur that I'm trying to work out. Here it is without any clipping. This coverage hint change does not introduce the issue:

2023-05-24 02:06:19 +00:00
Brandon DeRosier
e9298a1d2a
[Impeller] Limit rrect blur kernel to 1000x1000 ( flutter/engine#42269 )
...
Impose the same large limit as the slower 2-pass blur.
Also renames "RRectShadow" to the much less ambiguous "SolidRRectBlur".
Before, a large enough blur sigma would result in nothing getting drawn. The Gaussian integral seems to be working fine against 16bit ops, so no adjustments were needed in the shader.

2023-05-24 01:59:17 +00:00
godofredoc
79407cfd52
Add builders for second level cache of builders. ( flutter/engine#42271 )
...
These builders will generate CAS caches to optimize engine checkouts.
Bug: https://github.com/flutter/flutter/issues/127433
[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
2023-05-24 01:33:06 +00:00
Jonah Williams
61c017d2f6
[Impeller] remove framebuffer blending from atlas, fix transform scale ( flutter/engine#42254 )
...
Fixes https://github.com/flutter/flutter/issues/127374
2023-05-24 00:01:33 +00:00
gaaclarke
9258309eed
Turned back on debug unit tests ( flutter/engine#42261 )
...
I refactored the `EXPECT_EXIT` tests since they are unsafe to execute in a process with multiple threads.
This leaves `flutter_desktop_darwin_unittests` disabled since it has existing issues.
fixes https://github.com/flutter/flutter/issues/103757
[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
2023-05-23 23:13:35 +00:00
skia-flutter-autoroll
a24e302b6d
Roll Dart SDK from 90b4df96e9dc to 7546e99f8a50 (3 revisions) ( flutter/engine#42260 )
...
https://dart.googlesource.com/sdk.git/+log/90b4df96e9dc..7546e99f8a50
2023-05-23 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.1.0-139.0.dev
2023-05-23 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.1.0-138.0.dev
2023-05-23 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.1.0-137.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 bdero@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2023-05-23 22:39:34 +00:00
skia-flutter-autoroll
f79135b34a
Roll Skia from 28946eda0f6d to 69f7860093b4 (6 revisions) ( flutter/engine#42262 )
...
https://skia.googlesource.com/skia.git/+log/28946eda0f6d..69f7860093b4
2023-05-23 kjlubick@google.com Add placeholders to pdf.gni for SkJpegInfo
2023-05-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 8a3971e5e9c5 to cd2d20c6e4a3 (3 revisions)
2023-05-23 weiyuhuang@google.com Fix Line Break Rounding
2023-05-23 jacksongardner@google.com Create a `GrExternalTextureGenerator` that is usable outside skia.
2023-05-23 kjlubick@google.com Guard extra implementation of SkGetJpegInfo
2023-05-23 brianosman@google.com Avoid redefinition errors in Flutter
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 bdero@google.com ,brianosman@google.com ,rmistry@google.com ,scroggo@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2023-05-23 22:34:46 +00:00
skia-flutter-autoroll
35bf453e4d
Roll Skia from 292879d286e9 to 28946eda0f6d (5 revisions) ( flutter/engine#42257 )
...
https://skia.googlesource.com/skia.git/+log/292879d286e9..28946eda0f6d
2023-05-23 michaelludwig@google.com [skif] Match decl/def parameter name in merge filter
2023-05-23 jvanverth@google.com [graphite] Clean out ProxyCache before unrefing Resources' cacheref.
2023-05-23 nicolettep@google.com Change Descriptors.h -> DescriptorTypes.h
2023-05-23 nicolettep@google.com [graphite] Get vertex & frag shader for Vulkan pipeline creation
2023-05-23 brianosman@google.com Remove SkOpts::hash_fn
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 bdero@google.com ,brianosman@google.com ,rmistry@google.com ,scroggo@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2023-05-23 19:44:05 +00:00
Jonah Williams
be33a58e18
[Impeller] Encode render passes concurrently on iOS. ( flutter/engine#42028 )
...
Allows pushing encoding of command buffers to a worker thread, relying on the fact that these buffers are always scheduled in the order that they are enqueued. This follows the guidelines from https://developer.apple.com/documentation/metal/mtlcommandbuffer?language=objc
2023-05-23 19:40:05 +00:00
Jesse Seales
3e4dabb16d
Revert "Vuln scan on 3p deps triggered by label on PR" ( flutter/engine#42256 )
...
Reverts flutter/engine#42247
Reverting in order to find solution which doesn't add a skipped test onto all PRs. Only PRs which address vuln scanning need to have this test showing at all.
2023-05-23 19:08:54 +00:00
Jesse Seales
c7bcd52ec2
Vuln scan on 3p deps triggered by label on PR ( flutter/engine#42247 )
...
This change allows for anyone submitting a PR which resolves a vulnerability found from the scanning action to be run on the PR to check for resolution if the label 'vulnerability patch' is applied to the PR.
*List which issues are fixed by this PR. You must list at least one issue.*
b/283970087
*If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
2023-05-23 18:42:21 +00:00
Jonah Williams
52b5bc5340
Revert "[Impeller] use host image upload path on simulator" ( flutter/engine#42212 )
...
Reverts flutter/engine#42161
As reported by uses, this did not help with the issue.
2023-05-23 18:22:47 +00:00
Alexander Aprelev
d28219a3b1
Roll buildroot to 5cab8e095066d8f3de063943af26b7336aa52662 ( flutter/engine#42251 )
...
Changes since last roll
```
5cab8e0 Keep dictionary items sorted when updating dart deps. (#730 )
1f35873 Forward inputs from wasm libraries. (#729 )
```
2023-05-23 11:03:10 -07:00
Jesse Seales
4caf5b7de7
Vulnerability scanning print failed command in case of error ( flutter/engine#42190 )
...
The 3p deps vulnerability scanner currently isn't providing helpful output in the case of errors during the processing of the dependencies. This change adds outputting which command caused the error, and conditionally add error output to help aid any changes that need to be made to the dependencies.
*List which issues are fixed by this PR. You must list at least one issue.*
b/282959127
*If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
2023-05-23 17:51:17 +00:00
skia-flutter-autoroll
30c213e526
Roll Fuchsia Linux SDK from Zbd3haNY2Idcdu1Fj... to -dXJ_pnUVwmjscIYm... ( flutter/engine#42250 )
...
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 bdero@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2023-05-23 17:22:21 +00:00
gaaclarke
5ed6890c14
[Impeller] Removed last ivars to raw vk::Device's. ( flutter/engine#42215 )
...
Removes the last ivars that hold onto a `Device` directly. This have recently been the cause of crashes, so the safer thing is to remove them all.
For the Allocator and the Sampler library, removing the device ivars is likely just a precaution since they should have only been accessed from the raster thread and killed before the Device. The fence waiter however was potentially accessing the device from a separate thread, so that was much more risky and likely to cause crashes.
Testing: The existing `impeller_unittests` verify this is setup correctly.
[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
2023-05-23 17:03:19 +00:00
skia-flutter-autoroll
8fbc30e305
Roll Skia from 225d51031ad0 to 292879d286e9 (5 revisions) ( flutter/engine#42249 )
...
https://skia.googlesource.com/skia.git/+log/225d51031ad0..292879d286e9
2023-05-23 jlavrova@google.com Removing an extra (wrong) placeholder for CLIENT_ICU
2023-05-23 michaelludwig@google.com Revert "[skif] Remove dedicated SkDropShadowImageFilter implementation"
2023-05-23 michaelludwig@google.com [skif] Remove legacy SkImageImageFilter implementation
2023-05-23 brianosman@google.com Reland "Replace SkOpts::hash/hash_fn with SkChecksum::Hash32"
2023-05-23 michaelludwig@google.com Reland "[skif] Add FilterResult::Builder and update SkMergeImageFilter to use it"
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 bdero@google.com ,brianosman@google.com ,rmistry@google.com ,scroggo@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2023-05-23 16:53:55 +00:00
Zachary Anderson
fa4d9d029d
Build arm64 FlutterEmbedder.framework and lipo the result ( flutter/engine#42233 )
...
This PR modifies the mac_host_engine build config to build the
FlutterEmbedder.framework for arm64, and adds a generator that creates a
fat framework containing both the intel and arm64 dylibs. The fat
framework is uploaded to the gcs bucket instead of the thin intel-only
one.
The script to create the lipo'd embedder framework is different enough
from the desktop framework to have a separate script, but this still
triggers the pylint duplicate-code check. Due to a bug in our version of
pylint (https://github.com/pylint-dev/pylint/issues/214 ), it isn't
possible to disable per-file, so this PR also disables the check
globally.
2023-05-23 09:50:25 -07:00
Alexander Aprelev
90ee66eeaa
Roll watcher dependency for web_ui to 1.1.0. ( flutter/engine#42248 )
...
Incoming dart sdk roll
https://dart.googlesource.com/sdk.git/+log/90b4df96e9dc..4881eadbade6
needs updated version of watcher due to FileSystemEvent becoming sealed.
2023-05-23 09:44:20 -07:00
Mouad Debbar
9aec8c5c62
[web] Move platformViewRegistry to ui_web ( flutter/engine#41877 )
...
In this PR, I'm leaving a getter for `platformViewRegistry` in `dart:ui` for backwards compatibility. At some point, we need to properly deprecate it (e.g. print a warning asking users to import it from `dart:ui_web` instead).
Next step is to migrate all call sites in flutter/flutter, flutter/packages and flutter/devtools (anything else?).
Issue: https://github.com/flutter/flutter/issues/126831
Fixes https://github.com/flutter/flutter/issues/41563
2023-05-23 16:17:56 +00:00
skia-flutter-autoroll
e784e3174d
Roll Skia from 3ded22186598 to 225d51031ad0 (1 revision) ( flutter/engine#42246 )
...
https://skia.googlesource.com/skia.git/+log/3ded22186598..225d51031ad0
2023-05-23 kjlubick@google.com Make codec registration for decoding explicit
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 ,rmistry@google.com ,scroggo@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2023-05-23 14:59:34 +00:00
skia-flutter-autoroll
1c4967760e
Roll Fuchsia Mac SDK from DzmjiSg6XC0JUfbKP... to aAjEDVse7qfMt0NqE... ( flutter/engine#42245 )
...
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 bdero@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2023-05-23 14:45:41 +00:00
skia-flutter-autoroll
9b509745e3
Roll Skia from 4d0166106722 to 3ded22186598 (2 revisions) ( flutter/engine#42242 )
...
https://skia.googlesource.com/skia.git/+log/4d0166106722..3ded22186598
2023-05-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from e2fe2393abb4 to 8a3971e5e9c5 (7 revisions)
2023-05-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from a4b1d12cd5ba to 3f633521356d (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 ,rmistry@google.com ,scroggo@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2023-05-23 09:39:24 +00:00
William Hesse
09f694b9bc
Add leak_tracker package from Dart DEPS to DEPS ( flutter/engine#42241 )
...
The package leak_tracker was added to Dart DEPS, and analysis_server now depends on it.
This fixes a breakage when rolling Dart into Flutter engine.
Bug: https://github.com/flutter/devtools/issues/5606
2023-05-23 08:55:22 +00:00
skia-flutter-autoroll
48d103e6ed
Roll Dart SDK from 1ca8f8368ecc to 90b4df96e9dc (2 revisions) ( flutter/engine#42239 )
...
https://dart.googlesource.com/sdk.git/+log/1ca8f8368ecc..90b4df96e9dc
2023-05-23 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.1.0-136.0.dev
2023-05-22 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.1.0-135.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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2023-05-23 08:07:30 +00:00
skia-flutter-autoroll
0497fa73e4
Roll Skia from 1c3d1e200d72 to 4d0166106722 (2 revisions) ( flutter/engine#42238 )
...
https://skia.googlesource.com/skia.git/+log/1c3d1e200d72..4d0166106722
2023-05-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from ddf59ec4e8fc to 97f14b3b6c39
2023-05-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from a17cd49ee1eb to ddf59ec4e8fc (5 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 ,rmistry@google.com ,scroggo@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2023-05-23 07:17:30 +00:00
Brandon DeRosier
892d301b87
[Impeller] Place Entity Geometry classes in separate TUs ( flutter/engine#42236 )
...
Resolves https://github.com/flutter/flutter/issues/122854.
One of those quality of life things I keep putting off...
2023-05-22 22:46:41 -07:00
skia-flutter-autoroll
580e361377
Roll Skia from fc369d15070f to 1c3d1e200d72 (1 revision) ( flutter/engine#42235 )
...
https://skia.googlesource.com/skia.git/+log/fc369d15070f..1c3d1e200d72
2023-05-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 30dc1b5abb1f to cd1fb6876701 (9 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 ,rmistry@google.com ,scroggo@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2023-05-23 05:26:27 +00:00
skia-flutter-autoroll
545e8806ff
Roll Skia from 6a57876d0e44 to fc369d15070f (1 revision) ( flutter/engine#42234 )
...
https://skia.googlesource.com/skia.git/+log/6a57876d0e44..fc369d15070f
2023-05-23 brianosman@google.com Revert "Replace SkOpts::hash/hash_fn with SkChecksum::Hash32"
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 ,rmistry@google.com ,scroggo@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2023-05-23 03:54:27 +00:00
skia-flutter-autoroll
a8326dc3f7
Roll Fuchsia Linux SDK from LrfeC0dLk8ToJVik5... to Zbd3haNY2Idcdu1Fj... ( flutter/engine#42232 )
...
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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2023-05-23 03:30:18 +00:00
Zachary Anderson
1a85b3733f
Revert "[ios_platform_view] only recycle maskView when the view is applying mutators #41573 " ( flutter/engine#42231 )
...
Reverts flutter/engine#42115
Failing on the framework tree as in
https://ci.chromium.org/ui/p/flutter/builders/prod/Mac_ios%20platform_views_scroll_perf_ios__timeline_summary/11103/overview
2023-05-22 19:35:47 -07:00
skia-flutter-autoroll
10a6d1ec51
Roll Skia from ac87929b3d2e to 6a57876d0e44 (2 revisions) ( flutter/engine#42230 )
...
https://skia.googlesource.com/skia.git/+log/ac87929b3d2e..6a57876d0e44
2023-05-22 nscobie@google.com Revert "Disable thinLTO in skia for riscv"
2023-05-22 scroggo@google.com Revert "[skottie] Don't revalidate during render()"
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 ,rmistry@google.com ,scroggo@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2023-05-23 02:01:27 +00:00
skia-flutter-autoroll
a5bb722995
Roll Fuchsia Mac SDK from QAwORJOkyNl4J3x4Y... to DzmjiSg6XC0JUfbKP... ( flutter/engine#42227 )
...
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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2023-05-23 01:55:51 +00:00
skia-flutter-autoroll
6921d843b3
Manual roll Dart SDK from b3e1eeda4918 to 1ca8f8368ecc (5 revisions) ( flutter/engine#42229 )
...
Manual roll requested by aam@google.com
https://dart.googlesource.com/sdk.git/+log/b3e1eeda4918..1ca8f8368ecc
2023-05-22 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.1.0-134.0.dev
2023-05-22 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.1.0-133.0.dev
2023-05-20 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.1.0-132.0.dev
2023-05-20 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.1.0-131.0.dev
2023-05-19 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.1.0-130.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 aam@google.com ,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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2023-05-23 01:54:22 +00:00
skia-flutter-autoroll
98661be0ff
Roll Skia from d448fe07ea46 to ac87929b3d2e (8 revisions) ( flutter/engine#42226 )
...
https://skia.googlesource.com/skia.git/+log/d448fe07ea46..ac87929b3d2e
2023-05-22 brianosman@google.com Replace SkOpts::hash/hash_fn with SkChecksum::Hash32
2023-05-22 jamesgk@google.com Make destcolor GM non-Ganesh-specific
2023-05-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from dc49e5c6de1e to e2fe2393abb4 (1 revision)
2023-05-22 brianosman@google.com Add wyhash as SkChecksum::Hash32/64
2023-05-22 brianosman@google.com Make ChecksumBench much more interesting and representative
2023-05-22 michaelludwig@google.com Revert "[skif] Add FilterResult::Builder and update SkMergeImageFilter to use it"
2023-05-22 johnstiles@google.com Add WGSL support for anonymous function parameters.
2023-05-22 robertphillips@google.com Add Protected checks to GL and Mock onCanCopySurface methods
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 ,rmistry@google.com ,scroggo@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2023-05-23 00:10:08 +00:00
Dan Field
ccd8afabde
Make FML_LOG safe from static initialization ( flutter/engine#42219 )
...
I ran into this while trying to get some printing going for places where we're creating thread local keys.
Supposedly, just including `<iostream>` should statically initialize `std::cout/cerr`, but it gets really hard to reason about whether your statically initialized code is going to be initialized before or after that happens. I tried making sure that the TU for `fml/logging.cc` did that initialization statically, but that also failed in the verison of the test included here (it passed in some other iterations that modified run_all_unittests.cc). We _could_ make sure it happens each and every time we touch `std::cerr` but ... we could also just use `fprintf(stderr, ...)` and it works just fine.
/cc @flar who ran into problems around this a little while back and was asking about it.
2023-05-23 00:02:17 +00:00
Emircan Uysaler
d84c05920b
[fuchsia] Bind ChildViewWatcher on platform thread ( flutter/engine#42222 )
...
This CL posts ChildViewWatcher calls on platform thread.
Bug: fxb/125256
2023-05-23 10:00:27 +10:00
skia-flutter-autoroll
652e1f18ca
Roll Dart SDK from b3e1eeda4918 to 1ca8f8368ecc (5 revisions) ( flutter/engine#42224 )
...
https://dart.googlesource.com/sdk.git/+log/b3e1eeda4918..1ca8f8368ecc
2023-05-22 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.1.0-134.0.dev
2023-05-22 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.1.0-133.0.dev
2023-05-20 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.1.0-132.0.dev
2023-05-20 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.1.0-131.0.dev
2023-05-19 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.1.0-130.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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2023-05-22 23:35:04 +00:00
Jason Simmons
b4b589148b
[Impeller] Return image decoder error messages to the Dart API ( flutter/engine#42175 )
...
Fixes https://github.com/flutter/flutter/issues/127061
See https://github.com/flutter/flutter/issues/126768
2023-05-22 20:43:05 +00:00
fzyzcjy
7387859481
Again a two-word super tiny typo ( flutter/engine#42181 )
...
Find this when reading source code today...
Btw, what about introducing a spell checker to Flutter source code? ;)
## 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 Hixie said 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
[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-05-22 13:28:16 -07:00
Chris Yang
b20b25128a
Reland "[ios_platform_view] only recycle maskView when the view is applying mutators #41573 " ( flutter/engine#42115 )
...
The original PR (https://github.com/flutter/engine/pull/41573 ) was reverted due to https://github.com/flutter/flutter/issues/126951
The issue will be fixed in https://github.com/flutter/engine/pull/42079
This needs to be landed after https://github.com/flutter/engine/pull/42079
fixes: https://github.com/flutter/flutter/issues/125620
[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
2023-05-22 20:10:37 +00:00
Jason Simmons
c40d8bbc8e
[Impeller] Use untransformed text bounds to calculate the size of ColorSourceTextContents ( flutter/engine#42142 )
...
Previously this was attempting to invert the TransformBounds done by GetCoverage. TransformBounds computes a bounding box of the transformed rectangle and can not be reversed.
Fixes https://github.com/flutter/flutter/issues/127103
2023-05-22 20:01:49 +00:00
Jonah Williams
19c071da39
[Impeller] Add UV compute shader. ( flutter/engine#42192 )
...
Adds a compute shader that computes the UV mapping for an arbitrary geometry. Use it with drawPoints since I didn't realize it was possible to use an image shader with this ð .
2023-05-22 20:01:47 +00:00
Jonah Williams
e4427e5c92
[Impeller] remove final cmd buffer waitUntilScheduled on physical iOS ( flutter/engine#42160 )
...
From local testing, this doesn't seem to be necessary on physical iOS devices, with or without platform views.
2023-05-22 20:00:37 +00:00