17557 Commits

Author SHA1 Message Date
skia-flutter-autoroll
2529f4e52f Roll Skia from f2cd6e8b360c to 8b32ca8d83fc (3 revisions) (flutter/engine#33064) 2022-05-02 19:29:03 -07:00
hellohuanlin
37048bc2f9 Fixed a few typos in comments (flutter/engine#33062) 2022-05-02 18:59:04 -07:00
skia-flutter-autoroll
c68af27ced Roll Skia from cc046f3cb350 to f2cd6e8b360c (4 revisions) (flutter/engine#33060) 2022-05-02 14:39:04 -07:00
Kaushik Iska
964aa6106f Revert "Skip LayerTree::Preroll LayerTree::Paint & Swapbuffer when frame_damage is empty (#32351)" (flutter/engine#33058)
This reverts commit 1dbe7a6cd5d7f9268daaffb97deacbed88c011b0.
2022-05-02 17:18:51 -04:00
skia-flutter-autoroll
5687b5d02f Roll Skia from c908c3a89889 to cc046f3cb350 (1 revision) (flutter/engine#33055) 2022-05-02 13:14:03 -07:00
skia-flutter-autoroll
46c874b7db Roll Skia from 8d502aea3183 to c908c3a89889 (6 revisions) (flutter/engine#33054) 2022-05-02 11:49:02 -07:00
skia-flutter-autoroll
623ea1e4bd Roll Fuchsia Linux SDK from I8a-FrUBj... to bv_xCnzSM... (flutter/engine#33053) 2022-05-02 11:09:05 -07:00
joshualitt
6cd795c817 [web] Reland migrate_14 (flutter/engine#32928) 2022-05-02 10:27:10 -07:00
skia-flutter-autoroll
b7d17e78ef Roll Skia from fe01e985a717 to 8d502aea3183 (4 revisions) (flutter/engine#33052) 2022-05-02 10:24:06 -07:00
skia-flutter-autoroll
6beaf4fab5 Roll Skia from e3f11135d121 to fe01e985a717 (1 revision) (flutter/engine#33049) 2022-05-02 08:59:04 -07:00
skia-flutter-autoroll
43f3ac18fc Roll Skia from 8a48c396c4b9 to e3f11135d121 (1 revision) (flutter/engine#33048) 2022-05-02 07:34:04 -07:00
skia-flutter-autoroll
28d9ad3a64 Roll Skia from c7a5fccf58c3 to 8a48c396c4b9 (2 revisions) (flutter/engine#33047) 2022-05-02 04:14:04 -07:00
skia-flutter-autoroll
44cd42fd0e Roll Skia from c58e0ba36c78 to c7a5fccf58c3 (1 revision) (flutter/engine#33044) 2022-05-01 23:14:04 -07:00
skia-flutter-autoroll
3be0f8c724 Roll Fuchsia Linux SDK from ga9c-ngJP... to I8a-FrUBj... (flutter/engine#33043) 2022-05-01 21:49:03 -07:00
skia-flutter-autoroll
de7f7c8968 Roll Fuchsia Linux SDK from qCvw1_15g... to ga9c-ngJP... (flutter/engine#33038) 2022-05-01 08:29:03 -07:00
Tamir Duberstein
d46454914d Remove reference to FX_LOG_ALL (flutter/engine#33027)
It was partially removed in
https://fuchsia-review.googlesource.com/c/fuchsia/+/674049; this commit
allows remaining references to be removed.
2022-05-01 07:06:35 -07:00
skia-flutter-autoroll
74af760def Roll Skia from fa9b8b6bd6a2 to c58e0ba36c78 (1 revision) (flutter/engine#33036) 2022-05-01 02:39:04 -07:00
Zachary Anderson
ac2c30006a [fml] Pass OPEN_ALWAYS for create_if_necessary (flutter/engine#33033) 2022-04-30 21:06:17 -07:00
skia-flutter-autoroll
b003a40c57 Roll Fuchsia Linux SDK from g0IP8F3mg... to qCvw1_15g... (flutter/engine#33032) 2022-04-30 19:09:03 -07:00
Chris Bracken
9bf86f9b6a Win: Remove WinRT headers, Windows SDK, cppwinrt (flutter/engine#33030)
WinRT was only ever used by the Windows UWP embedder since the main
Windows embedder supports compatibility with Windows 7 and WinRT
requires a Windows SDK target version of at least 10.0.17134.0 (Windows
10, version 1803).

When, at some point, we drop support for versions of Windows earlier
than Windows 10, we'll almost certainly want to resurrect this and start
using WinRT in the main Windows embedder.

The Windows UWP embedder was removed in:
https://github.com/flutter/engine/pull/33019

Issue: flutter/flutter#102172
2022-04-30 12:08:18 -07:00
Zachary Anderson
511245230b [fml] Handle absolute paths on Windows (flutter/engine#33029) 2022-04-30 10:39:07 -07:00
Niklas Schulze
fa609bd3fa Windows: Add Direct3D texture interoperability support (flutter/engine#26840) 2022-04-30 14:13:39 +02:00
skia-flutter-autoroll
6c23dd0aab Roll Fuchsia Linux SDK from 9En7cGIEg... to g0IP8F3mg... (flutter/engine#33026) 2022-04-30 04:19:01 -07:00
skia-flutter-autoroll
7779b5de6c Roll Skia from c987606ad283 to fa9b8b6bd6a2 (1 revision) (flutter/engine#33023) 2022-04-30 00:44:03 -07:00
Jaeheon Yi
bcf1a7774a Convert Gfx PlatformView to use modern TouchSource API (flutter/engine#32877) 2022-04-29 22:09:04 -07:00
Brandon DeRosier
cf5cd00b95 Roll Skia and update display list tests (flutter/engine#33021) 2022-04-29 21:16:29 -07:00
Chris Bracken
0a84242538 WinUWP: Remove WinUWP sources, targets (flutter/engine#33019)
This removes:
* The Windows UWP emebedder sources and targets
* UWP-specific build targets
* UWP-specific code behind WINUWP #ifdefs
* UWP-specific TODOs.
* uwptool.exe sources and targets used for installing, uninstalling, and
  launching UWP apps.

This is a straight removal patch, and does not land any refactorings
made possible by removal of UWP support. Those patches will land in
followup refactorings.

Tool support was removed in:
https://github.com/flutter/flutter/pull/102174

The CI target was removed in:
https://github.com/flutter/engine/pull/33012

The Recipe was removed in:
https://flutter-review.googlesource.com/c/recipes/+/29500

GN build support was removed in:
https://github.com/flutter/engine/pull/33016

Issue: https://github.com/flutter/flutter/issues/102172
2022-04-29 18:39:36 -07:00
skia-flutter-autoroll
1ce6601c03 Roll Dart SDK from 5ba9f21f1db1 to 213917676950 (1 revision) (flutter/engine#33018) 2022-04-29 17:14:04 -07:00
Chris Bracken
5d71577226 WinUWP: Remove UWP support from gn wrapper (flutter/engine#33016) 2022-04-29 17:09:02 -07:00
Chris Bracken
c61be2e2e3 WinUWP: remove uses of build_windows_uwp (flutter/engine#33015) 2022-04-29 16:34:04 -07:00
Brandon DeRosier
f161b976bc Add vulkanmemoryallocator dependency for Skia; roll Skia to 4230297004 (flutter/engine#33008) 2022-04-29 15:33:41 -07:00
skia-flutter-autoroll
b4820a65ad Roll Fuchsia Linux SDK from BrREo8_WU... to 9En7cGIEg... (flutter/engine#33013) 2022-04-29 14:59:04 -07:00
Jonah Williams
2b39f38143 fix impellerc on windows (flutter/engine#33003) 2022-04-29 14:39:02 -07:00
Chris Bracken
e3d4e3fbe6 Remove Windows UWP Engine target (flutter/engine#33012)
Removes the Windows UWP Engine target from CI.

UWP support was removed from the tool in:
https://flutter-review.googlesource.com/c/recipes/+/29500

UWP support will be removed from the recipe in:
https://flutter-review.googlesource.com/c/recipes/+/29500

UWP infra will be removed in a future patch.

Issue: https://github.com/flutter/flutter/issues/102172
2022-04-29 14:03:44 -07:00
Jim Graham
5997dd3e9d use new DlObjects throughout the DisplayList code (flutter/engine#32896) 2022-04-29 13:59:06 -07:00
Jim Graham
8ca73cd2d0 allow either host_debug or host_debug_unopt for pre-push verification (flutter/engine#33000) 2022-04-29 13:34:03 -07:00
Callum Moffat
86baf448e2 Mac trackpad gestures (flutter/engine#31593)
* Mac trackpad gestures

* Address feedback and add test

* Address feedback

* Punctuation

* Follow member naming scheme
2022-04-29 12:44:23 -07:00
stuartmorgan
019b7b9c59 [ci] Don't run Cirrus tests on master (flutter/engine#33010) 2022-04-29 11:09:04 -07:00
Chris Yang
f6ec59fccb iOS: A11y only disable during app resigning to background when voice over on (flutter/engine#32820) 2022-04-29 10:39:04 -07:00
utzcoz
acfe2ab302 Use Robolectric's Config#qualifiers to set locale for tests (flutter/engine#32984) 2022-04-29 09:29:04 -07:00
skia-flutter-autoroll
27b79875b2 Roll Fuchsia Linux SDK from 0a14cLamO... to BrREo8_WU... (flutter/engine#33006) 2022-04-29 01:39:04 -07:00
Brandon DeRosier
1d4aedc596 [Impeller] Change imgui shader color attribute from int to vec4 & convert on host (flutter/engine#32981) 2022-04-29 01:13:11 -07:00
moko256
efd03ad7ee Windows: Add SettingsPlugin to add theme change support in win32 (flutter/engine#29303)
* Windows: Add SettingsPlugin to separate sending and watching

* remove OnColorValuesChanged

* remove functions and test to handle brightness change from top-level window message

* add settings plugin test

* add files to licenses

* fix license

* use std::optional

* treat error

* fix comment based on code review
2022-04-29 01:10:24 -07:00
skia-flutter-autoroll
1ea8931dbd Roll Skia from 23d333bdd6a0 to 294aaf945757 (7 revisions) (flutter/engine#32996) 2022-04-28 17:09:04 -07:00
Tong Mu
e6f56a53ff [Linux] Make unit tests abort on critical errors, and fix two such errors (flutter/engine#32348) 2022-04-28 15:24:05 -07:00
sigmundch
988a3911db [web]: update libraries.json to use the include feature. (flutter/engine#32874) 2022-04-28 15:09:04 -07:00
skia-flutter-autoroll
fca13bca07 Roll Skia from 8aef5432c84f to 23d333bdd6a0 (5 revisions) (flutter/engine#32993) 2022-04-28 14:59:01 -07:00
Harry Terkelsen
6951e65912 Normalize color matrix translation values. (flutter/engine#32990) 2022-04-28 14:19:39 -07:00
Dan Field
d3fe83eab5 Remove ~SurfaceFrame (flutter/engine#32915) 2022-04-28 14:12:23 -07:00
skia-flutter-autoroll
ae8f2ad68f Roll Skia from 3444f8344a2e to 8aef5432c84f (2 revisions) (flutter/engine#32989) 2022-04-28 13:34:02 -07:00