godofredoc
2e8d995cb6
Archive windows gen_snapshot.exe. ( flutter/engine#35414 )
...
* Archive windows gen_snapshot.exe.
This is required to enable engine_v2 recipes for windows platform.
Bug: https://github.com/flutter/flutter/issues/81855
* Add dep to generate gen_snapshot.exe.
* Use target platform name rather than host.
* Use prebuilt_arch.
* Use platform_name instead of is_win.
* Remove android check.
* Fix output name.
* Separate platform and cpu in name.
* Remove failing line.
* Use dart_target_arch rather than target_cpu in windows.
* Add dart_target_arch to scope.
* Add support for android_cpu.
* Fix android_cpu variable name.
* Rebase to ToT
* Try to use target cpu directly.
* Use host os instead of is_win.
* Build engine artifacts for win.
* Update build/archives/BUILD.gn
Co-authored-by: Zachary Anderson <zanderso@users.noreply.github.com >
* Update build/archives/BUILD.gn
Co-authored-by: Zachary Anderson <zanderso@users.noreply.github.com >
* Update build/archives/BUILD.gn
Co-authored-by: Zachary Anderson <zanderso@users.noreply.github.com >
Co-authored-by: Zachary Anderson <zanderso@users.noreply.github.com >
2022-11-14 22:54:53 +00:00
Dan Field
e3f249ab52
Avoid segfault when converting no-op ColorFilter to ImageFilter ( flutter/engine#37596 )
2022-11-14 22:41:04 +00:00
skia-flutter-autoroll
f237959a76
Roll Skia from a434f9b69660 to 33c62dafffc9 (9 revisions) ( flutter/engine#37598 )
...
https://skia.googlesource.com/skia.git/+log/a434f9b69660..33c62dafffc9
2022-11-14 johnstiles@google.com [experiment] Replace ball of void* with SkRasterPipelineStage struct.
2022-11-14 johnstiles@google.com Add SkOpts::raster_pipeline_highp|lowp_stride.
2022-11-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from 9f31a3bcc069 to 44d375050861 (1 revision)
2022-11-14 robertphillips@google.com [graphite] Make PipelineData Graphite-only
2022-11-14 herb@google.com Rename fCount->fSize, fAllocCount->fCapacity, fItemArray->fData
2022-11-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from c48dbf0bb02a to 9f31a3bcc069 (1 revision)
2022-11-14 johnstiles@google.com Replace Program_GetFunction with SkSL::Program::getFunction.
2022-11-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from c7eaa2978786 to c48dbf0bb02a (1 revision)
2022-11-14 egdaniel@google.com Add support for kRectangle textureType as a DstProxy.
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 jimgraham@google.com ,tdenniston@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
2022-11-14 22:32:05 +00:00
joshualitt
e3bed0a86d
[web] Switch to doubles ( flutter/engine#37336 )
2022-11-14 13:56:06 -08:00
Jonah Williams
dadea11190
[Impeller] error earlier on uint types ( flutter/engine#37593 )
2022-11-14 21:25:03 +00:00
skia-flutter-autoroll
ecd93ada0b
Roll Skia from 2ad14e25f6f7 to a434f9b69660 (11 revisions) ( flutter/engine#37591 )
...
https://skia.googlesource.com/skia.git/+log/2ad14e25f6f7..a434f9b69660
2022-11-14 nicolettep@google.com Remove outdated _snprintf and SK_SNPRINTF, use snprintf instead
2022-11-14 herb@google.com Misc cleanups for SkTArray
2022-11-14 robertphillips@google.com [graphite] Make ShaderCodeDictionary Graphite-only
2022-11-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from 236dea3b8ce8 to c7eaa2978786 (1 revision)
2022-11-14 robertphillips@google.com [graphite] Make PaintParamsKey Graphite-only
2022-11-14 herb@google.com Reland "Remove SkTArray::count() and change all uses to size()"
2022-11-14 herb@google.com Remove unneeded SkTypes from base classes
2022-11-14 kjlubick@google.com Reland "[bazel] Generate sksl_tests.gni from Bazel source of truth."
2022-11-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 032336ea4ca6 to 131d736c57d4 (1 revision)
2022-11-14 3580430+namse@users.noreply.github.com Call this._resetContext() at end of makeImageFromTextureSource
2022-11-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 92a0efdfb244 to 82855be3c811 (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 jimgraham@google.com ,tdenniston@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
2022-11-14 20:23:11 +00:00
Callum Moffat
0ea43fbe3e
Fix unexpected masked action ( flutter/engine#37584 )
2022-11-14 19:34:42 +00:00
Dan Field
8dc723b758
Revert "Fix wrong VSYNC event ( #36775 )" ( flutter/engine#37589 )
...
This reverts commit 491f827ea8 .
2022-11-14 19:09:02 +00:00
Loïc Sharma
f2400b138c
[macOS] Move to new update semantics embedder API ( flutter/engine#37404 )
2022-11-14 18:56:46 +00:00
skia-flutter-autoroll
ad7165a077
Roll Skia from b2109e6bbbe7 to 2ad14e25f6f7 (7 revisions) ( flutter/engine#37585 )
...
https://skia.googlesource.com/skia.git/+log/b2109e6bbbe7..2ad14e25f6f7
2022-11-14 johnstiles@google.com Create SkSLProgram.cpp.
2022-11-14 kjlubick@google.com Revert "[bazel] Fix golang cross-compilation on RBE"
2022-11-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 4e0eac148d62 to c33d10ae79e5 (11 revisions)
2022-11-14 kjlubick@google.com Temporarily remove NUC7i5BNK from the CQ
2022-11-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from 8435dd2eee4a to 236dea3b8ce8 (1 revision)
2022-11-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from 8435dd2eee4a to 236dea3b8ce8
2022-11-14 kjlubick@google.com Regenerate bazel/deps.bzl
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 jimgraham@google.com ,tdenniston@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
2022-11-14 17:05:24 +00:00
skia-flutter-autoroll
1c8cf625b7
Roll Fuchsia Mac SDK from WYzUv6RnWjJpAiqYp... to XvXKIR_SSUfSyGwxe... ( flutter/engine#37583 )
...
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 jimgraham@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
2022-11-14 15:43:06 +00:00
skia-flutter-autoroll
9aeac40f65
Roll Dart SDK from 45b7433f9015 to 7cbcf48157cf (1 revision) ( flutter/engine#37582 )
...
https://dart.googlesource.com/sdk.git/+log/45b7433f9015..7cbcf48157cf
2022-11-14 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 2.19.0-396.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 ,jimgraham@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
2022-11-14 15:30:11 +00:00
skia-flutter-autoroll
4be5f11613
Roll Skia from 0f515e97d535 to b2109e6bbbe7 (1 revision) ( flutter/engine#37580 )
...
https://skia.googlesource.com/skia.git/+log/0f515e97d535..b2109e6bbbe7
2022-11-14 kjlubick@google.com [bazel] Fix golang cross-compilation on RBE
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 jimgraham@google.com ,tdenniston@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
2022-11-14 14:43:28 +00:00
skia-flutter-autoroll
8c9aa24aee
Roll Dart SDK from 996fe4d7ea9a to 45b7433f9015 (1 revision) ( flutter/engine#37578 )
...
https://dart.googlesource.com/sdk.git/+log/996fe4d7ea9a..45b7433f9015
2022-11-14 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 2.19.0-395.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 ,jimgraham@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
2022-11-14 11:35:23 +00:00
skia-flutter-autoroll
cd9d9efcda
Roll Fuchsia Linux SDK from AE_mBWzdDqUvn4r1N... to dRHIZSishiboEHMdw... ( flutter/engine#37577 )
...
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 jimgraham@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
2022-11-14 09:31:07 +00:00
Brandon DeRosier
fc8604ed09
Add playground to demonstrate mask blur problems ( flutter/engine#37574 )
2022-11-13 21:37:59 -08:00
skia-flutter-autoroll
6a870018be
Roll Fuchsia Mac SDK from N-iOLgSVYYh_AfC7Q... to WYzUv6RnWjJpAiqYp... ( flutter/engine#37575 )
...
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 jimgraham@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
2022-11-14 01:33:35 +00:00
Jonah Williams
9dda34263f
[Impeller] dont include sampler offset in float offset ( flutter/engine#37573 )
2022-11-13 21:21:18 +00:00
skia-flutter-autoroll
5bfb3b8924
Roll Fuchsia Linux SDK from IE4logHFoa8ZZQAw3... to AE_mBWzdDqUvn4r1N... ( flutter/engine#37572 )
...
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 jimgraham@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
2022-11-13 20:13:23 +00:00
skia-flutter-autoroll
50771a0d06
Roll Skia from 38edf6197aa9 to 0f515e97d535 (1 revision) ( flutter/engine#37571 )
...
https://skia.googlesource.com/skia.git/+log/38edf6197aa9..0f515e97d535
2022-11-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from fa88fa5cf547 to 032336ea4ca6 (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 jimgraham@google.com ,tdenniston@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
2022-11-13 18:50:27 +00:00
skia-flutter-autoroll
96a923e75b
Roll Skia from c0f87aed019b to 38edf6197aa9 (1 revision) ( flutter/engine#37567 )
...
https://skia.googlesource.com/skia.git/+log/c0f87aed019b..38edf6197aa9
2022-11-13 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 jimgraham@google.com ,tdenniston@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
2022-11-13 12:23:23 +00:00
skia-flutter-autoroll
8eeaad486e
Roll Fuchsia Mac SDK from iPqmEVwAbmYwPlh5a... to N-iOLgSVYYh_AfC7Q... ( flutter/engine#37566 )
...
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 jimgraham@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
2022-11-13 12:03:37 +00:00
Callum Moffat
e0108b3d66
Fix inertia cancel event on macOS Ventura ( flutter/engine#37067 )
...
* Fix inertia cancel event on macOS Ventura
* Increase allowed time delay on event to 50 ms
* Address feedback
2022-11-13 03:11:27 +00:00
Brandon DeRosier
f990cc6c92
[Impeller] Fix DrawPaint regression ( flutter/engine#37561 )
2022-11-12 16:48:43 -08:00
skia-flutter-autoroll
23b025813e
Roll Skia from b126902e7988 to c0f87aed019b (1 revision) ( flutter/engine#37559 )
...
https://skia.googlesource.com/skia.git/+log/b126902e7988..c0f87aed019b
2022-11-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from dd7bb92b9a7a to 87d41aad5e71 (3 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 jimgraham@google.com ,lovisolo@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
2022-11-12 22:27:05 +00:00
skia-flutter-autoroll
f710a0889a
Roll Dart SDK from 190040da0bc8 to 996fe4d7ea9a (2 revisions) ( flutter/engine#37552 )
...
https://dart.googlesource.com/sdk.git/+log/190040da0bc8..996fe4d7ea9a
2022-11-12 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 2.19.0-394.0.dev
2022-11-11 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 2.19.0-393.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 ,jimgraham@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
2022-11-12 21:41:04 +00:00
skia-flutter-autoroll
7a3ae31ee1
Roll Fuchsia Mac SDK from j3vspnGJcQvIfsXXu... to iPqmEVwAbmYwPlh5a... ( flutter/engine#37557 )
...
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 jimgraham@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
2022-11-12 19:35:32 +00:00
Brandon DeRosier
9d4830205c
Add a limit to the Gaussian blur downsampling curve ( flutter/engine#37550 )
2022-11-12 11:34:39 -08:00
skia-flutter-autoroll
2108b2e718
Roll Fuchsia Linux SDK from xDY5B0-NZzq2idRNU... to IE4logHFoa8ZZQAw3... ( flutter/engine#37554 )
...
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 jimgraham@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
2022-11-12 18:00:19 +00:00
Jonah Williams
59db03fb47
[Impeller] reuse texture if size and type matches ( flutter/engine#37527 )
...
* [Impeller] reuse texture
* ++
* ++
2022-11-12 17:16:14 +00:00
skia-flutter-autoroll
37cb87a053
Roll Fuchsia Linux SDK from xDY5B0-NZzq2idRNU... to IE4logHFoa8ZZQAw3... ( flutter/engine#37554 )
...
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 jimgraham@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
2022-11-12 16:58:22 +00:00
Brandon DeRosier
e0bf579c9b
[Impeller] Include the new primitive type in the pipeline hash ( flutter/engine#37546 )
...
* Include the new primitive type in the pipeline hash
* Add test
2022-11-12 07:50:18 +00:00
Jonah Williams
10fed9c335
Revert "[dart:ui] add documentation to FragmentShader setSampler/setFloat ( #37503 )" ( flutter/engine#37549 )
...
This reverts commit a8965a84cc .
2022-11-12 07:30:28 +00:00
skia-flutter-autoroll
b9e21853fc
Roll Skia from a727f7ac8a98 to b126902e7988 (1 revision) ( flutter/engine#37547 )
...
https://skia.googlesource.com/skia.git/+log/a727f7ac8a98..b126902e7988
2022-11-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 69432a484d62 to fa88fa5cf547 (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 jimgraham@google.com ,lovisolo@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
2022-11-12 06:33:18 +00:00
Jonah Williams
a8965a84cc
[dart:ui] add documentation to FragmentShader setSampler/setFloat ( flutter/engine#37503 )
...
* [dart:ui] add documentation to FragmentShader setSampler/setFloat
* remove int bool comments
2022-11-12 05:30:17 +00:00
skia-flutter-autoroll
60c4537297
Roll Skia from 3bbdd5bc54f2 to a727f7ac8a98 (1 revision) ( flutter/engine#37544 )
...
https://skia.googlesource.com/skia.git/+log/3bbdd5bc54f2..a727f7ac8a98
2022-11-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from 08cd03bf8928 to 8435dd2eee4a
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 jimgraham@google.com ,lovisolo@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
2022-11-12 04:50:35 +00:00
skia-flutter-autoroll
384f71faa0
Roll Fuchsia Mac SDK from vEw8iuSZYmlfk1JiE... to j3vspnGJcQvIfsXXu... ( flutter/engine#37543 )
...
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 jimgraham@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
2022-11-12 03:36:37 +00:00
skia-flutter-autoroll
2961280fd1
Roll Skia from 29b9dbd7a8ed to 3bbdd5bc54f2 (8 revisions) ( flutter/engine#37542 )
...
https://skia.googlesource.com/skia.git/+log/29b9dbd7a8ed..3bbdd5bc54f2
2022-11-12 brianosman@google.com Revert "Reland "Fix rect-dashing logic""
2022-11-11 johnstiles@google.com Add minor polish to new RP::Builder API.
2022-11-11 brianosman@google.com Revert "Remove SkTArray::count() and change all uses to size()"
2022-11-11 brianosman@google.com Reland "Fix rect-dashing logic"
2022-11-11 johnstiles@google.com Revert "[bazel] Generate sksl_tests.gni from Bazel source of truth."
2022-11-11 herb@google.com count->size for iOS viewer and WASM
2022-11-11 brianosman@google.com Revert "Fix rect-dashing logic"
2022-11-11 kjlubick@google.com [bazel] Generate sksl_tests.gni from Bazel source of truth.
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 jimgraham@google.com ,lovisolo@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
2022-11-12 03:19:22 +00:00
skia-flutter-autoroll
240eeb999c
Roll Fuchsia Linux SDK from R3L54Ma3VT2TQ6RpI... to xDY5B0-NZzq2idRNU... ( flutter/engine#37541 )
...
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 jimgraham@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
2022-11-12 01:15:00 +00:00
Brandon DeRosier
0a11bb12d7
Add more raster traces ( flutter/engine#37510 )
2022-11-11 17:05:25 -08:00
skia-flutter-autoroll
e71d150d36
Roll Dart SDK from 2b6909ba35e5 to 190040da0bc8 (2 revisions) ( flutter/engine#37536 )
...
https://dart.googlesource.com/sdk.git/+log/2b6909ba35e5..190040da0bc8
2022-11-11 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 2.19.0-392.0.dev
2022-11-11 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 2.19.0-391.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 ,jimgraham@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
2022-11-12 00:11:53 +00:00
Christopher Fujino
62dc88c192
extend const_finder to allow skipping particular classes ( flutter/engine#37257 )
...
* wip
* extend const_finder_test to compile web dills
* add test
* add back tests, including non-const for web
* update run_tests.py
* fix whitespace
* clean up test file
* add new options to cli
* use annotation rather than explicit deny list
* clean up
* Apply suggestions from code review
Co-authored-by: Zachary Anderson <zanderso@users.noreply.github.com >
* clean up
* code review
Co-authored-by: Zachary Anderson <zanderso@users.noreply.github.com >
2022-11-11 23:38:03 +00:00
skia-flutter-autoroll
c94762fa16
Roll Skia from a457da8acd16 to 29b9dbd7a8ed (1 revision) ( flutter/engine#37528 )
...
https://skia.googlesource.com/skia.git/+log/a457da8acd16..29b9dbd7a8ed
2022-11-11 brianosman@google.com Fix rect-dashing logic
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 jimgraham@google.com ,lovisolo@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
2022-11-11 21:06:06 +00:00
skia-flutter-autoroll
59bf72ea53
Roll ICU from 20f8ac695af5 to da0744861976 (1 revision) ( flutter/engine#37525 )
...
20f8ac695a..da07448619
2022-10-14 jshin@chromium.org Update ICU timezone database to IANA tzdb 2022e
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/icu-sdk-flutter-engine
Please CC jimgraham@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in ICU: https://github.com/unicode-org/icu
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
2022-11-11 20:00:20 +00:00
skia-flutter-autoroll
96897428a1
Roll Skia from 1a7879e4e26a to a457da8acd16 (5 revisions) ( flutter/engine#37524 )
...
https://skia.googlesource.com/skia.git/+log/1a7879e4e26a..a457da8acd16
2022-11-11 herb@google.com Remove SkTArray::count() and change all uses to size()
2022-11-11 kjlubick@google.com [bazel] Simplify .gni output logic
2022-11-11 erikrose@google.com [infra] Make Android_Dawn job actually add the Dawn-specific build options.
2022-11-11 bsalomon@google.com Remove legacy image sampling matrix tweak
2022-11-11 jamesgk@google.com [graphite] Always initialize test-only Context backpointer
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 jimgraham@google.com ,lovisolo@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
2022-11-11 19:45:22 +00:00
Jackson Gardner
d3a4734ede
Run pub get before building host.dart. ( flutter/engine#37502 )
...
* Run pub get before building host.dart.
* We should call `pub get` for `web_ui` in the launcher script because
felt itself needs it. However, we should let felt invoke `pub get` on
`web_engine_tester` only as needed, not in the launcher script.
2022-11-11 19:00:55 +00:00
skia-flutter-autoroll
733bf05ba0
Roll Skia from 77620568f467 to 1a7879e4e26a (6 revisions) ( flutter/engine#37520 )
...
https://skia.googlesource.com/skia.git/+log/77620568f467..1a7879e4e26a
2022-11-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 7d6beba71359 to 69432a484d62 (69 revisions)
2022-11-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from 3d5d75e282b6 to 8435dd2eee4a (1 revision)
2022-11-11 kjlubick@google.com [bazel] Generate .gni files from Bazel files in CheckGeneratedFiles job
2022-11-11 michaelludwig@google.com [skif] Consolidate integer translate+subset into resolve()
2022-11-11 kjlubick@google.com [bazel] Update .gni file generation
2022-11-11 lovisolo@google.com Fix VkDeps roller.
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 jimgraham@google.com ,lovisolo@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
2022-11-11 18:16:06 +00:00
Jason Simmons
220c7b0618
Build display lists from SkParagraph output using the ParagraphPainter interface ( flutter/engine#37087 )
...
SkPaint does not provide APIs for extracting the definitions of some
attributes such as filters. The engine will instead use DlPaint
to describe how text foregrounds and backgrounds will be painted.
The DlPaint objects will be represented as PaintIDs in SkParagraph text
styles. The ParagraphPainter will then map the PaintIDs back to the
original DlPaint objects.
2022-11-11 16:39:23 +00:00
skia-flutter-autoroll
16525e9817
Roll Dart SDK from 1e37edb1f6c1 to 2b6909ba35e5 (1 revision) ( flutter/engine#37516 )
...
https://dart.googlesource.com/sdk.git/+log/1e37edb1f6c1..2b6909ba35e5
2022-11-11 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 2.19.0-390.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 ,jimgraham@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
2022-11-11 13:55:22 +00:00
skia-flutter-autoroll
cf1a163f78
Roll Dart SDK from 3a022103e91d to 1e37edb1f6c1 (1 revision) ( flutter/engine#37515 )
...
https://dart.googlesource.com/sdk.git/+log/3a022103e91d..1e37edb1f6c1
2022-11-11 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 2.19.0-389.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 ,jimgraham@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
2022-11-11 08:53:36 +00:00