skia-flutter-autoroll
b9133acf04
Roll Skia from 22534f2098e7 to 074414fed53e (37 revisions) ( flutter/engine#18663 )
2020-05-29 07:48:02 -07:00
David Reveman
685be60f1f
[fuchsia] Use R8G8B8A8 format instead of B8G8R8A8. ( flutter/engine#18475 )
...
This format is preferred on some hardware. Also explicitly
specify color space when creating the skia surface.
Co-authored-by: David Reveman <reveman@google.com>
2020-05-29 07:05:02 -04:00
skia-flutter-autoroll
0de6424772
Roll Fuchsia Linux SDK from 8sYPn... to wmNGH... ( flutter/engine#18658 )
2020-05-29 01:43:02 -07:00
David Reveman
522571c935
[fuchsia] Avoid unnecessary layout transition. ( flutter/engine#18653 )
...
See https://github.com/KhronosGroup/Vulkan-Samples/blob/master/samples/performance/layout_transitions/layout_transitions_tutorial.md#transaction-elimination-on-mali-gpus
for an explanation of why transitioning the layout hurts performance
on Mali drivers.
Co-authored-by: David Reveman <reveman@google.com>
2020-05-28 22:43:40 -04:00
Jim Graham
3953882fbb
Fix child caching in opacity_layer ( flutter/engine#17914 )
...
Choose a child more likely to remain stable from frame to frame as the target to cache in the OpacityLayer.
2020-05-28 18:45:43 -07:00
gaaclarke
055ca94093
Revert "Minimal test harness for iOS ( #13029 )" ( flutter/engine#18631 )
...
This reverts commit 7fb973712962b01f42ac6c81d83e509ece22bea3.
2020-05-28 18:08:07 -07:00
skia-flutter-autoroll
633c4cef13
Roll Fuchsia Linux SDK from V1XR3... to 8sYPn... ( flutter/engine#18647 )
2020-05-28 18:03:01 -07:00
Marcus Tomlinson
4bc087feb8
Update GLFW embedding to support AOT mode ( flutter/engine#18423 )
...
Unblocks: flutter/flutter#57135
Part of https://github.com/flutter/flutter/issues/38478
2020-05-28 17:53:54 -07:00
chenjianguang
db630fbd93
Setup default font manager after engine created, to improve startup performance ( flutter/engine#18225 )
2020-05-28 17:53:04 -07:00
David Worsham
384105d5d8
fuchsia: Disable flaky TimeSensistiveTests ( flutter/engine#18656 )
...
https://github.com/flutter/flutter/issues/58211 tracks re-enabling these
tests.
2020-05-28 17:35:14 -07:00
skia-flutter-autoroll
d0ce8fee53
Roll Skia from 3f479f3da7f8 to 22534f2098e7 (24 revisions) ( flutter/engine#18635 )
2020-05-27 18:57:02 -07:00
Robert Ancell
567c770994
Revert "Add tests for FlBinaryMessenger, FlBasicMessageChannel, FlMethodChannel ( #18597 )"
...
This reverts commit 6b0417a1a19f69ec18c2176e3f5cde60aeb9b96d.
2020-05-28 13:32:26 +12:00
Robert Ancell
6b0417a1a1
Add tests for FlBinaryMessenger, FlBasicMessageChannel, FlMethodChannel ( flutter/engine#18597 )
...
* Add mock implementations of the Flutter embedding API and EGL
* Add tests for FlBinaryMessenger, FlBasicMessageChannel, FlMethodChannel
2020-05-28 13:13:32 +12:00
Robert Ancell
72181d1083
Add FlTextInputPlugin ( flutter/engine#18314 )
...
* Add FlTextInputPlugin
2020-05-28 13:11:16 +12:00
stuartmorgan
135f9a33ca
Fix copy/paste in the Linux embedding ( flutter/engine#18624 )
...
The recent refactoring to support headless mode accidentally passed
nullptr instead of the window (if any) to the platform handler that
manages clipboard interactions, causing it to be broken.
Fixes https://github.com/flutter/flutter/issues/58035
2020-05-27 16:48:26 -07:00
skia-flutter-autoroll
bcffa0ad1c
Roll Skia from fd9745eee98f to 3f479f3da7f8 (1 revision) ( flutter/engine#18623 )
2020-05-27 16:47:04 -07:00
gaaclarke
f43faa8493
created a linter that runs clang-tidy ( flutter/engine#18607 )
2020-05-27 15:53:20 -07:00
skia-flutter-autoroll
9a29f8a691
Roll Fuchsia Linux SDK from pLp67... to V1XR3... ( flutter/engine#18619 )
2020-05-26 21:47:07 -07:00
gaaclarke
851f2e76b0
Made the Rasterizer avoid GPU calls when backgrounded ( flutter/engine#18563 )
2020-05-26 21:02:40 -07:00
skia-flutter-autoroll
99003cc60b
Roll Skia from e90473dc7da6 to fd9745eee98f (9 revisions) ( flutter/engine#18616 )
2020-05-26 20:12:04 -07:00
Chinmay Garde
84c394ba80
Abbreviate names of intermediate generated targets in testing.gni. ( flutter/engine#18617 )
2020-05-26 20:07:05 -07:00
David Worsham
c06c25a0d7
Reland "fuchsia: Implement CreateViewWithViewProvider" ( flutter/engine#18615 )
...
The last commit was a bad push -- this one compiles.
Tested: Manual test via workstation product
BUG: 50875
2020-05-26 19:29:11 -07:00
Robert Ancell
75f15f3460
Add FlPluginRegistry and FlPluginRegistrar ( flutter/engine#18453 )
...
* Add FlPluginRegistry and FlPluginRegistrar
2020-05-27 13:39:48 +12:00
Robert Ancell
3eb418ab72
Add GDestroyNotify callbacks on handlers ( flutter/engine#18546 )
2020-05-27 13:38:45 +12:00
Ferhat
63c42cd0d9
[web] Fix child removal after reuse by other BitmapCanvas ( flutter/engine#18604 )
...
* Fix child removal after reuse by other BitmapCanvas
* Address review comments
2020-05-26 17:28:49 -07:00
David Worsham
fca990583a
Revert "fuchsia: Implement CreateViewWithViewProvider ( #18280 )" ( flutter/engine#18614 )
...
This reverts commit 2f0930ed07de747c8a5b6fb2cf05ebe7ec75f14f.
2020-05-26 17:12:34 -07:00
David Worsham
2f0930ed07
fuchsia: Implement CreateViewWithViewProvider ( flutter/engine#18280 )
...
Tested: Manual test via workstation product
BUG: 50875
2020-05-26 16:27:15 -07:00
Robert Ancell
3aa7e03711
Show error details in method channel response error messages ( flutter/engine#18571 )
2020-05-27 09:17:55 +12:00
Robert Ancell
9698ed7d38
Fix wrong method name - copy/paste error from FlBinaryMessenger ( flutter/engine#18596 )
2020-05-27 09:17:16 +12:00
skia-flutter-autoroll
0338f02615
Roll Skia from e4b4ca1050b9 to e90473dc7da6 (27 revisions) ( flutter/engine#18602 )
2020-05-26 12:37:02 -07:00
stuartmorgan
c1f2f8e6d9
Support AOT mode for Windows ( flutter/engine#18589 )
...
- Adds a way to provide an AOT library to the C API.
- Adds app.so to the information provided by DartProject.
- Fixes the engine to only do static snapshot linking for Windows in
debug mode, not all modes, so that the provided library is used.
Engine side of https://github.com/flutter/flutter/issues/38477
2020-05-26 11:01:48 -07:00
Harry Terkelsen
f03dfe85cb
Revert "Update CanvasKit to 0.15.0 ( #18570 )" ( flutter/engine#18600 )
...
This reverts commit 9d04fb4f47772aecb077b922247b3b39838b3e92.
Reason: breaks dashboard
2020-05-26 09:51:07 -07:00
skia-flutter-autoroll
b4d93bd93e
Roll Skia from b6d158aaf3dd to e4b4ca1050b9 (1 revision) ( flutter/engine#18592 )
2020-05-26 08:07:02 -07:00
skia-flutter-autoroll
9f64e46716
Roll Fuchsia Linux SDK from DzG49... to pLp67... ( flutter/engine#18591 )
2020-05-26 08:02:02 -07:00
skia-flutter-autoroll
06bc30cd5e
Roll Skia from afd8a6c6ae87 to b6d158aaf3dd (3 revisions) ( flutter/engine#18588 )
2020-05-23 08:27:01 -07:00
skia-flutter-autoroll
c2f6ab7305
Roll Skia from ec31488ace66 to afd8a6c6ae87 (1 revision) ( flutter/engine#18581 )
2020-05-22 10:52:03 -07:00
skia-flutter-autoroll
67482df91c
Roll Fuchsia Linux SDK from Kvwlr... to DzG49... ( flutter/engine#18580 )
2020-05-22 10:12:01 -07:00
skia-flutter-autoroll
87bc2adcf1
Roll Skia from 80abb89c3632 to ec31488ace66 (1 revision) ( flutter/engine#18579 )
2020-05-22 08:47:01 -07:00
skia-flutter-autoroll
a58e834059
Roll Skia from da90c3765908 to 80abb89c3632 (4 revisions) ( flutter/engine#18577 )
2020-05-22 00:27:02 -07:00
skia-flutter-autoroll
acd11cdd3a
Roll Skia from 317dce5c81c0 to da90c3765908 (1 revision) ( flutter/engine#18575 )
2020-05-21 22:42:02 -07:00
skia-flutter-autoroll
c47d8fe8d5
Roll Skia from 67e21a19259b to 317dce5c81c0 (3 revisions) ( flutter/engine#18573 )
2020-05-21 18:22:02 -07:00
Harry Terkelsen
9d04fb4f47
Update CanvasKit to 0.15.0 ( flutter/engine#18570 )
...
Fixes https://github.com/flutter/flutter/issues/56938
2020-05-21 17:49:52 -07:00
skia-flutter-autoroll
4214a01a5b
Roll Skia from 3d52abc84667 to 67e21a19259b (1 revision) ( flutter/engine#18568 )
2020-05-21 16:32:03 -07:00
Robert Ancell
2a813f032e
Add fl_value_to_string ( flutter/engine#18540 )
2020-05-22 10:57:21 +12:00
skia-flutter-autoroll
4d4149cc3f
Roll Skia from 1e63279156d6 to 3d52abc84667 (5 revisions) ( flutter/engine#18566 )
2020-05-21 14:42:07 -07:00
Chris Bracken
a7fdc142b4
null-annotate semantics.dart ( flutter/engine#18553 )
...
Covers the remaining API surface of the semantics library.
2020-05-21 14:24:08 -07:00
skia-flutter-autoroll
a957f5d39f
Roll Fuchsia Linux SDK from ciqRH... to Kvwlr... ( flutter/engine#18565 )
2020-05-21 13:17:03 -07:00
skia-flutter-autoroll
88265019c2
Roll Skia from b37105ea6cca to 1e63279156d6 (9 revisions) ( flutter/engine#18564 )
2020-05-21 12:52:04 -07:00
George Wright
76c1ffec81
Implement WriteAtomically using write/fsync on all platforms, and enable ( flutter/engine#18320 )
2020-05-21 12:07:03 -07:00
Albert Wang
ebede8ac65
[profiling] Memory Profiling support for iOS ( flutter/engine#18516 )
...
Based on Kaushik's work for iOS CPU profiling, I added the memory profiling within the same scheduled task.
The memory profiling methodologies were discussed in the internal doc. Please see go/flutter-ios-memory-profiling.
2020-05-21 08:55:40 -07:00