skia-flutter-autoroll
03fa187ba9
Roll Dart SDK from 135f4c51c9ff to f9583e13e214 (2 revisions) ( flutter/engine#39221 )
...
https://dart.googlesource.com/sdk.git/+log/135f4c51c9ff..f9583e13e214
2023-01-28 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-178.0.dev
2023-01-27 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-177.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-01-28 06:48:00 +00:00
Jenn Magder
55a427bec8
Default to running the scenario tests on an arm iOS simulator variant on an Apple Silicon host Mac ( flutter/engine#39210 )
...
* Default to using an arm iOS simulator variant on Apple Silicon
* Kick tests
2023-01-28 02:57:45 +00:00
skia-flutter-autoroll
b1a7e47b95
Roll Dart SDK from 2cd9b7ac95e8 to 135f4c51c9ff (3 revisions) ( flutter/engine#39217 )
...
https://dart.googlesource.com/sdk.git/+log/2cd9b7ac95e8..135f4c51c9ff
2023-01-27 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-176.0.dev
2023-01-27 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-175.0.dev
2023-01-27 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-174.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,asiva@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-01-28 02:10:12 +00:00
skia-flutter-autoroll
9f3d10fa70
Roll Dart SDK from 2cd9b7ac95e8 to 135f4c51c9ff (3 revisions) ( flutter/engine#39214 )
...
https://dart.googlesource.com/sdk.git/+log/2cd9b7ac95e8..135f4c51c9ff
2023-01-27 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-176.0.dev
2023-01-27 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-175.0.dev
2023-01-27 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-174.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-01-28 00:16:50 +00:00
Jenn Magder
1b4ce3fa8b
Use arm64 engine variant on simulators in iOS unit tests ( flutter/engine#39213 )
2023-01-28 00:16:47 +00:00
Miguel
f1bbb90589
[fuchsia] Diagnostics directory rights are R* ( flutter/engine#39203 )
2023-01-27 17:44:24 -05:00
Tamir Duberstein
15f53d515e
[fuchsia] Migrate to new RealmBuilder API ( flutter/engine#39205 )
...
See https://fxrev.dev/793422 .
Missed in 92fca42e0667969b3a78815c77afca9c6acd1c83,
3bfa5c5b1db5391d49cc58f9a23f1b4cd802d3e3 and
d429b674f1dd60590fda077fd893a4493c2b5455.
2023-01-27 15:42:15 -05:00
Jonah Williams
6306da26f1
[Impeller] support overlapping stops with SSBO gradients. ( flutter/engine#39174 )
...
* [impeller] gradient stops
* Support overlapping stops
* ++
* update test values
* Use padding type
* bytes not floats
* move to entity
* ++
* Update gradient_generator.h
* Update aiks_unittests.cc
* ++
2023-01-27 19:32:35 +00:00
Zachary Anderson
b62b3fb9ec
Move Linux Fuchsia FEMU to bringup due to flakes ( flutter/engine#39202 )
...
For https://github.com/flutter/flutter/issues/119356
2023-01-27 11:30:22 -08:00
Jonah Williams
1cb65559a3
[impellerc] remove remaining remap sampler support ( flutter/engine#39198 )
2023-01-27 18:50:56 +00:00
Jonah Williams
b8974b5199
[impellerc] remove coffset usage ( flutter/engine#39199 )
...
* [impellerc] remove coffset usage
* ++
2023-01-27 18:47:56 +00:00
Derek Xu
e31df55438
Handle proto deps that were added to the Dart SDK ( flutter/engine#39098 )
2023-01-27 10:24:53 -08:00
Zachary Anderson
54e53b326e
Fix for downstream C++20 compiler ( flutter/engine#39197 )
2023-01-27 10:12:19 -08:00
Tamir Duberstein
d429b674f1
[fuchsia] Migrate to new RealmBuilder API ( flutter/engine#39196 )
...
See https://fxrev.dev/793422 .
Missed in 92fca42e0667969b3a78815c77afca9c6acd1c83 and
3bfa5c5b1db5391d49cc58f9a23f1b4cd802d3e3.
2023-01-27 13:01:28 -05:00
Kaushik Iska
2dac47078e
Enable vulkan dev on macOS host ( flutter/engine#39179 )
2023-01-27 09:34:58 -08:00
Constantine Shablya
dcef53581c
Fix Vulkan embedder example ( flutter/engine#39052 )
2023-01-27 15:55:06 +00:00
skia-flutter-autoroll
c37e4cc691
Roll Skia from 091ec9bdcf9b to 0b75650caf2a (5 revisions) ( flutter/engine#39190 )
...
https://skia.googlesource.com/skia.git/+log/091ec9bdcf9b..0b75650caf2a
2023-01-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 3f8e117e3655 to d723200bd4b5 (5 revisions)
2023-01-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from b64b573bac2b to 1d9b8d802eb2 (17 revisions)
2023-01-27 armansito@google.com [sksl][wgsl] Support vector splat constructor
2023-01-26 herb@google.com Combine prepareForMaskDrawing
2023-01-26 johnstiles@google.com Add Raster Pipeline codegen support to SkRuntimeEffect.
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 nicolettep@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-01-27 15:55:03 +00:00
skia-flutter-autoroll
bdb382aa8f
Roll Fuchsia Mac SDK from MyL3JcOBni9CTx9wz... to 11wOrGFBXTHgxQVOi... ( flutter/engine#39192 )
...
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 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-01-27 15:52:57 +00:00
skia-flutter-autoroll
9f0c1f3734
Roll Dart SDK from dcdd3fbb3116 to 2cd9b7ac95e8 (2 revisions) ( flutter/engine#39185 )
...
https://dart.googlesource.com/sdk.git/+log/dcdd3fbb3116..2cd9b7ac95e8
2023-01-27 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-173.0.dev
2023-01-26 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-172.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-01-27 15:52:54 +00:00
skia-flutter-autoroll
2f734d9484
Roll Fuchsia Linux SDK from kdjOCYzDtnfY30985... to 6c2H32X3EXOGlWIgb... ( flutter/engine#39193 )
...
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 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-01-27 15:51:04 +00:00
Jonah Williams
82a5c50210
[Impeller] ensure 1x1 has mipcount of 1 ( flutter/engine#39182 )
...
* [Impeller] ensure 1x1 has mipcount of 1
* Update geometry_unittests.cc
* Update size.h
2023-01-27 03:33:27 +00:00
Tamir Duberstein
3bfa5c5b1d
[fuchsia] Migrate to new RealmBuilder API ( flutter/engine#39175 )
...
See https://fxrev.dev/793422 .
Missed in 92fca42e0667969b3a78815c77afca9c6acd1c83.
2023-01-26 17:54:43 -08:00
skia-flutter-autoroll
3bf1b22425
Roll Dart SDK from 4a8615b7e3ed to dcdd3fbb3116 (1 revision) ( flutter/engine#39178 )
...
https://dart.googlesource.com/sdk.git/+log/4a8615b7e3ed..dcdd3fbb3116
2023-01-26 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-171.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-01-26 23:43:02 +00:00
skia-flutter-autoroll
2b4159dedf
Roll Skia from ba4721319a92 to 091ec9bdcf9b (12 revisions) ( flutter/engine#39177 )
...
https://skia.googlesource.com/skia.git/+log/ba4721319a92..091ec9bdcf9b
2023-01-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from 3c9bfe50679a to bd000c01fd40
2023-01-26 jvanverth@google.com [metal] Fix MetalWindowContext destruction on Mac
2023-01-26 jmbetancourt@google.com add visibility to targets referenced by ganesh/gl BUILD file
2023-01-26 herb@google.com Simplify prepare_for_SDFT_drawing add pos mapping
2023-01-26 armansito@google.com [sksl][wgsl] Function call expressions with no out-params
2023-01-26 johnstiles@google.com Simplify for-loops that do not use `continue`.
2023-01-26 johnstiles@google.com Add an Analysis pass to check if a loop uses `continue` or `break`.
2023-01-26 michaelludwig@google.com [graphite] Support elliptical corners for hairlines in AnalyticRRectRenderStep
2023-01-26 johnstiles@google.com Simplify function-result stack in RP codegen.
2023-01-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 50eca412c1e8 to 3f8e117e3655 (5 revisions)
2023-01-26 johnstiles@google.com Implement length intrinsic in RP codegen.
2023-01-26 johnstiles@google.com Simplify the switch-case block visitor.
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 nicolettep@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-01-26 23:41:50 +00:00
Hannes Winkler
7e99ce795b
properly namespace flutter software pixel formats ( flutter/engine#38847 )
...
- rename `kGray8 --> kFlutterSoftwarePixelFormatGray8`
- rename `kRGB565 --> kFlutterSoftwarePixelFormatRGB565`
- etc.
2023-01-26 22:30:17 +00:00
Chinmay Garde
b657433be6
Update buildroot to abada33190daa7. ( flutter/engine#39173 )
2023-01-26 22:27:46 +00:00
Zachary Anderson
56a4d347ae
Revert "[macos] Move TextInputPlugin outside of visible area ( #39031 )" ( flutter/engine#39176 )
...
This reverts commit d06ef7a5bfbed4cba6eb98f47b618803ac6c8a53.
2023-01-26 13:47:58 -08:00
Matej Knopp
d06ef7a5bf
[macos] Move TextInputPlugin outside of visible area ( flutter/engine#39031 )
...
* [macos] Move TextInputPlugin outside of visible area
* Make plugin empty and add test
2023-01-26 21:12:44 +00:00
J-P Nurmi
d7963e6fa1
[Linux][FlView] fix rendering on startup when shown after plugin registration ( flutter/engine#38982 )
...
* [FlView] fix rendering on startup when shown after plugin registration
* Add clarifying comment
2023-01-26 21:11:20 +00:00
skia-flutter-autoroll
23483e7168
Roll Fuchsia Mac SDK from KLzrg8eFD9m5J9xa-... to MyL3JcOBni9CTx9wz... ( flutter/engine#39171 )
...
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 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-01-26 20:46:05 +00:00
skia-flutter-autoroll
4ba3d1a87c
Roll Skia from e9ac244d61b2 to ba4721319a92 (1 revision) ( flutter/engine#39170 )
...
https://skia.googlesource.com/skia.git/+log/e9ac244d61b2..ba4721319a92
2023-01-26 herb@google.com Convert prepareForSDFTDrawing to shared code
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 nicolettep@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-01-26 20:25:14 +00:00
skia-flutter-autoroll
b8547ed599
Roll Fuchsia Linux SDK from ggI4a2jNo5aj6Rp6w... to kdjOCYzDtnfY30985... ( flutter/engine#39169 )
...
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 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-01-26 19:48:07 +00:00
Jonah Williams
e5d80e9fe2
[Impeller] partially remove remap sampler support ( flutter/engine#39147 )
...
* partially remove remap sampler support
* Update runtime_effect_contents.cc
2023-01-26 19:20:05 +00:00
Tamir Duberstein
92fca42e06
[fuchsia] Migrate to new RealmBuilder API ( flutter/engine#39163 )
...
See https://fxrev.dev/793422 .
2023-01-26 11:15:23 -08:00
skia-flutter-autoroll
9988b37048
Roll Dart SDK from 5a8b34f040f5 to 4a8615b7e3ed (1 revision) ( flutter/engine#39167 )
...
https://dart.googlesource.com/sdk.git/+log/5a8b34f040f5..4a8615b7e3ed
2023-01-26 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-170.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-01-26 19:07:05 +00:00
skia-flutter-autoroll
cc7fdccf19
Roll Skia from ad7955820dc6 to e9ac244d61b2 (6 revisions) ( flutter/engine#39165 )
...
https://skia.googlesource.com/skia.git/+log/ad7955820dc6..e9ac244d61b2
2023-01-26 johnstiles@google.com Add support for dynamically-uniform if statements.
2023-01-26 johnstiles@google.com Add RP codegen support for dynamically-uniform ternaries.
2023-01-26 johnstiles@google.com Add Analysis check for dynamically-uniform expressions.
2023-01-26 johnstiles@google.com Add RP builder support for branch_if_all_slots_equal.
2023-01-26 johnstiles@google.com Add RasterPipeline op branch_if_all_lanes_equal.
2023-01-26 herb@google.com Add lock/unlock to StrikeForGPU
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 nicolettep@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-01-26 18:15:16 +00:00
skia-flutter-autoroll
b5f63c8f71
Roll Skia from 5e363a69efbe to ad7955820dc6 (2 revisions) ( flutter/engine#39161 )
...
https://skia.googlesource.com/skia.git/+log/5e363a69efbe..ad7955820dc6
2023-01-26 robertphillips@google.com [graphite] Update DM configs for upcoming testing
2023-01-26 johnstiles@google.com Remove canvas scale from runtime-intrinsics slide.
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 nicolettep@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-01-26 16:26:31 +00:00
Ricardo Amador
2e9905afab
Update infrastructure python code to be compatible with python 2 and python 3 ( flutter/engine#39133 )
...
* Compatibility with python2 and python3
* Formatting
* Updated to use a function instead of decoding bytes in multiple places.
* Formatting and whitespace cleanup.
* Fix import statement.
* Linter change for docstring.
* Formatting.
* Remove function from run_tests.py since it is a pain to import.
* Add todo message for python 2 deprecation.
* Updated copyright year.
2023-01-26 16:04:31 +00:00
skia-flutter-autoroll
5347fd96bc
Roll Dart SDK from 160774c04493 to 5a8b34f040f5 (1 revision) ( flutter/engine#39160 )
...
https://dart.googlesource.com/sdk.git/+log/160774c04493..5a8b34f040f5
2023-01-26 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-169.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-01-26 13:32:07 +00:00
skia-flutter-autoroll
f98730a177
Roll Dart SDK from f61211592196 to 160774c04493 (2 revisions) ( flutter/engine#39159 )
...
https://dart.googlesource.com/sdk.git/+log/f61211592196..160774c04493
2023-01-26 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-168.0.dev
2023-01-26 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-167.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-01-26 09:34:27 +00:00
skia-flutter-autoroll
e1ddee7b74
Roll Skia from 0e1cb7bc43dc to 5e363a69efbe (3 revisions) ( flutter/engine#39158 )
...
https://skia.googlesource.com/skia.git/+log/0e1cb7bc43dc..5e363a69efbe
2023-01-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from ba538cd033e4 to 50eca412c1e8 (2 revisions)
2023-01-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 660e4a7c0d4f to b64b573bac2b (9 revisions)
2023-01-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from 8666a7bf5e4a to 0162309d048f (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 nicolettep@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-01-26 08:35:11 +00:00
skia-flutter-autoroll
a0c8400835
Roll Skia from 3d0e2ad41911 to 0e1cb7bc43dc (1 revision) ( flutter/engine#39156 )
...
https://skia.googlesource.com/skia.git/+log/3d0e2ad41911..0e1cb7bc43dc
2023-01-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from bb0229002db5 to 3076a8bf178e (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 nicolettep@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-01-26 06:36:21 +00:00
skia-flutter-autoroll
e3bb1a0d30
Roll Fuchsia Linux SDK from pGX7tanT1okL8XCg-... to ggI4a2jNo5aj6Rp6w... ( flutter/engine#39157 )
...
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 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-01-26 05:53:16 +00:00
skia-flutter-autoroll
c0e98a62d6
Roll Fuchsia Mac SDK from _H53AyDxR9Pm2TbwN... to KLzrg8eFD9m5J9xa-... ( flutter/engine#39155 )
...
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 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-01-26 05:15:50 +00:00
skia-flutter-autoroll
f91eed3e5c
Roll Skia from 393fb1ec80f4 to 3d0e2ad41911 (6 revisions) ( flutter/engine#39153 )
...
https://skia.googlesource.com/skia.git/+log/393fb1ec80f4..3d0e2ad41911
2023-01-25 kjlubick@google.com Add shim file for SkTSearch.h
2023-01-25 bungeman@google.com Handle strikeout metrics in SkScalerContext_Mac
2023-01-25 jvanverth@google.com Add minimal perspective text GM.
2023-01-25 herb@google.com Move memory accounting to allocation sites
2023-01-25 kjlubick@google.com [base] Move several more files from src/core into base.
2023-01-25 kjlubick@google.com Remove empty file SkUtilsArm.cpp
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 nicolettep@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-01-26 04:32:04 +00:00
skia-flutter-autoroll
07173448dc
Roll Dart SDK from d9151e59f70b to f61211592196 (3 revisions) ( flutter/engine#39154 )
...
https://dart.googlesource.com/sdk.git/+log/d9151e59f70b..f61211592196
2023-01-25 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-166.0.dev
2023-01-25 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-165.0.dev
2023-01-25 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-164.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-01-26 03:55:04 +00:00
skia-flutter-autoroll
e44248aa83
Roll Clang from a93d03310e2c to 20d06c833d83 ( flutter/engine#39152 )
...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/clang-flutter-engine
Please CC zra@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Clang: https://bugs.fuchsia.dev/p/fuchsia/issues/list?q=component%3AToolchain
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-01-26 02:53:08 +00:00
skia-flutter-autoroll
0fa841d82c
Roll Dart SDK from de14a48187ce to d9151e59f70b (6 revisions) ( flutter/engine#39146 )
...
https://dart.googlesource.com/sdk.git/+log/de14a48187ce..d9151e59f70b
2023-01-25 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-163.0.dev
2023-01-25 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-162.0.dev
2023-01-24 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-161.0.dev
2023-01-24 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-160.0.dev
2023-01-24 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-159.0.dev
2023-01-24 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-158.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-01-26 01:00:17 +00:00
Brandon DeRosier
d6491b8368
[Impeller] Use analytical normals for stroke caps ( flutter/engine#39124 )
2023-01-25 16:14:15 -08:00
Tong Mu
02a18907ce
Reland "[macOS] Formalize FlutterViewController's initialization flow, and prohibit replacing" ( flutter/engine#39145 )
...
* Revert "Revert "[macOS] Formalize FlutterViewController's initialization flow, and prohibit replacing (#38981 )" (#39144 )"
This reverts commit be4ea1a42d27ca88007f9013fd7c5526087b3268.
* Fix?
2023-01-26 00:13:47 +00:00