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
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
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
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
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
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
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
14c0da8bc8
Roll Fuchsia Linux SDK from ESkamdoXWIwkdWdP-... to nreLekedxzmcdb3ww... ( flutter/engine#47429 )
...
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-28 14:52:23 +00:00
skia-flutter-autoroll
c0bef146d0
Roll Dart SDK from 5a666e8d8259 to 38e8459ca2aa (4 revisions) ( flutter/engine#47426 )
...
https://dart.googlesource.com/sdk.git/+log/5a666e8d8259..38e8459ca2aa
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-28 09:29:23 +00:00
skia-flutter-autoroll
3d834a833e
Roll Skia from 71449db76bef to 60f985e90c5d (2 revisions) ( flutter/engine#47415 )
...
https://skia.googlesource.com/skia.git/+log/71449db76bef..60f985e90c5d
2023-10-28 mike@reedtribe.org Refactor SkMipmap::Build
2023-10-28 brianosman@google.com Implement gradient fixup for powerless hue
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,rmistry@google.com,robertphillips@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-28 03:09:02 +00:00
skia-flutter-autoroll
68e199f9ac
Roll Skia from 64f13d5be3f7 to 71449db76bef (1 revision) ( flutter/engine#47413 )
...
https://skia.googlesource.com/skia.git/+log/64f13d5be3f7..71449db76bef
2023-10-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skcms from f1e5fc856f1b to a5580e2b5bcd (7 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,rmistry@google.com,robertphillips@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-28 02:24:12 +00:00
Jim Graham
83db1b6e5f
[Impeller] Rect getters ( flutter/engine#47411 )
...
This is a precursor change that will allow us to migrate all of the Impeller sources off of accessing the `origin` and `size` fields in preparation for improving the implementation of `Rect`.
No code has been migrated to use the new fields yet, and so this code should be completely benign as is, but there will be a number of follow-on PRs that all share this PR as a pre-requisite and so it needs to be landed independently of any of the PRs that will modify code currently in use.
2023-10-28 02:24:10 +00:00
Ricardo Amador
d4db18900a
Add Android Emulator dependencies as "test_dependencies" to Android tests ( flutter/engine#47384 )
...
# Description
Emulator dependencies were not getting picked up correctly when running the Recipes through engine_v2. The fix was to allow the context it runs through to be passed the version via the flutter_deps module. That change can be found here: https://flutter-review.googlesource.com/c/recipes/+/51869 .
Do not land until above cl has been merged.
## Related Issue
*List which issues are fixed by this PR. You must list at least one issue.*
Fixes https://github.com/flutter/flutter/issues/137350
## Validation
*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-10-28 00:05:23 +00:00
Mouad Debbar
57cc7e9136
[web] DomManager for each FlutterView ( flutter/engine#47388 )
...
The PR may seem large, but the main changes are simple:
- Introduce a `DomManager` that aims to take over all DOM responsibilities from `FlutterViewEmbedder`.
- Update all references to `flutterViewEmbedder.*domElement*` to `domManager.*domElement*`.
- Describe the general DOM structure of a Flutter View in a doc comment.
Next steps (in future PRs):
- Move all DOM manipulation methods out of `FlutterViewEmbedder` into `DomManager`.
- Move DOM creation logic out of `FlutterViewEmbedder` into `DomManager`.
2023-10-27 23:53:27 +00:00
skia-flutter-autoroll
a20662c91d
Roll Skia from 77abd518ad4a to 64f13d5be3f7 (2 revisions) ( flutter/engine#47406 )
...
https://skia.googlesource.com/skia.git/+log/77abd518ad4a..64f13d5be3f7
2023-10-27 michaelludwig@google.com [graphite] Implement drawCoverageMask, enable mask filters
2023-10-27 skia-autoroll@skia-public.iam.gserviceaccount.com Manual roll Dawn from fd22bd69eb33 to 0b52da754fe9 (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 aaclarke@google.com ,brianosman@google.com,rmistry@google.com,robertphillips@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-27 23:41:24 +00:00
gaaclarke
86d8689ce2
[Impeller] started scaling the gaussian blur sigma to match skia output ( flutter/engine#47405 )
...
fixes https://github.com/flutter/flutter/issues/127770
This will help performance as well since our kernels will be smaller.
The justification for scaling the sigma is that we need to account in
the math the scaling down that we are doing of the input.
Here are the side-by-side comparisons with this math and skia, impeller
is always on the right:
## sigma 10
<img width="1395" alt="blur_10"
src="https://github.com/flutter/engine/assets/30870216/d534d71f-b35b-46aa-be79-8337172968a8 ">
## sigma 75
<img width="1398" alt="blur_75"
src="https://github.com/flutter/engine/assets/30870216/a8a77048-5212-470d-b537-a0aea98efce6 ">
## sigma 164 (sigma in bug)
<img width="1402" alt="blur_164"
src="https://github.com/flutter/engine/assets/30870216/cc620d02-4460-4cc8-9798-8dd21530eeed ">
## sigma 400
<img width="1404" alt="blur_400"
src="https://github.com/flutter/engine/assets/30870216/653c1f1b-8156-4cff-bfcf-bf1ba737b386 ">
## sigma 1000
<img width="1395" alt="blur_1000"
src="https://github.com/flutter/engine/assets/30870216/c3456275-7876-4733-a27b-6022140c6a24 ">
## 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.
- [ ] 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-27 16:39:29 -07:00
skia-flutter-autoroll
b403f8f1dc
Roll Fuchsia Linux SDK from gPQSfYJVLOgXjxQce... to ESkamdoXWIwkdWdP-... ( flutter/engine#47404 )
...
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-27 23:29:36 +00:00
Zachary Anderson
879275cda3
Remove //third_party/khronos ( flutter/engine#47398 )
...
It was introduced for a Linux/GTK component in https://github.com/flutter/engine/pull/17634 . But it looks like that dependency was later removed.
2023-10-27 22:11:12 +00:00
skia-flutter-autoroll
a2c31cd0f8
Roll Skia from ccc3518a67b5 to 77abd518ad4a (5 revisions) ( flutter/engine#47399 )
...
https://skia.googlesource.com/skia.git/+log/ccc3518a67b5..77abd518ad4a
2023-10-27 brianosman@google.com Expand powerless hue gradient testing
2023-10-27 michaelludwig@google.com Fix auto-expanding layers when there are no filters
2023-10-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skottie-base from 14b5f7ddbad3 to b9465588c600
2023-10-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll debugger-app-base from ad6eaad9b866 to b842291db7bb
2023-10-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll jsfiddle-base from 78f3bf93ca15 to b8b6ef8feccd
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,rmistry@google.com,robertphillips@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-27 21:48:59 +00:00
skia-flutter-autoroll
a07f243df6
Roll Dart SDK from 360370ff93b0 to 5a666e8d8259 (15 revisions) ( flutter/engine#47392 )
...
https://dart.googlesource.com/sdk.git/+log/360370ff93b0..5a666e8d8259
2023-10-27 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.3.0-71.0.dev
2023-10-27 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.3.0-70.0.dev
2023-10-27 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.3.0-69.0.dev
2023-10-27 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.3.0-68.0.dev
2023-10-27 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.3.0-67.0.dev
2023-10-26 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.3.0-66.0.dev
2023-10-26 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.3.0-65.0.dev
2023-10-26 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.3.0-64.0.dev
2023-10-26 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.3.0-63.0.dev
2023-10-26 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.3.0-62.0.dev
2023-10-26 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.3.0-61.0.dev
2023-10-25 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.3.0-60.0.dev
2023-10-25 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.3.0-59.0.dev
2023-10-25 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.3.0-58.0.dev
2023-10-24 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.3.0-57.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-27 21:01:03 +00:00
Zachary Anderson
b7d61edc74
Move gtest-parallel to flutter/third_party ( flutter/engine#47393 )
...
As part of eliminating the Flutter buildroot (https://github.com/flutter/flutter/issues/67373 ), we are moving all third-party dependencies from //third_party to //flutter/third_party.
Once all third-party dependencies have been migrated, tooling and config will be moved and the buildroot will be eliminated altogether.
No tests changed because there is no semantic change to this PR. This is simply relocating a dependency.
2023-10-27 20:47:37 +00:00
Zachary Anderson
59cc39e9bd
Move flatbuffers to flutter/third_party ( flutter/engine#47387 )
...
As part of eliminating the Flutter buildroot
(https://github.com/flutter/flutter/issues/67373 ), we are moving all
third-party dependencies from //third_party to //flutter/third_party.
Once all third-party dependencies have been migrated, tooling and config
will be moved and the buildroot will be eliminated altogether.
No tests changed because there is no semantic change to this PR. This is
simply relocating a dependency.
2023-10-27 13:05:56 -07:00