Chinmay Garde
048d47e0eb
Revert "Add support for the Metal backend on all iOS builds." ( flutter/engine#17197 )
...
This reverts commit ad8e7f5da6cc936845336243332ab795805767f6.
2020-03-18 11:29:47 -07:00
Chinmay Garde
ad8e7f5da6
Reland "Add support for the Metal backend on all iOS builds." ( flutter/engine#17191 )
2020-03-17 22:31:01 -07:00
Wu Zhong
1be8cd8b2d
Fixes comments typo in FlutterPlatformViews ( flutter/engine#17094 )
2020-03-17 21:38:53 -07:00
stuartmorgan
8c89674d93
Allow relative resource paths in GLFW embedding ( flutter/engine#16944 )
...
Currently every Linux runner has this code to allow relative resource paths; this moves it into the framework so that any embedder can get this behavior without that code needing to be in the template.
Rolls buildroot to pick up std::filesystem support in our libc++
2020-03-17 19:04:18 -07:00
skia-flutter-autoroll
5a03268f8b
Roll fuchsia/sdk/core/linux-amd64 from YJI3-... to p9B8q... ( flutter/engine#17183 )
2020-03-17 16:31:04 -07:00
skia-flutter-autoroll
a4cfb91b50
Roll src/third_party/skia 6b48e62ed204..a17558c9f702 (3 commits) ( flutter/engine#17180 )
2020-03-17 16:26:02 -07:00
Dan Field
fd0cc9a285
Teach frontend compiler to replace toString with super.toString for selected packages ( flutter/engine#17068 )
...
Adds annotation `keepToString` to opt out.
2020-03-17 15:40:09 -07:00
skia-flutter-autoroll
03a82b3062
Roll src/third_party/skia 04ef810839cb..6b48e62ed204 (4 commits) ( flutter/engine#17177 )
2020-03-16 19:41:01 -07:00
skia-flutter-autoroll
94759bdf87
Roll src/third_party/skia 16701eecd595..04ef810839cb (10 commits) ( flutter/engine#17174 )
2020-03-16 16:06:02 -07:00
skia-flutter-autoroll
2d93c026c2
Roll fuchsia/sdk/core/linux-amd64 from S9xSp... to YJI3-... ( flutter/engine#17172 )
2020-03-16 16:01:02 -07:00
Dan Field
f728eed4ae
Two point conical gradient for web CanvasKit ( flutter/engine#17146 )
2020-03-16 12:11:02 -07:00
Ferhat
0cde474823
[web] Add HtmlCodec progress callback ( flutter/engine#17139 )
...
* Wire up htmlcodec chunkcallback for progress events
* Add test for HtmlCodec
2020-03-16 11:41:44 -07:00
gaaclarke
391e9553fc
Made it so you can whitelist what events you want to listen to ( flutter/engine#17108 )
2020-03-16 11:00:03 -07:00
skia-flutter-autoroll
f271884910
Roll src/third_party/skia 276a78573e91..16701eecd595 (5 commits) ( flutter/engine#17170 )
2020-03-16 08:51:02 -07:00
skia-flutter-autoroll
09c62684c4
Roll src/third_party/skia 9a4ac6e86586..276a78573e91 (1 commits) ( flutter/engine#17166 )
2020-03-15 18:11:01 -07:00
skia-flutter-autoroll
22617baa45
Roll fuchsia/sdk/core/linux-amd64 from 6ds94... to S9xSp... ( flutter/engine#17164 )
2020-03-15 16:16:04 -07:00
skia-flutter-autoroll
891fd730f9
Roll src/third_party/skia 7e0a7dbd22e0..9a4ac6e86586 (1 commits) ( flutter/engine#17163 )
2020-03-15 14:46:02 -07:00
Chinmay Garde
9a90d55554
Update the Metal backend selection to use iOS 10.0 and A7 as the version floor. ( flutter/engine#17162 )
...
Fixes https://github.com/flutter/flutter/issues/52356
2020-03-15 14:35:48 -07:00
skia-flutter-autoroll
dd16caa50e
Roll src/third_party/skia 6352f00c59e4..7e0a7dbd22e0 (1 commits) ( flutter/engine#17160 )
2020-03-15 11:31:01 -07:00
skia-flutter-autoroll
a9daa539c9
Roll src/third_party/skia 190b6e54b016..6352f00c59e4 (1 commits) ( flutter/engine#17159 )
2020-03-15 08:31:01 -07:00
skia-flutter-autoroll
c664f0c4b3
Roll src/third_party/skia 320c32bfa306..190b6e54b016 (1 commits) ( flutter/engine#17155 )
2020-03-14 19:46:02 -07:00
Emmanuel Garcia
257b799767
Migrate embedding to AndroidX ( flutter/engine#17075 )
2020-03-13 21:19:24 -07:00
Chinmay Garde
86378d9180
Document texture registry threading requirements. ( flutter/engine#17149 )
2020-03-13 18:55:58 -07:00
xster
ea2cb63687
Make a pass through all the embedding javadocs ( flutter/engine#17109 )
2020-03-13 16:34:34 -07:00
skia-flutter-autoroll
489e5252c6
Roll src/third_party/dart c3a0bb086a5a..7c5059f52881 (10 commits) ( flutter/engine#17145 )
2020-03-13 16:26:02 -07:00
skia-flutter-autoroll
92b2344a96
Roll fuchsia/sdk/core/linux-amd64 from Fjow3... to 6ds94... ( flutter/engine#17144 )
2020-03-13 16:11:03 -07:00
Jim Graham
61cfe07919
Reland ImageFiltered bounds fix ( flutter/engine#17077 )
...
Fix for https://github.com/flutter/flutter/issues/51978 to use the bounds of the filtered result as the layer's paint bounds.
2020-03-13 14:44:27 -07:00
George Wright
ead58aad0c
Disable flutter_runner_scenic_tests until the instability is resolved ( flutter/engine#17141 )
2020-03-13 13:56:01 -07:00
skia-flutter-autoroll
c8902adca1
Roll src/third_party/skia e05b1b7229ca..0bd00f438e97 (2 commits) ( flutter/engine#17140 )
2020-03-13 13:16:02 -07:00
Brian Osman
ac523daa3d
Canvas: Remove some unused virtuals, and prepare for signature change ( flutter/engine#17135 )
...
* Canvas: Remove some unused virtuals, and prepare for signature change
* Better vertices fix
* Add empty placeholders for old signature
2020-03-13 15:25:01 -04:00
skia-flutter-autoroll
27f4a8ecbc
Roll src/third_party/skia f9329afa27a0..e05b1b7229ca (1 commits) ( flutter/engine#17138 )
2020-03-13 11:41:04 -07:00
skia-flutter-autoroll
7b4194c9e7
Roll src/third_party/dart a303769fad9b..c3a0bb086a5a (14 commits) ( flutter/engine#17137 )
2020-03-13 11:26:02 -07:00
skia-flutter-autoroll
934c337203
Roll src/third_party/skia 75e29072e7d6..f9329afa27a0 (4 commits) ( flutter/engine#17136 )
...
https://skia.googlesource.com/skia.git/+log/75e29072e7d6..f9329afa27a0
git log 75e29072e7d6..f9329afa27a0 --date=short --first-parent --format='%ad %ae %s'
2020-03-13 jvanverth@google.com Revert "Clear out atlases if they haven't been used in a while."
2020-03-13 csmartdalton@google.com Remove instanced draws and simplify GrMesh
2020-03-13 reed@google.com remove legacy virtual from enforcer
2020-03-13 jvanverth@google.com Clear out atlases if they haven't been used in a while.
Created with:
gclient setdep -r src/third_party/skia@f9329afa27a0
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 brianosman@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/+/master/autoroll/README.md
Bug: None
Tbr: brianosman@google.com
2020-03-13 13:05:06 -04:00
MennaFadali
77db1c8e9e
Implementing Locale.toLanguageTag in flutter web. ( flutter/engine#17131 )
2020-03-13 08:57:53 -07:00
skia-flutter-autoroll
7b484fb1e4
Roll src/third_party/skia ba96256581c2..75e29072e7d6 (2 commits) ( flutter/engine#17134 )
...
https://skia.googlesource.com/skia.git/+log/ba96256581c2..75e29072e7d6
git log ba96256581c2..75e29072e7d6 --date=short --first-parent --format='%ad %ae %s'
2020-03-13 bryct@amazon.com Implement support for path effects in SkSVGDevice backend.
2020-03-13 robertphillips@google.com Make AAFlatteningConvexPathOp surface its programInfos at record time
Created with:
gclient setdep -r src/third_party/skia@75e29072e7d6
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 brianosman@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/+/master/autoroll/README.md
Bug: None
Tbr: brianosman@google.com
2020-03-13 11:43:58 -04:00
skia-flutter-autoroll
82d99f54e8
Roll src/third_party/skia bb7684276afd..ba96256581c2 (7 commits) ( flutter/engine#17133 )
2020-03-13 06:46:02 -07:00
skia-flutter-autoroll
f612a7c81e
Roll fuchsia/sdk/core/linux-amd64 from _k1WT... to Fjow3... ( flutter/engine#17127 )
2020-03-13 02:31:01 -07:00
skia-flutter-autoroll
389e656216
Roll src/third_party/dart 33349076ee7f..7c2f62406bef (23 commits) ( flutter/engine#17120 )
2020-03-12 15:36:02 -07:00
Nathan Rogers
63bc5eaf8e
[fuchsia] Change vsync trace name back to "vsync callback" on Fuchsia ( flutter/engine#17118 )
...
Fuchsia benchmarks depend the name being precisely "vsync callback".
Since this is causing immediate build issues, change it back to "vsync
callback" on Fuchsia. Stronger testing for this in the long run is
currently under discussion.
b/150902962
2020-03-12 14:57:50 -07:00
skia-flutter-autoroll
8444a41f7f
Roll src/third_party/skia 9b449b73d367..bb7684276afd (12 commits) ( flutter/engine#17117 )
2020-03-12 14:51:03 -07:00
Jonah Williams
9bb1af01f0
build a precompiled SDK with canvas kit enabled ( flutter/engine#17115 )
2020-03-12 14:50:22 -07:00
Emmanuel Garcia
c6e300a3de
Fix link in readme ( flutter/engine#17119 )
2020-03-12 13:59:31 -07:00
Emmanuel Garcia
4a30d786c6
Define embedding dependencies in Gradle ( flutter/engine#17116 )
2020-03-12 13:49:46 -07:00
skia-flutter-autoroll
e5370910bf
Roll src/third_party/skia 1743144ab839..9b449b73d367 (5 commits) ( flutter/engine#17113 )
2020-03-12 13:01:01 -07:00
skia-flutter-autoroll
167fda73b2
Roll fuchsia/sdk/core/linux-amd64 from Yk03L... to _k1WT... ( flutter/engine#17112 )
2020-03-12 12:56:01 -07:00
skia-flutter-autoroll
edcbfc01c0
Roll src/third_party/skia f0140ee00f95..1743144ab839 (2 commits) ( flutter/engine#17111 )
...
https://skia.googlesource.com/skia.git/+log/f0140ee00f95..1743144ab839
git log f0140ee00f95..1743144ab839 --date=short --first-parent --format='%ad %ae %s'
2020-03-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 16ae92a4ee52..7e857092052e (6 commits)
2020-03-11 jvanverth@google.com Remove need for gpu when unrefing managed resources.
Created with:
gclient setdep -r src/third_party/skia@1743144ab839
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 brianosman@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/+/master/autoroll/README.md
Bug: None
Tbr: brianosman@google.com
2020-03-12 09:20:15 -04:00
Chinmay Garde
8dba544fab
Remove unused or unnecessary compiler specific marcos in FML. ( flutter/engine#17101 )
...
Macros to control inlining are not used and we explicitly recommending against
playing with compiler inlining. The macros for alignment became part of the
standard in C++11 and we already use the standard variants over these macros
(see `PointerData`). The formatters are unused as well and we use the stream
based variants for formatting.
2020-03-11 16:31:50 -07:00
skia-flutter-autoroll
524a2d1815
Roll src/third_party/dart 684c53a6f174..17eec5bcde78 (6 commits) ( flutter/engine#17105 )
2020-03-11 15:26:05 -07:00
skia-flutter-autoroll
ef745558df
Roll src/third_party/skia dafbf121a8b1..f0140ee00f95 (6 commits) ( flutter/engine#17104 )
2020-03-11 14:41:05 -07:00
skia-flutter-autoroll
650bd3330f
Roll fuchsia/sdk/core/linux-amd64 from X3Xm2... to Yk03L... ( flutter/engine#17103 )
2020-03-11 14:26:03 -07:00