16245 Commits

Author SHA1 Message Date
skia-flutter-autoroll
de68071d7f Roll Fuchsia Mac SDK from oqp6Q2nhF... to VyKdR4ouE... (flutter/engine#24638) 2021-02-25 15:01:01 -08:00
skia-flutter-autoroll
52eaee8427 Roll Skia from 38b9a4bc3e3c to 9fe866174147 (8 revisions) (flutter/engine#24637) 2021-02-25 14:31:01 -08:00
Ferhat
a3eec1815c [web] Add xcode-symlinks flag to felt tool (flutter/engine#24556) 2021-02-25 14:26:41 -08:00
skia-flutter-autoroll
89abb1c598 Roll Skia from 4ac9aadd306b to 38b9a4bc3e3c (7 revisions) (flutter/engine#24633) 2021-02-25 12:56:01 -08:00
skia-flutter-autoroll
3a3b329385 Roll Dart SDK from 6b7054122356 to a6fb0acd71ea (1 revision) (flutter/engine#24631) 2021-02-25 11:56:01 -08:00
Nathan Rogers
2dff242e90 Fix input flow event logic (flutter/engine#24526) 2021-02-25 11:51:02 -08:00
LongCatIsLooong
e10becadf3 TextStyle level leadingDistribution (flutter/engine#24025) 2021-02-25 11:46:02 -08:00
skia-flutter-autoroll
791808fbea Roll Skia from e79bb32365ea to 4ac9aadd306b (4 revisions) (flutter/engine#24630)
https://skia.googlesource.com/skia.git/+log/e79bb32365ea..4ac9aadd306b

2021-02-25 csmartdalton@google.com Make it possible to enable hw tessellation outside of test builds
2021-02-25 mtklein@google.com Revert "Remove CapsMap from IR Generator."
2021-02-25 fmalita@google.com Revert "Add DSL PossibleExpression & PossibleStatement"
2021-02-25 fmalita@google.com Revert "SkSL DSL now reports the C++ line numbers of errors"

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 fmalita@google.com on the revert to ensure that a human
is aware of the problem.

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/master/autoroll/README.md
2021-02-25 11:05:56 -08:00
skia-flutter-autoroll
7426548cf2 Roll Dart SDK from 63c6585d8499 to 6b7054122356 (1 revision) (flutter/engine#24625) 2021-02-25 06:36:01 -08:00
skia-flutter-autoroll
b78a6e9d59 Roll Skia from 61a10b649aa7 to e79bb32365ea (1 revision) (flutter/engine#24624) 2021-02-25 06:31:01 -08:00
Kaushik Iska
b8d4abfab5 [macos] Reland default metal and also check if the system supports metal before defaulting to it (flutter/engine#24601) 2021-02-25 05:49:23 -06:00
skia-flutter-autoroll
6191c745ca Roll Dart SDK from fa4b1e834d24 to 63c6585d8499 (2 revisions) (flutter/engine#24622) 2021-02-25 02:26:02 -08:00
skia-flutter-autoroll
e4be79745f Roll Fuchsia Mac SDK from mpA8VcWT4... to oqp6Q2nhF... (flutter/engine#24621) 2021-02-25 01:56:01 -08:00
skia-flutter-autoroll
22d3f63638 Roll Skia from 8a43a2889ef8 to 61a10b649aa7 (4 revisions) (flutter/engine#24620) 2021-02-25 01:36:01 -08:00
Chris Bracken
c3a0385fb5 Use common desktop TextInputModel on macOS (flutter/engine#24533)
This replaces the custom Obj-C TextInputModel implementation used on
macOS with the common C++ implementation used on Linux and Windows. Note
that as a side-effect, this change enables *some* direct IME input for
CJK input but full input will land in follow-up patches that land:

1. Add handling for TextInput.setMarkedTextRect message
2. Add handling for TextInput.setEditableSizeAndTransform message
3. Implement firstRectForCharacterRange:actualRange: using the above.
4. Add NSTextInputContext handling.
2021-02-25 00:04:54 -08:00
Lau Ching Jun
3ef9020448 Add method to obtain native string resource in localization plugin. (flutter/engine#24575) 2021-02-24 23:03:31 -08:00
gaaclarke
8d44387269 Started initializing the gpu disable syncswitch based on the app state. (flutter/engine#24503) 2021-02-24 22:24:29 -08:00
skia-flutter-autoroll
aa8cd80b56 Roll Dart SDK from b9c5d901eac0 to fa4b1e834d24 (1 revision) (flutter/engine#24618) 2021-02-24 21:56:01 -08:00
skia-flutter-autoroll
1e7ea600f0 Roll Fuchsia Linux SDK from Zcy9nP_sY... to kfjppUrzf... (flutter/engine#24607) 2021-02-24 17:31:01 -08:00
skia-flutter-autoroll
b11fec389f Roll Dart SDK from 39424b348c44 to b9c5d901eac0 (1 revision) (flutter/engine#24614) 2021-02-24 17:26:02 -08:00
skia-flutter-autoroll
a989b0e1c3 Roll Skia from 029851d9513a to 8a43a2889ef8 (3 revisions) (flutter/engine#24613) 2021-02-24 17:01:01 -08:00
skia-flutter-autoroll
e0886f1de9 Roll Clang Linux from L9TEpKo-D... to crEO9FDXg... (flutter/engine#24608) 2021-02-24 16:16:02 -08:00
skia-flutter-autoroll
274fc97955 Roll Skia from 72917e452932 to 029851d9513a (16 revisions) (flutter/engine#24611) 2021-02-24 15:36:02 -08:00
skia-flutter-autoroll
5e2ea2db2a Roll Clang Mac from QimZEUJUn... to MQQ43_LGr... (flutter/engine#24609) 2021-02-24 15:01:02 -08:00
Ferhat
c694e1d965 [web] Implement Canvas.drawPicture (flutter/engine#24574) 2021-02-24 13:01:44 -08:00
skia-flutter-autoroll
3ebc2d354b Roll Dart SDK from 86d1f3b6a97c to 39424b348c44 (2 revisions) (flutter/engine#24605) 2021-02-24 12:56:01 -08:00
skia-flutter-autoroll
d40b52b298 Roll Fuchsia Mac SDK from pxsXcA3AQ... to mpA8VcWT4... (flutter/engine#24604) 2021-02-24 12:51:03 -08:00
skia-flutter-autoroll
92fc1bb186 Roll Skia from 70cd6d14465c to 72917e452932 (5 revisions) (flutter/engine#24603) 2021-02-24 12:46:01 -08:00
Ferhat
5298568b15 skip shadermask test for webkit (flutter/engine#24602) 2021-02-24 12:01:14 -08:00
Kaushik Iska
ca6e477c10 Revert "[macos] Make metal the default rendering backend on macOS >= … (flutter/engine#24600)
This reverts commit ca5bf569977085b5730486b24a9219524fc23426.
2021-02-24 09:58:10 -08:00
skia-flutter-autoroll
ff340e8d28 Roll Skia from 7c0200a8e233 to 70cd6d14465c (8 revisions) (flutter/engine#24598) 2021-02-24 09:36:01 -08:00
skia-flutter-autoroll
de8350b7eb Roll Dart SDK from bc9e69aeafa6 to 86d1f3b6a97c (1 revision) (flutter/engine#24597)
https://dart.googlesource.com/sdk.git/+log/bc9e69aeafa6..86d1f3b6a97c

2021-02-24 dart-luci-ci-builder@dart-ci.iam.gserviceaccount.com Version 2.13.0-71.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 on the revert to ensure that a human
is aware of the problem.

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/master/autoroll/README.md
2021-02-24 08:06:48 -08:00
skia-flutter-autoroll
9b8f42f154 Roll Skia from 68c43dbc5fb1 to 7c0200a8e233 (1 revision) (flutter/engine#24596)
https://skia.googlesource.com/skia.git/+log/68c43dbc5fb1..7c0200a8e233

2021-02-24 csmartdalton@google.com Move cubic cusp existence test into GrStrokeHardwareTessellator.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 fmalita@google.com on the revert to ensure that a human
is aware of the problem.

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/master/autoroll/README.md
2021-02-24 08:06:31 -08:00
skia-flutter-autoroll
30fdd06374 Roll Fuchsia Linux SDK from 8unxeSvw2... to Zcy9nP_sY... (flutter/engine#24595) 2021-02-24 01:11:02 -08:00
skia-flutter-autoroll
23f447b9f8 Roll Skia from 6b27ae8db432 to 68c43dbc5fb1 (1 revision) (flutter/engine#24594) 2021-02-24 01:01:01 -08:00
skia-flutter-autoroll
0c619649e6 Roll Skia from 9a7fcf7eda77 to 6b27ae8db432 (1 revision) (flutter/engine#24593) 2021-02-23 23:36:01 -08:00
skia-flutter-autoroll
bc3bde3e63 Roll Fuchsia Mac SDK from 0c-7C5noH... to pxsXcA3AQ... (flutter/engine#24591) 2021-02-23 23:21:01 -08:00
skia-flutter-autoroll
15a7ba7fc0 Roll Dart SDK from 60e4098d2d66 to bc9e69aeafa6 (2 revisions) (flutter/engine#24589) 2021-02-23 23:06:01 -08:00
skia-flutter-autoroll
e7367b2c50 Roll Skia from 6d2b7688f64d to 9a7fcf7eda77 (1 revision) (flutter/engine#24590) 2021-02-23 22:11:01 -08:00
skia-flutter-autoroll
ff6a35f25d Roll Skia from 5ef07a4097d4 to 6d2b7688f64d (3 revisions) (flutter/engine#24587) 2021-02-23 21:01:02 -08:00
LongCatIsLooong
271538aefa Passthrough movement keys when theres no selection (flutter/engine#24581) 2021-02-23 20:41:01 -08:00
Jim Graham
e3b2cc8ce9 backdrop filter layer should report cull_rect as its paint bounds (flutter/engine#24489) 2021-02-23 18:02:49 -08:00
skia-flutter-autoroll
a20cd590bf Roll Skia from d15c52d2333e to 5ef07a4097d4 (1 revision) (flutter/engine#24584) 2021-02-23 18:01:02 -08:00
Mouad Debbar
a3117e9445 [web] Fix placeholder-only paragraphs (flutter/engine#24572) 2021-02-23 17:16:01 -08:00
skia-flutter-autoroll
b0b9795f8f Roll Skia from 066f411b2ae6 to d15c52d2333e (3 revisions) (flutter/engine#24580)
https://skia.googlesource.com/skia.git/+log/066f411b2ae6..d15c52d2333e

2021-02-23 herb@google.com make GrTextBlob::addMultiMaskFormat private
2021-02-23 johnstiles@google.com Performance experiment: Disable SkSL optimization in nanobench/skpbench
2021-02-23 reed@google.com Flutter does use legacy image.makeShader()

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 fmalita@google.com on the revert to ensure that a human
is aware of the problem.

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/master/autoroll/README.md
2021-02-23 16:27:05 -08:00
Nitrogen
8c79b99623 Delete multi set intent parameter (flutter/engine#24543) 2021-02-23 15:31:01 -08:00
skia-flutter-autoroll
467f922f2b Roll Skia from 98f85d0e45f1 to 066f411b2ae6 (15 revisions) (flutter/engine#24579) 2021-02-23 15:06:02 -08:00
skia-flutter-autoroll
c6882ec230 Roll Dart SDK from a476002dba33 to 60e4098d2d66 (5 revisions) (flutter/engine#24577) 2021-02-23 13:56:00 -08:00
skia-flutter-autoroll
fe9c677c31 Roll Skia from e82436f5c353 to 98f85d0e45f1 (15 revisions) (flutter/engine#24571) 2021-02-23 10:51:02 -08:00
skia-flutter-autoroll
0955b649d3 Roll Fuchsia Mac SDK from Fote78jZn... to 0c-7C5noH... (flutter/engine#24568) 2021-02-23 10:16:02 -08:00