16953 Commits

Author SHA1 Message Date
skia-flutter-autoroll
60164c7e63 Roll Fuchsia Linux SDK from wkRK4A6QT... to 6Zlz46hKW... (flutter/engine#32807) 2022-04-20 08:29:04 -07:00
Jason Simmons
c8aa503a12 Fix the CanvasPath::CreateNew signature to avoid unnecessary Dart API::NewError calls (flutter/engine#32791) 2022-04-20 07:24:04 -07:00
skia-flutter-autoroll
2177887277 Roll Skia from 5b64108aa768 to 55daca632da9 (2 revisions) (flutter/engine#32800) 2022-04-20 04:09:04 -07:00
skia-flutter-autoroll
8ec24c53d0 Roll Skia from 2cf8e9b602ec to 5b64108aa768 (1 revision) (flutter/engine#32797) 2022-04-19 23:09:03 -07:00
Jim Graham
272d144c55 Verbose display list comparisons (flutter/engine#32737) 2022-04-19 23:04:03 -07:00
Chris Bracken
5007db1a61 Roll ANGLE to acdec48addfdff315efff293be0d5e2e37e8e560 (flutter/engine#32785)
This rolls approximately one year's worth of ANGLE commits, and gets us
caught up to tip of tree.

This also updates the licence tool to handle ANGLE adding a second
third_party directory:
* third_party/angle/src/third_party: third-party code used by ANGLE.
* third_party/angle/third_party: forwarding targets for non-shipping
  tooling.

Issue: https://github.com/flutter/flutter/issues/102117
2022-04-19 20:33:40 -07:00
skia-flutter-autoroll
4368da6cd1 Roll Skia from 932801c29efb to 2cf8e9b602ec (2 revisions) (flutter/engine#32794) 2022-04-19 18:59:04 -07:00
skia-flutter-autoroll
d3ab5f5c39 Roll Fuchsia Linux SDK from sncTyrbDY... to wkRK4A6QT... (flutter/engine#32793) 2022-04-19 18:54:04 -07:00
Yegor
9c1a45379c [web] move some vector functions into vector_math.dart (flutter/engine#32782) 2022-04-19 16:44:04 -07:00
skia-flutter-autoroll
a6a93284ed Roll Skia from 09c7277dd03b to 932801c29efb (2 revisions) (flutter/engine#32790) 2022-04-19 15:09:04 -07:00
skia-flutter-autoroll
64609c291e Roll Skia from c68df4660614 to 09c7277dd03b (1 revision) (flutter/engine#32787) 2022-04-19 13:49:04 -07:00
skia-flutter-autoroll
1c30601e4b Roll Skia from 721a07f5f647 to c68df4660614 (3 revisions) (flutter/engine#32786) 2022-04-19 12:29:04 -07:00
Alexander Thomas
aeeb6c9790 Use dart pub subcommand in pub_get_offline.py (flutter/engine#32784) 2022-04-19 11:31:59 -07:00
skia-flutter-autoroll
62c265a83d Roll Skia from fce87a43e6df to 721a07f5f647 (1 revision) (flutter/engine#32781) 2022-04-19 11:09:03 -07:00
Chris Bracken
770b55538c [Win32] Eliminate use of OpenGL ES 3.1 symbols (flutter/engine#32780)
In ANGLE commit 232e523656fccfacabeb8e5ce0cbc2e6dcc1ec4e, an Open GL
extension API was removed from ANGLE which included several symbols that
are not available until OpenGL ES 3.2. This was removed since it had no
known users, and cut the number of entrypoints ANGLE exports in half,
saving 130kB on Android.

Of the removed symbols, the Windows embedder used two:
* GL_RGBA8, which is not OpenGL ES, but rather OpenGL, and can be
  replaced with GL_RGBA which is lenient since it doesn't ask for a
  specific size.
* GL_CLAMP_TO_EDGE, which can be replaced with GL_CLAMP_TO_BORDER.
  https://open.gl/textures for details.

Issue: https://github.com/flutter/flutter/issues/102117
2022-04-19 10:43:05 -07:00
skia-flutter-autoroll
d9f3f33664 Roll Skia from 05106ac1c327 to fce87a43e6df (3 revisions) (flutter/engine#32777) 2022-04-19 09:49:04 -07:00
ColdPaleLight
eb3479dd86 Replace 'std::mutex' inside 'SyncSwitch' to 'fml::SharedMutex' (flutter/engine#32773) 2022-04-19 09:44:04 -07:00
skia-flutter-autoroll
f246a58daa Roll Skia from 56bc24c00448 to 05106ac1c327 (1 revision) (flutter/engine#32776) 2022-04-19 08:29:04 -07:00
skia-flutter-autoroll
bbe6d7e7f5 Roll Fuchsia Linux SDK from z2SwPsjKm... to sncTyrbDY... (flutter/engine#32770) 2022-04-19 02:49:03 -07:00
skia-flutter-autoroll
4b1ec50c8a Roll Skia from a984f4d5be87 to 931ce6efbc5c (1 revision) (flutter/engine#32766) 2022-04-19 00:19:04 -07:00
skia-flutter-autoroll
34747ae08d Roll Skia from d9f96ab14eab to a984f4d5be87 (2 revisions) (flutter/engine#32765) 2022-04-18 22:59:03 -07:00
skia-flutter-autoroll
cc3d252e17 Roll Skia from 78849da620b1 to d9f96ab14eab (1 revision) (flutter/engine#32764) 2022-04-18 21:04:01 -07:00
skia-flutter-autoroll
93ce1a29a8 Roll Skia from b7bddda319ef to 78849da620b1 (1 revision) (flutter/engine#32762) 2022-04-18 19:04:04 -07:00
Alexander Biggs
acd3199196 [fuchsia] Switch FML_DLOGs -> FML_LOGs. (flutter/engine#32760) 2022-04-18 17:59:04 -07:00
skia-flutter-autoroll
2bf170f7cf Roll Skia from 88530c559ec9 to b7bddda319ef (1 revision) (flutter/engine#32761) 2022-04-18 17:44:03 -07:00
Yegor
b9f11553e7 [web] tighten paragraph bounds estimate (flutter/engine#31272)
* [web] tighten paragraph bounds estimate
2022-04-18 17:09:10 -07:00
Yegor
8e7d3bfe72 [web:a11y] fix traversal and hit-test orders (flutter/engine#32712)
* [web:a11y] implement traversal and hit-test orders
* remove unused intersectionIndicesNew
* canvaskit: fix platform view offset and scene host initialization
* remove "we" in a bunch of comments
2022-04-18 16:57:00 -07:00
skia-flutter-autoroll
064353a503 Roll Skia from f33cf451a2fe to 88530c559ec9 (1 revision) (flutter/engine#32755) 2022-04-18 16:14:03 -07:00
godofredoc
8f9179a87a Use only mac x64 machines. (flutter/engine#32752) 2022-04-18 15:39:03 -07:00
skia-flutter-autoroll
46db7f1409 Roll Skia from 3a21cf83646e to f33cf451a2fe (2 revisions) (flutter/engine#32753) 2022-04-18 14:54:03 -07:00
skia-flutter-autoroll
d25783a627 Roll Skia from 65392b3eb1d0 to 3a21cf83646e (2 revisions) (flutter/engine#32750) 2022-04-18 13:34:04 -07:00
skia-flutter-autoroll
6c885d512a Roll Fuchsia Linux SDK from uaaNdPwoz... to z2SwPsjKm... (flutter/engine#32749) 2022-04-18 13:29:04 -07:00
Yegor
d077370165 [web] do not allocate canvases just for text (flutter/engine#30804) 2022-04-18 12:09:04 -07:00
skia-flutter-autoroll
5bafe322f9 Roll Skia from 01220a7bf061 to 4a6fbd84f4ec (3 revisions) (flutter/engine#32743) 2022-04-18 10:39:03 -07:00
utzcoz
b4ad6bd416 Migrate RuntimeEnvironment#sytemContext to ApplicatoinProvider#getApplicationContext (flutter/engine#32725) 2022-04-18 10:34:04 -07:00
skia-flutter-autoroll
96734de139 Roll Skia from ca0c82a968dd to 01220a7bf061 (3 revisions) (flutter/engine#32742) 2022-04-18 09:04:04 -07:00
skia-flutter-autoroll
9815eb3975 Roll Skia from b966ea217759 to ca0c82a968dd (1 revision) (flutter/engine#32741) 2022-04-18 07:44:03 -07:00
skia-flutter-autoroll
5ce2fe206f Roll Skia from afc5ed58e273 to ef87a964433f (2 revisions) (flutter/engine#32735) 2022-04-18 00:14:03 -07:00
skia-flutter-autoroll
7312bc2363 Roll Fuchsia Linux SDK from BUsSUZga0... to uaaNdPwoz... (flutter/engine#32734) 2022-04-18 00:09:05 -07:00
skia-flutter-autoroll
8c4693a42c Roll Skia from 4f1107c8b4b7 to afc5ed58e273 (1 revision) (flutter/engine#32732) 2022-04-17 22:54:04 -07:00
skia-flutter-autoroll
8c5de61ccf Roll Skia from dc07bc65622c to 4f1107c8b4b7 (4 revisions) (flutter/engine#32728) 2022-04-17 11:54:04 -07:00
skia-flutter-autoroll
79f4c80be0 Roll Fuchsia Linux SDK from 9MKoWhaYn... to BUsSUZga0... (flutter/engine#32727) 2022-04-17 10:49:01 -07:00
skia-flutter-autoroll
7f34ce303e Roll Skia from 9cf1448788b9 to dc07bc65622c (4 revisions) (flutter/engine#32723) 2022-04-17 10:34:04 -07:00
Rich Kadel
64639d7804 [ci-fuchsia] Add "clobber" property to Linux Fuchsia (flutter/engine#32717)
Fixes: 102013
2022-04-17 10:07:56 -07:00
godofredoc
07bd618861 Add mac_host_engine v2 builder. (flutter/engine#32721) 2022-04-15 19:24:03 -07:00
skia-flutter-autoroll
db13fa95d4 Roll Fuchsia Linux SDK from UskL33p73... to 9MKoWhaYn... (flutter/engine#32716) 2022-04-15 16:29:03 -07:00
skia-flutter-autoroll
e5076aa0f4 Roll Skia from 1770c69c2a47 to 9cf1448788b9 (2 revisions) (flutter/engine#32715) 2022-04-15 16:14:01 -07:00
skia-flutter-autoroll
40c284648f Roll Skia from d1a685e0c1f6 to 1770c69c2a47 (1 revision) (flutter/engine#32711) 2022-04-15 14:54:07 -07:00
Zachary Anderson
d8b3b9e230 Reland: Ignore armv7 in ios framework script (flutter/engine#32664) 2022-04-15 13:14:02 -07:00
skia-flutter-autoroll
fcbf2f4dfb Roll Skia from 9fe0e3d4e737 to d1a685e0c1f6 (12 revisions) (flutter/engine#32708) 2022-04-15 12:39:04 -07:00