21331 Commits

Author SHA1 Message Date
skia-flutter-autoroll
821900ea22 Roll Skia from 0fbaf2cf8652 to 5054c9159afa (2 revisions) (flutter/engine#40191)
Roll Skia from 0fbaf2cf8652 to 5054c9159afa (2 revisions)
2023-03-09 21:42:50 +00:00
Chris Yang
bdcc4f6e95 [ios] refactor platform_message_handler_ios (flutter/engine#40182)
[ios] refactor platform_message_handler_ios
2023-03-09 21:27:37 +00:00
Michael Goderbauer
18b57833e8 Enable invalid_case_patterns lint (flutter/engine#40185)
Enable invalid_case_patterns lint
2023-03-09 21:22:54 +00:00
Loïc Sharma
89a738d1b7 [Embedder API] Lock nested structs to guarantee ABI (flutter/engine#40069)
[Embedder API] Lock nested structs for ABI stability
2023-03-09 21:09:50 +00:00
Mouad Debbar
c9d003f7b3 [web] Use CK's malloced array correctly (flutter/engine#40181)
[web] Use CK's malloced array correctly
2023-03-09 20:38:04 +00:00
godofredoc
67a40453d3 Add analyze_snapshot to android_aot builder. (flutter/engine#40169)
Add analyze_snapshot to android_aot builder.
2023-03-09 20:22:52 +00:00
Jason Simmons
d55465069a Apply the buffer offset when converting a vertex color Int32List to a Uint32List (flutter/engine#40066)
Apply the buffer offset when converting a vertex color Int32List to a Uint32List
2023-03-09 19:56:59 +00:00
Dan Field
b8ecad0c34 Render a compute generated stroke (flutter/engine#40184)
[Impeller] Render a compute generated stroke
2023-03-09 19:47:02 +00:00
Loïc Sharma
85065c29e9 [Desktop] Use references for semantics update (flutter/engine#40167)
[Desktop] Use references for semantics update
2023-03-09 19:44:17 +00:00
skia-flutter-autoroll
5ebc09089f Roll Skia from 529fb1efd882 to 0fbaf2cf8652 (5 revisions) (flutter/engine#40180)
Roll Skia from 529fb1efd882 to 0fbaf2cf8652 (5 revisions)
2023-03-09 19:40:31 +00:00
gaaclarke
9e0db60c6a Made sure we get the initial route from the intent. (flutter/engine#40148)
Android: Made sure we get the initial route from the intent.
2023-03-09 18:42:51 +00:00
Michael Goderbauer
51a00ac884 Remove single window assumption from testing/dart (flutter/engine#40160) 2023-03-09 10:10:00 -08:00
skia-flutter-autoroll
6987070af2 Roll Skia from e9471b0a9286 to 529fb1efd882 (1 revision) (flutter/engine#40174)
Roll Skia from e9471b0a9286 to 529fb1efd882 (1 revision)
2023-03-09 15:44:07 +00:00
Jason Simmons
bd3381321d Make the Linux GTK widget focusable (flutter/engine#40163)
Make the Linux GTK widget focusable
2023-03-09 15:26:57 +00:00
skia-flutter-autoroll
19aa0ef7f0 Roll Skia from 72c62c68dcaa to 40065b435865 (3 revisions) (flutter/engine#40170)
Roll Skia from 72c62c68dcaa to 40065b435865 (3 revisions)
2023-03-09 07:50:04 +00:00
Brandon DeRosier
1dc1c32b43 [Impeller] Add rounding utils to all geometry primitives (flutter/engine#40168) 2023-03-08 23:27:39 -08:00
Dan Field
a37f1c99dd [Impeller][Compute] Guard subgroups with feature detection (flutter/engine#40159)
[Impeller][Compute] Guard subgroups with feature detection
2023-03-09 02:49:37 +00:00
skia-flutter-autoroll
3f51a9699c Roll Fuchsia Linux SDK from 2H5Y5sYlKgM74XQtr... to 2R3ybztMdyKjvEdPR... (flutter/engine#40164)
Roll Fuchsia Linux SDK from 2H5Y5sYlKgM74XQtr... to 2R3ybztMdyKjvEdPR...
2023-03-09 02:48:08 +00:00
Jim Graham
bc162fe559 Revert "Reland "Sequester all Skia<->DL interactions into the skia sub-module" (#40114)" (flutter/engine#40161)
Revert "Reland "Sequester all Skia<->DL interactions into the skia sub-module""
2023-03-09 02:41:54 +00:00
skia-flutter-autoroll
ae712ae823 Roll Skia from bc2449a2f7fc to 72c62c68dcaa (4 revisions) (flutter/engine#40162)
Roll Skia from bc2449a2f7fc to 72c62c68dcaa (4 revisions)
2023-03-09 02:02:41 +00:00
Michael Goderbauer
9e54a5ded0 Remove single-window assumption from scenario_app (flutter/engine#40156)
Remove single-window assumption from scenario_app
2023-03-09 00:37:47 +00:00
skia-flutter-autoroll
62d537ca5f Roll Skia from 49e7eadb1edf to bc2449a2f7fc (11 revisions) (flutter/engine#40155)
Roll Skia from 49e7eadb1edf to bc2449a2f7fc (11 revisions)
2023-03-09 00:04:49 +00:00
Dan Field
0af50a84c0 Fix multi-frame codec frame reuse (flutter/engine#40125) 2023-03-08 15:49:36 -08:00
Mouad Debbar
e689699e2a [web] Fix SkParagraphBuilder tests for the chromium variant (flutter/engine#40152)
[web] Fix SkParagraphBuilder tests for the chromium variant
2023-03-08 22:21:17 +00:00
Jackson Gardner
fd6958d467 Remove unused gn target. (flutter/engine#40149)
Remove unused gn target.
2023-03-08 22:13:47 +00:00
Eric Seidel
486cb47593 Add missing inputs declaration (flutter/engine#40133)
inputs = [ "android_exports.lst" ]
was missing from the flutter_shell_native rule, which meant if you edited android_exports.lst it would not notice and would not rebuild/relink.
2023-03-08 13:26:41 -08:00
Dan Field
3950fa55ca Improve error messaging when render target cannot be created (flutter/engine#40150) 2023-03-08 12:33:29 -08:00
Zachary Anderson
44947b8822 Revert "[engine] move asset mapping copy to background thread (#39918)" (flutter/engine#40147)
Revert "[engine] move asset mapping copy to background thread"
2023-03-08 19:30:27 +00:00
skia-flutter-autoroll
086577efc3 Roll Skia from b9b82a02e173 to 49e7eadb1edf (1 revision) (flutter/engine#40145)
Roll Skia from b9b82a02e173 to 49e7eadb1edf (1 revision)
2023-03-08 17:25:47 +00:00
skia-flutter-autoroll
1edd7fb20f Roll Fuchsia Linux SDK from -04__Nnx6VDMwXnnu... to 2H5Y5sYlKgM74XQtr... (flutter/engine#40142)
Roll Fuchsia Linux SDK from -04__Nnx6VDMwXnnu... to 2H5Y5sYlKgM74XQtr...
2023-03-08 12:53:28 +00:00
skia-flutter-autoroll
f0eff37b90 Roll Skia from 7b18d6c5c676 to 2b81c4827704 (3 revisions) (flutter/engine#40137)
Roll Skia from 7b18d6c5c676 to 2b81c4827704 (3 revisions)
2023-03-08 07:38:26 +00:00
skia-flutter-autoroll
adda18e973 Roll Skia from 3e47f1b18dac to 7b18d6c5c676 (1 revision) (flutter/engine#40134)
Roll Skia from 3e47f1b18dac to 7b18d6c5c676 (1 revision)
2023-03-08 05:17:22 +00:00
Jonah Williams
aa6c168e5f [Impeller] Replace FML_OS_PHYSICAL_IOS compile check with runtime capabilties check based on metal GPU family. (flutter/engine#40124)
[Impeller] Replace FML_OS_PHYSICAL_IOS compile check with runtime capabilties check based on metal GPU family.
2023-03-08 03:25:08 +00:00
ColdPaleLight
bf7cfcf102 [Impeller] Optimize the calculation of interpolant value of linear gradient (flutter/engine#40085)
[Impeller] Optimize the calculation of interpolant value of linear gradient
2023-03-08 00:46:05 +00:00
Jonah Williams
9bc89c950c [engine] move asset mapping copy to background thread (flutter/engine#39918)
[engine] move asset mapping copy to background thread
2023-03-08 00:28:34 +00:00
hellohuanlin
6e08fa0d29 [platform_view]fix regression for addSubview when re-ordering (flutter/engine#40091)
[platform_view]fix regression for addSubview when re-ordering
2023-03-07 23:56:00 +00:00
skia-flutter-autoroll
0753c00927 Roll Skia from 36d1215ca0f3 to 3e47f1b18dac (3 revisions) (flutter/engine#40127)
Roll Skia from 36d1215ca0f3 to 3e47f1b18dac (3 revisions)
2023-03-07 23:05:47 +00:00
skia-flutter-autoroll
969654422f Roll Fuchsia Linux SDK from G1HHF0VGz1AUEh8jh... to -04__Nnx6VDMwXnnu... (flutter/engine#40126)
Roll Fuchsia Linux SDK from G1HHF0VGz1AUEh8jh... to -04__Nnx6VDMwXnnu...
2023-03-07 23:04:06 +00:00
Mouad Debbar
fe97e51d19 [web][felt] Add 'archive' target + 'profile' mode (flutter/engine#40060)
[web][felt] Add 'archive' target + 'profile' mode
2023-03-07 21:31:31 +00:00
skia-flutter-autoroll
135d8b68e6 Roll Skia from ec96c2172789 to 36d1215ca0f3 (4 revisions) (flutter/engine#40123)
Roll Skia from ec96c2172789 to 36d1215ca0f3 (4 revisions)
2023-03-07 21:04:22 +00:00
Robert Ancell
5041a77db3 Use a single FlGLArea (flutter/engine#39473)
Use a single FlGLArea
2023-03-07 20:51:54 +00:00
Greg Spencer
ce70895a30 Fix some more includes (flutter/engine#40122)
Fix some includes missing "flutter/" prefix.
2023-03-07 20:50:12 +00:00
godofredoc
5eec6ace20 Remove bringup from web engine build. (flutter/engine#40117)
Remove bringup from web engine build.
2023-03-07 19:40:49 +00:00
Jim Graham
53a80bdedf Reland "Sequester all Skia<->DL interactions into the skia sub-module" (flutter/engine#40114)
Reland "Sequester all Skia<->DL interactions into the skia sub-module"
2023-03-07 19:03:17 +00:00
Adam Perry
9369c1ed1f Revert "[fuchsia] Remove component framework v1 support. (#39732)" (flutter/engine#40104)
This reverts commit 181ee0e750727f4ef54e9b8421b264a333a0bdfc.
2023-03-07 10:53:16 -08:00
skia-flutter-autoroll
26bdbfd8c2 Roll Skia from 5ff664171376 to ec96c2172789 (4 revisions) (flutter/engine#40120)
Roll Skia from 5ff664171376 to ec96c2172789 (4 revisions)
2023-03-07 18:46:52 +00:00
skia-flutter-autoroll
8fa30d3156 Manual roll Dart SDK from de9de602355a to 57e44338da37 (5 revisions) (flutter/engine#40112)
Manual roll requested by zra@google.com

https://dart.googlesource.com/sdk.git/+log/de9de602355a..57e44338da37

2023-03-07 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-305.0.dev
2023-03-07 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-304.0.dev
2023-03-06 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-303.0.dev
2023-03-06 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-302.0.dev
2023-03-06 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-301.0.dev

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC aam@google.com,dart-vm-team@google.com,jsimmons@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 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-03-07 08:23:09 -08:00
skia-flutter-autoroll
203ac38540 Roll Skia from 540a13bcac50 to 5ff664171376 (1 revision) (flutter/engine#40116)
Roll Skia from 540a13bcac50 to 5ff664171376 (1 revision)
2023-03-07 16:16:28 +00:00
skia-flutter-autoroll
52e3866222 Roll Fuchsia Linux SDK from kQnUhe74CH6d0V1vj... to G1HHF0VGz1AUEh8jh... (flutter/engine#40111)
Roll Fuchsia Linux SDK from kQnUhe74CH6d0V1vj... to G1HHF0VGz1AUEh8jh...
2023-03-07 08:59:46 +00:00
skia-flutter-autoroll
024a296638 Roll Skia from fea7089047e9 to c3f1c1acfcab (2 revisions) (flutter/engine#40109)
Roll Skia from fea7089047e9 to c3f1c1acfcab (2 revisions)
2023-03-07 07:14:58 +00:00