skia-flutter-autoroll
ef9291a488
Roll src/third_party/skia 40c7c64572bc..cd9d074578e0 (6 commits) ( flutter/engine#6210 )
...
https://skia.googlesource.com/skia.git/+log/40c7c64572bc..cd9d074578e0
Created with:
gclient setdep -r src/third_party/skia@cd9d074578e0
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2018-09-10 11:12:46 -04:00
Joshua Seaton
ef8670a086
Remove mention of Garnet/Topaz from license ( flutter/engine#6209 )
...
Thanks, Chinmay
2018-09-08 23:09:57 -07:00
skia-flutter-autoroll
8a07f03531
Roll src/third_party/skia a3dc329d1db1..40c7c64572bc (1 commits) ( flutter/engine#6208 )
...
Auto-roller completed checks. Merging.
2018-09-08 20:53:51 -04:00
skia-flutter-autoroll
43e0560114
Roll src/third_party/skia 2810c856dfa2..a3dc329d1db1 (1 commits) ( flutter/engine#6206 )
...
Auto-roller completed checks. Merging.
2018-09-07 22:37:51 -04:00
Chinmay Garde
a5b08f7295
Allow embedders to specify a custom GL proc address resolver. ( flutter/engine#6204 )
...
This updates the embedder API but introduces no breaking ABI/API
changes.
2018-09-07 18:25:38 -07:00
Ryan Macnak
75e10e3845
Revert "Some cleanups enabled by removing support for Dart. ( #5621 )" ( flutter/engine#6205 )
...
This reverts commit e05d573589bded526e9acf44128e35151d142b7e.
2018-09-07 17:39:51 -07:00
skia-flutter-autoroll
c33d2fbe6b
Roll src/third_party/skia 094b3eaf479c..2810c856dfa2 (6 commits) ( flutter/engine#6203 )
...
Auto-roller completed checks. Merging.
2018-09-07 19:11:51 -04:00
Ryan Macnak
e05d573589
Some cleanups enabled by removing support for Dart. ( flutter/engine#5621 )
...
- Switch core snapshot to Dart 2 and remove support for loading platform.dill.
- Remove support for loading script snapshots.
- Remove support for loading source.
- Remove settings and fix names to reflect the above.
- Remove support for loading the service isolate from source.
2018-09-07 15:44:46 -07:00
Ben Konyi
cdcdc34206
Dart SDK roll for 2018/09/07 ( flutter/engine#6201 )
2018-09-07 14:45:13 -07:00
Gary Qian
bf774ef85b
Always save canvas and correctly pass antialias boolean in ClipRects. ( flutter/engine#6199 )
2018-09-07 14:02:39 -07:00
skia-flutter-autoroll
fabb29807b
Roll src/third_party/skia 300b6197e344..094b3eaf479c (17 commits) ( flutter/engine#6200 )
...
Auto-roller completed checks. Merging.
2018-09-07 15:52:51 -04:00
Jonah Williams
e6f0842c50
Don't map iOS reduce motion to disabled animations ( flutter/engine#6194 )
2018-09-07 11:20:44 -07:00
Jonah Williams
7ceee12615
Add option to invert paint colors to be used for smart invert accessibility on iOS ( flutter/engine#6176 )
2018-09-07 10:22:07 -07:00
Jason Simmons
5ecda4b710
Accept file URIs as parameters in the RunInView service RPC ( flutter/engine#6191 )
...
See https://github.com/flutter/flutter/issues/21348
2018-09-07 09:34:45 -07:00
skia-flutter-autoroll
9cc0b111ed
Roll src/third_party/skia 0b80e62a14ae..300b6197e344 (9 commits) ( flutter/engine#6198 )
...
Auto-roller completed checks. Merging.
2018-09-07 12:26:51 -04:00
skia-flutter-autoroll
9fca15ad2b
Roll src/third_party/skia b090b2b26803..0b80e62a14ae (2 commits) ( flutter/engine#6197 )
...
Auto-roller completed checks. Merging.
2018-09-07 08:59:51 -04:00
Ben Konyi
cafc12cbc4
Revert "Dart SDK roll for 2018/09/06 ( #6189 )" ( flutter/engine#6192 )
...
This reverts commit 2445a6e8e9c550aae04106cbc938481a14ca5e69.
2018-09-06 19:09:30 -07:00
skia-flutter-autoroll
374bfeef3e
Roll src/third_party/skia 106d04e907c1..b090b2b26803 (1 commits) ( flutter/engine#6193 )
...
Auto-roller completed checks. Merging.
2018-09-06 21:51:51 -04:00
Eric
9a5581563f
Reset the raster cache when the compositor context is created. ( flutter/engine#6150 )
2018-09-06 17:11:17 -07:00
Ben Konyi
2445a6e8e9
Dart SDK roll for 2018/09/06 ( flutter/engine#6189 )
2018-09-06 15:52:04 -07:00
Michael Goderbauer
441b84f24c
Update to latest clang ( flutter/engine#6174 )
...
* Roll buildroot to be483cb1cd3a9c4313b2e534034d23a05c3d849e
* Rolls buildtools to c1408453246f0475547b6fe634c2f3dad71c6457
2018-09-06 15:29:04 -07:00
skia-flutter-autoroll
de493b7711
Roll src/third_party/skia a9564d6dae1c..106d04e907c1 (7 commits) ( flutter/engine#6190 )
...
Auto-roller completed checks. Merging.
2018-09-06 18:15:52 -04:00
liyuqian
f3cef49ab7
Always serialize fonts during skp capturing ( flutter/engine#6160 )
...
This fixes flutter/flutter#20788
2018-09-06 13:44:47 -07:00
Zachary Anderson
ea32eeb822
[fuchsia] Plumb root_surface_transformation in scene_update_context ( flutter/engine#6187 )
...
* [fuchsia] Plumb root_surface_transformation in scene_update_context
To fix the Fuchsia build.
* Update scene_update_context.cc
2018-09-06 12:35:12 -07:00
Zachary Anderson
36f54c75cc
Pull $flutter_root:config into shell/engine/version:version ( flutter/engine#6186 )
...
To fix the Fuchsia build.
2018-09-06 12:26:20 -07:00
skia-flutter-autoroll
68a34db17e
Roll src/third_party/skia 33d3d31a7e28..a9564d6dae1c (5 commits) ( flutter/engine#6185 )
...
Auto-roller completed checks. Merging.
2018-09-06 14:50:52 -04:00
Gary Qian
88c526d746
Fix LibTxt/minikin text shifiting when breaking into multiple runs ( flutter/engine#6184 )
2018-09-06 11:00:18 -07:00
Ben Konyi
c09f248aa6
Revert "Dart SDK roll for 2018/09/04 ( #6161 )" ( flutter/engine#6183 )
...
* Revert "Dart SDK roll for 2018/09/04 (#6161 )"
This reverts commit 32f868f1c37e1c9b53e578e6443f808369ca0d71.
2018-09-06 09:30:27 -07:00
skia-flutter-autoroll
cf10190eab
Roll src/third_party/skia 71f8475a0dba..33d3d31a7e28 (6 commits) ( flutter/engine#6182 )
...
Auto-roller completed checks. Merging.
2018-09-06 11:24:51 -04:00
skia-flutter-autoroll
e255e085a2
Roll src/third_party/skia ffbcc3fadfa1..71f8475a0dba (3 commits) ( flutter/engine#6181 )
...
Auto-roller completed checks. Merging.
2018-09-06 08:00:52 -04:00
Chinmay Garde
046847225c
Remove unused file picture_serializer. ( flutter/engine#6179 )
2018-09-05 19:45:55 -07:00
skia-flutter-autoroll
98a4821c26
Roll src/third_party/skia 343553a1fe9e..ffbcc3fadfa1 (6 commits) ( flutter/engine#6178 )
...
Auto-roller completed checks. Merging.
2018-09-05 20:05:51 -04:00
Michael Klimushyn
0282e85726
Add transparency helpers to FlutterView.java ( flutter/engine#6172 )
...
Fixes #9627
2018-09-05 16:47:02 -07:00
Jason Simmons
f49ef002ca
Roll Tonic ( flutter/engine#6177 )
2018-09-05 16:16:58 -07:00
skia-flutter-autoroll
219d0fbf9b
Roll src/third_party/skia 9d1c88d9912d..343553a1fe9e (16 commits) ( flutter/engine#6175 )
...
Auto-roller completed checks. Merging.
2018-09-05 16:45:51 -04:00
Jason Simmons
8b341d2363
Remove the old location of the ICU data asset ( flutter/engine#6170 )
...
The tools are now placing icudtl.dat in the flutter_shared directory.
It is no longer necessary to check for this asset at its previous path.
2018-09-05 12:22:27 -07:00
Simon Lightfoot
7ccb33b1c0
Fixes negative end selection offset. ( flutter/engine#6171 )
2018-09-05 12:12:21 -07:00
Michael Klimushyn
605c146d02
Enable transparent FlutterViews ( flutter/engine#6163 )
...
- Changes rasterizer to clear the canvas with `SkColor_TRANSPARENT`
- Removes the unused `backgroundColor` param from `FlutterView.java`
2018-09-05 10:44:02 -07:00
Michael Goderbauer
3a1d23cec8
Roll buildroot to 7aadfaf196f9cd8a299f9ad78fab63362800466d ( flutter/engine#6169 )
2018-09-05 10:20:55 -07:00
skia-flutter-autoroll
9fb55565e6
Roll src/third_party/skia d0f0cb8ffc5e..9d1c88d9912d (12 commits) ( flutter/engine#6168 )
...
Auto-roller completed checks. Merging.
2018-09-05 13:05:51 -04:00
Jason Simmons
2e2d63b213
Remove obsolete discovery mechanism from FlutterView ( flutter/engine#6157 )
2018-09-05 10:01:33 -07:00
Ben Konyi
32f868f1c3
Dart SDK roll for 2018/09/04 ( flutter/engine#6161 )
2018-09-05 09:16:56 -07:00
skia-flutter-autoroll
f3fda749a8
Roll src/third_party/skia 9478f7a38e6c..d0f0cb8ffc5e (1 commits) ( flutter/engine#6167 )
...
Auto-roller completed checks. Merging.
2018-09-05 09:41:51 -04:00
skia-flutter-autoroll
9bc0c18bbf
Roll src/third_party/skia 72a02112a99f..9478f7a38e6c (1 commits) ( flutter/engine#6166 )
...
Auto-roller completed checks. Merging.
2018-09-05 06:16:51 -04:00
skia-flutter-autoroll
fb7ce4249a
Roll src/third_party/skia 85f4e40c5481..72a02112a99f (1 commits) ( flutter/engine#6165 )
...
Auto-roller completed checks. Merging.
2018-09-05 02:51:51 -04:00
skia-flutter-autoroll
5a029b4fe4
Roll src/third_party/skia fddc6fa394cb..85f4e40c5481 (1 commits) ( flutter/engine#6164 )
...
Auto-roller completed checks. Merging.
2018-09-04 23:26:51 -04:00
Chinmay Garde
e226cce0b6
Fix windows build. ( flutter/engine#6162 )
2018-09-04 18:23:29 -07:00
skia-flutter-autoroll
1599505885
Roll src/third_party/skia e486bbaae296..fddc6fa394cb (2 commits) ( flutter/engine#6159 )
...
Auto-roller completed checks. Merging.
2018-09-04 20:02:51 -04:00
Jason Simmons
c8316af625
Add some more logs for diagnosing screenshot failures ( flutter/engine#6156 )
...
Fixes https://github.com/flutter/flutter/issues/21228
2018-09-04 14:38:10 -07:00
skia-flutter-autoroll
56307bb5d7
Roll src/third_party/skia b84576af0a43..e486bbaae296 (9 commits) ( flutter/engine#6155 )
...
Auto-roller completed checks. Merging.
2018-09-04 16:37:51 -04:00