skia-flutter-autoroll
6d0fbc7eb7
Roll src/third_party/skia 9478f7a38e6c..d0f0cb8ffc5e (1 commits) ( #6167 )
...
Auto-roller completed checks. Merging.
2018-09-05 09:41:51 -04:00
skia-flutter-autoroll
5063a8a5b3
Roll src/third_party/skia 72a02112a99f..9478f7a38e6c (1 commits) ( #6166 )
...
Auto-roller completed checks. Merging.
2018-09-05 06:16:51 -04:00
skia-flutter-autoroll
19a3bc8e11
Roll src/third_party/skia 85f4e40c5481..72a02112a99f (1 commits) ( #6165 )
...
Auto-roller completed checks. Merging.
2018-09-05 02:51:51 -04:00
skia-flutter-autoroll
9643a50ac4
Roll src/third_party/skia fddc6fa394cb..85f4e40c5481 (1 commits) ( #6164 )
...
Auto-roller completed checks. Merging.
2018-09-04 23:26:51 -04:00
Chinmay Garde
6ad3183b18
Fix windows build. ( #6162 )
2018-09-04 18:23:29 -07:00
skia-flutter-autoroll
30af2f2997
Roll src/third_party/skia e486bbaae296..fddc6fa394cb (2 commits) ( #6159 )
...
Auto-roller completed checks. Merging.
2018-09-04 20:02:51 -04:00
Jason Simmons
b32ceafb1f
Add some more logs for diagnosing screenshot failures ( #6156 )
...
Fixes https://github.com/flutter/flutter/issues/21228
2018-09-04 14:38:10 -07:00
skia-flutter-autoroll
c173655b22
Roll src/third_party/skia b84576af0a43..e486bbaae296 (9 commits) ( #6155 )
...
Auto-roller completed checks. Merging.
2018-09-04 16:37:51 -04:00
Gary Qian
aaf98fbfed
Use double multiplication by a scale instead of 3 divides for speed. ( #6154 )
2018-09-04 10:54:52 -07:00
Gary Qian
593ed59143
Revert "Use Skia normalize again after Skia precision fix. ( #6121 )" ( #6122 )
...
This reverts commit dc7b5eb89da31cddc2abc91aa5b30bcc6d66e70c.
2018-09-04 10:21:30 -07:00
skia-flutter-autoroll
137389a85b
Roll src/third_party/skia a45e1a71f548..b84576af0a43 (16 commits) ( #6153 )
...
Auto-roller completed checks. Merging.
2018-09-04 13:13:51 -04:00
skia-flutter-autoroll
f89a386a1c
Roll src/third_party/skia cff3fd834ca8..a45e1a71f548 (1 commits) ( #6152 )
...
Auto-roller completed checks. Merging.
2018-09-04 09:48:58 -04:00
Kirill Nikolaev
b0b8daa7b2
Unregister onFrameAvailable callbacks when a TextureEntry is released. ( #6079 )
...
Otherwise the callbacks may be called after FlutterNativeView is destroyed and is null.
Also defensively check for whether the texture is already released in the callback because the callback may be called from another thread by a stale reference (see the comment).
This closes https://github.com/flutter/flutter/issues/20951 .
2018-09-04 06:31:01 -07:00
skia-flutter-autoroll
2dc8271a4c
Roll src/third_party/skia 24e58341fbcd..cff3fd834ca8 (1 commits) ( #6151 )
...
Auto-roller completed checks. Merging.
2018-09-04 00:27:51 -04:00
skia-flutter-autoroll
eea3a21e11
Roll src/third_party/skia bf67741140fd..24e58341fbcd (2 commits) ( #6148 )
...
Auto-roller completed checks. Merging.
2018-09-03 16:52:51 -04:00
skia-flutter-autoroll
bdcbe801a4
Roll src/third_party/skia 88119de2b849..bf67741140fd (1 commits) ( #6147 )
...
Auto-roller completed checks. Merging.
2018-09-03 13:28:51 -04:00
skia-flutter-autoroll
de4c7a53f2
Roll src/third_party/skia 09a7bb222172..88119de2b849 (1 commits) ( #6146 )
...
Auto-roller completed checks. Merging.
2018-09-03 10:05:13 -04:00
skia-flutter-autoroll
77fad1a731
Roll src/third_party/skia 2f53025e8bf1..09a7bb222172 (1 commits) ( #6144 )
...
Auto-roller completed checks. Merging.
2018-09-03 06:39:51 -04:00
skia-flutter-autoroll
2318a5274a
Roll src/third_party/skia ca858b68c34b..2f53025e8bf1 (1 commits) ( #6143 )
...
Auto-roller completed checks. Merging.
2018-09-02 22:00:51 -04:00
skia-flutter-autoroll
d88e0b8229
Roll src/third_party/skia 2f8c60e28682..ca858b68c34b (2 commits) ( #6142 )
...
Auto-roller completed checks. Merging.
2018-09-02 16:35:51 -04:00
skia-flutter-autoroll
949fb0fb4c
Roll src/third_party/skia 8534723c7be1..2f8c60e28682 (1 commits) ( #6141 )
...
Auto-roller completed checks. Merging.
2018-09-02 13:11:51 -04:00
skia-flutter-autoroll
a4471589f2
Roll src/third_party/skia e8e12e89c46b..8534723c7be1 (1 commits) ( #6140 )
...
Auto-roller completed checks. Merging.
2018-09-02 06:07:51 -04:00
Chinmay Garde
db3484f278
Fix crash in text layout when GetMinikinFontCollectionForStyle returns null. ( #6139 )
2018-09-01 21:14:53 -07:00
skia-flutter-autoroll
0f7bfeaf48
Roll src/third_party/skia 6487e5ca6f10..e8e12e89c46b (1 commits) ( #6138 )
...
Auto-roller completed checks. Merging.
2018-09-01 02:53:51 -04:00
Chinmay Garde
f25d89a2de
Fix windows embedder builds. ( #6137 )
2018-08-31 20:23:53 -07:00
Chinmay Garde
b3c778fe9c
Allow embedders to specify software renderer configs. ( #6133 )
2018-08-31 20:03:06 -07:00
skia-flutter-autoroll
da419912d6
Roll src/third_party/skia 7bfe8438a94b..6487e5ca6f10 (6 commits) ( #6136 )
...
Auto-roller completed checks. Merging.
2018-08-31 19:38:51 -04:00
skia-flutter-autoroll
f44c0008ba
Roll src/third_party/skia 62db8d577931..7bfe8438a94b (20 commits) ( #6134 )
...
Auto-roller completed checks. Merging.
2018-08-31 16:12:51 -04:00
James D. Lin
fbf6726436
Mark deprecated Flutter iOS APIs as unavailable ( #6124 )
...
The following were previously marked as deprecated over a month ago:
* `FlutterStandardBigInteger`
* `-[FlutterDartProject initFromDefaultSourceForConfiguration]`
Remove their implementations and mark them as unavailable.
2018-08-31 12:33:57 -07:00
Michael Goderbauer
017dafd426
Roll buildroot to 35959f6255c341eee550884ed69afd6b2891bd53 (unbreaks Windows) ( #6132 )
2018-08-31 12:15:54 -07:00
Michael Goderbauer
842546824c
Roll buildroot to pick up new NDK r17b ( #6131 )
2018-08-31 11:28:18 -07:00
skia-flutter-autoroll
f612a761c2
Roll src/third_party/skia 8ff2f13f3817..62db8d577931 (21 commits) ( #6130 )
...
Auto-roller completed checks. Merging.
2018-08-31 12:47:51 -04:00
skia-flutter-autoroll
90faf8531c
Roll src/third_party/skia f8592a69428e..8ff2f13f3817 (1 commits) ( #6129 )
...
Auto-roller completed checks. Merging.
2018-08-31 08:36:51 -04:00
skia-flutter-autoroll
a114659c4a
Roll src/third_party/skia 381efe73499e..f8592a69428e (1 commits) ( #6127 )
...
Auto-roller completed checks. Merging.
2018-08-30 23:10:51 -04:00
skia-flutter-autoroll
21ac961df3
Roll src/third_party/skia 8e318fda76df..381efe73499e (11 commits) ( #6126 )
...
Auto-roller completed checks. Merging.
2018-08-30 19:47:51 -04:00
matthew-carroll
e7767ae9b7
Add license file patching instructions to README ( #6125 )
...
Add license file patching instructions to README
2018-08-30 16:37:58 -07:00
James D. Lin
51d4be7745
Add a -[FlutterViewController splashScreenView] property ( #6112 )
...
Add a `-[FlutterViewController splashScreenView]` property
Add a `-[FlutterViewController splashScreenView]` property that
clients can use to customize the launch view (issue #17140 ).
2018-08-30 15:13:28 -07:00
skia-flutter-autoroll
a047fd20f6
Roll src/third_party/skia 7ed0eae0cd13..8e318fda76df (17 commits) ( #6123 )
...
Auto-roller completed checks. Merging.
2018-08-30 16:29:51 -04:00
Gary Qian
dc7b5eb89d
Use Skia normalize again after Skia precision fix. ( #6121 )
...
* Fix tilt by using custom normalize impl to avoid strange skia normalize behavior
* Use Skia normalize again after Skia fix.
2018-08-30 11:18:01 -07:00
jslavitz
1c76824186
entering a character with a selection deletes the selection ( #6113 )
2018-08-30 10:29:04 -07:00
skia-flutter-autoroll
9fc355d2c4
Roll src/third_party/skia cd7907b57d76..7ed0eae0cd13 (1 commits) ( #6120 )
...
Auto-roller completed checks. Merging.
2018-08-30 13:05:51 -04:00
skia-flutter-autoroll
6586016dab
Roll src/third_party/skia f7c723c93d26..cd7907b57d76 (1 commits) ( #6119 )
...
Auto-roller completed checks. Merging.
2018-08-30 09:42:51 -04:00
skia-flutter-autoroll
1fa5fe6a00
Roll src/third_party/skia eb0bb732f43f..f7c723c93d26 (3 commits) ( #6118 )
...
Auto-roller completed checks. Merging.
2018-08-29 23:08:51 -04:00
skia-flutter-autoroll
252da48082
Roll src/third_party/skia 1b714becff8b..eb0bb732f43f (2 commits) ( #6116 )
...
Auto-roller completed checks. Merging.
2018-08-29 19:45:51 -04:00
Jason Simmons
cba35d33a8
Roll Tonic ( #6114 )
...
Fixes https://github.com/flutter/flutter/issues/21003
2018-08-29 14:45:06 -07:00
skia-flutter-autoroll
7a599658dd
Roll src/third_party/skia 1f0fb09d5e35..1b714becff8b (11 commits) ( #6115 )
...
Auto-roller completed checks. Merging.
2018-08-29 16:22:51 -04:00
Jason Simmons
4a69907349
Fix libtxt unit tests ( #6111 )
2018-08-29 10:43:17 -07:00
Gary Qian
c765bee59d
Fix tilt by using custom normalize impl to avoid strange skia normalize behavior ( #6106 )
2018-08-29 10:36:35 -07:00
skia-flutter-autoroll
9fde6e0d8c
Roll src/third_party/skia a81c2be75adc..1f0fb09d5e35 (13 commits) ( #6110 )
...
Auto-roller completed checks. Merging.
2018-08-29 13:03:51 -04:00
skia-flutter-autoroll
a02a94e018
Roll src/third_party/skia 33f34556b5fc..a81c2be75adc (1 commits) ( #6109 )
...
Auto-roller completed checks. Merging.
2018-08-29 09:39:51 -04:00