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
Jason Simmons
2cb5459327
Add a benchmark that measures SkParagraph ParagraphBuilder for a simple use case ( flutter/engine#32985 )
2022-04-28 13:08:11 -07:00
Naud Ghebre
ea8342fc2b
[dart_test_runner] Adapt the dart runner to implement the suite fidl protocol so that it can be used in the v2 testing framework. ( flutter/engine#32751 )
2022-04-28 12:55:55 -07:00
skia-flutter-autoroll
a6880c6c34
Roll Fuchsia Linux SDK from YgQGNO0aG... to 0a14cLamO... ( flutter/engine#32988 )
2022-04-28 12:19:04 -07:00
skia-flutter-autoroll
3cc5353355
Roll Skia from c8830b9f4c72 to 3444f8344a2e (21 revisions) ( flutter/engine#32987 )
2022-04-28 12:09:05 -07:00
Casey Hillers
27a469f51e
[ci.yaml] Remove explicit caches ( flutter/engine#32986 )
2022-04-28 11:34:03 -07:00
LongCatIsLooong
61e0edc391
[iOS] Add UITextInteraction only when inputDelegate is nil ( flutter/engine#32881 )
2022-04-28 09:44:04 -07:00
Kaushik Iska
fe2ff918ca
Only call make gl context current if not already current ( flutter/engine#32967 )
2022-04-28 12:07:31 -04:00
joshualitt
9551a34912
[web] CL 1 ( flutter/engine#32689 )
2022-04-28 08:04:36 -07:00
skia-flutter-autoroll
afb8714130
Roll Fuchsia Linux SDK from 0CR1gRII3... to YgQGNO0aG... ( flutter/engine#32979 )
2022-04-27 22:54:02 -07:00