19068 Commits

Author SHA1 Message Date
skia-flutter-autoroll
b511b6901f Roll Skia from 27ccebd5bef4 to 95321396c690 (1 revision) (flutter/engine#35600) 2022-08-22 14:39:32 +00:00
skia-flutter-autoroll
e1d4d22220 Roll Fuchsia Linux SDK from jYCCNbFJSRKIW7iSb... to i7HhHxamwTC16efZ2... (flutter/engine#35598) 2022-08-22 13:22:31 +00:00
Casey Hillers
1c20221e24 Revert "Include TextureViews in the output of Scene.toImage[Sync]" (flutter/engine#35587) 2022-08-22 10:26:09 +00:00
dependabot[bot]
8014946bca Bump github/codeql-action from 2.1.18 to 2.1.19 (flutter/engine#35595) 2022-08-22 09:20:05 +00:00
skia-flutter-autoroll
6e9d34a476 Roll Skia from 16bd61533ccf to 27ccebd5bef4 (1 revision) (flutter/engine#35594) 2022-08-22 07:04:22 +00:00
skia-flutter-autoroll
2bb47b5f13 Roll Skia from 9f08d3ebfdda to 16bd61533ccf (1 revision) (flutter/engine#35593) 2022-08-22 05:54:25 +00:00
skia-flutter-autoroll
d66f619da5 Roll Fuchsia Linux SDK from cNcNAFqNDK7PQ8vbI... to jYCCNbFJSRKIW7iSb... (flutter/engine#35590) 2022-08-22 00:14:35 +00:00
Brandon DeRosier
01318eb8f8 Support binding vector3 (flutter/engine#35583) 2022-08-21 15:39:05 -07:00
Brandon DeRosier
5ba222241e Include array before flatbuffers in blobcat (flutter/engine#35579) 2022-08-21 15:38:49 -07:00
Casey Hillers
cfffb4ffde Revert "Make ShaderMaskLayer code builder aware" (flutter/engine#35588) 2022-08-21 19:42:30 +00:00
skia-flutter-autoroll
c9b6243dd2 Roll Fuchsia Linux SDK from dBgYmcOhwCMB3hr7w... to cNcNAFqNDK7PQ8vbI... (flutter/engine#35581) 2022-08-21 11:04:28 +00:00
skia-flutter-autoroll
074a7778e1 Roll Skia from b6a7a4a011b8 to 9f08d3ebfdda (1 revision) (flutter/engine#35580) 2022-08-21 10:50:20 +00:00
Brandon DeRosier
5674e4e04c Add Matrix GetDirectionScale (flutter/engine#35562) 2022-08-20 14:56:45 -07:00
skia-flutter-autoroll
2f130272ac Roll Fuchsia Linux SDK from JcqRURLnM_MMMLoss... to dBgYmcOhwCMB3hr7w... (flutter/engine#35574) 2022-08-20 21:52:22 +00:00
godofredoc
94549b1792 Update target used to generate mac flutter framework. (flutter/engine#35573) 2022-08-20 21:08:16 +00:00
skia-flutter-autoroll
54d72c5556 Roll Skia from 00ddb61588a2 to b6a7a4a011b8 (1 revision) (flutter/engine#35570) 2022-08-20 11:00:21 +00:00
skia-flutter-autoroll
7d0bfec85b Roll Fuchsia Linux SDK from qkLLOLyDJFclyuGN7... to JcqRURLnM_MMMLoss... (flutter/engine#35569) 2022-08-20 08:42:25 +00:00
godofredoc
be9ba9f07f MacOS framework was simplified to remove an internal zip. (flutter/engine#35563) 2022-08-20 05:30:19 +00:00
Chris Bracken
e8b5dd908e [Windows] Set Platform.executable on engine start (flutter/engine#35560)
When setting FlutterProjectArgs.command_line_argv prior to launching the
engine, we were previously setting a placeholder value rather than the
executable name. This resulted in Platform.executable (from dart:io)
returning "placeholder" in application code.

This updates the Windows implementation for consistency with macOS and
guarantees that Platform.executable will return a reasonable value in
Dart code.

Note that this does not affect Platform.resolvedExecutable, which returns
a full, resolved path, and is implemented in the Dart runtime itself.
Previously the code:

   print(Platform.executable);
   print(Platform.resolvedExecutable);

resulted in the following output on Windows:

   flutter: placeholder
   flutter: C:\path\to\project\build\windows\runner\Debug\project.exe

after this patch, it results in:

   flutter: project.exe
   flutter: C:\path\to\project\build\windows\runner\Debug\project.exe

Issue: https://github.com/flutter/flutter/issues/83921
2022-08-20 02:38:49 +01:00
David Worsham
b0d80cc091 [fuchsia] Migrate integration test to CFv2 (flutter/engine#35318) 2022-08-19 17:58:53 -07:00
skia-flutter-autoroll
08440907ca Roll Skia from 4c3c98cdb1d3 to 00ddb61588a2 (1 revision) (flutter/engine#35559) 2022-08-20 00:34:37 +00:00
Jonah Williams
ed952f4503 Include TextureViews in the output of Scene.toImage[Sync] (flutter/engine#35527)
Update Picture rasterization for toImage to accept a layer tree, optionally flattening on the raster thread if present.
Update Deferred GPU image for toImageSync to accept a layer tree, flattening it the first time it creates an image, storing the resulting display list.

This is also a performance fix for the zoom page transition, which currently does too much work on the UI thread on frame 1
2022-08-19 16:28:30 -07:00
skia-flutter-autoroll
583db4064c Roll Skia from 35fa09015a76 to 4c3c98cdb1d3 (3 revisions) (flutter/engine#35558) 2022-08-19 23:19:59 +00:00
skia-flutter-autoroll
c00c7e72b7 Roll Skia from 3fbcfbbd908e to 35fa09015a76 (5 revisions) (flutter/engine#35553) 2022-08-19 21:40:03 +00:00
chunhtai
1a38d2e54b Updates accessible_navigation trigger in Android (flutter/engine#35478)
* Updates accessible_navigation trigger in Android

* update doc comments

* comment

* addressing comment
2022-08-19 13:54:47 -07:00
joshualitt
c01ef41e9e [dart2wasm] Fix non-static interop class. (flutter/engine#35407) 2022-08-19 13:08:35 -07:00
skia-flutter-autoroll
db8c8c303b Roll Skia from 4c4a0d21cbb0 to 3fbcfbbd908e (23 revisions) (flutter/engine#35552) 2022-08-19 19:59:04 +00:00
JsouLiang
9a300c5e48 Make ShaderMaskLayer code builder aware (flutter/engine#35534) 2022-08-19 19:43:29 +00:00
skia-flutter-autoroll
52eabb1cb2 Roll Fuchsia Linux SDK from -NNSCH3WIpT1x-ZpP... to qkLLOLyDJFclyuGN7... (flutter/engine#35551) 2022-08-19 19:34:13 +00:00
Kaushik Iska
7cdcb0f837 Do not override partial repaint support globally (flutter/engine#35539) 2022-08-19 18:41:46 +00:00
Bernardo Eilert Trevisan
d6c219efef [Impeller] sRGB to Linear Gamma filter implementation. (flutter/engine#35441)
* Update display list dispatcher

* Add new shader

* add filter contents files

* update filter contents

* Update content context

* update unit tests

* Update build file.

* Formatting.

* Formatting.

* Fix typo

* Update filter.

* Formatting.

* Update license

* license

* Remove unnecessary library

* Fix typo

* Formatting

* Formatting
2022-08-19 11:00:04 -07:00
skia-flutter-autoroll
22f15e1ba6 Roll Skia from 38cd049145b2 to 4c4a0d21cbb0 (1 revision) (flutter/engine#35537) 2022-08-19 17:11:01 +00:00
Zachary Anderson
407fb9e192 Revert "Pushing BackdropFilter Mutator (#34355)" (flutter/engine#35543)
This reverts commit ab6376ac20f0ab557b5d4737a8b61f20716b8e85.
2022-08-19 10:01:01 -07:00
Brandon DeRosier
1dbc5fa5f1 Revert "[canvaskit] Generate fallback font data file (#34729)" (flutter/engine#35533)
This reverts commit 03dbcb81d06131fd3f46046ced88aa121502d622.
2022-08-19 05:58:19 -07:00
skia-flutter-autoroll
750f521824 Roll Skia from 657a0ab4bfc5 to 38cd049145b2 (1 revision) (flutter/engine#35531) 2022-08-19 09:17:32 +00:00
skia-flutter-autoroll
2020a54ed7 Roll Skia from 95c86345480c to 657a0ab4bfc5 (1 revision) (flutter/engine#35530) 2022-08-19 08:05:26 +00:00
skia-flutter-autoroll
2100b5b6a3 Roll Skia from c805263f1697 to 95c86345480c (1 revision) (flutter/engine#35529) 2022-08-19 06:39:36 +00:00
skia-flutter-autoroll
ae79bbf402 Roll Fuchsia Linux SDK from gqQZ7EN2TeYTzOqKI... to -NNSCH3WIpT1x-ZpP... (flutter/engine#35528) 2022-08-19 06:03:15 +00:00
skia-flutter-autoroll
8349759aeb Roll Skia from 13ef19f19e87 to c805263f1697 (1 revision) (flutter/engine#35526) 2022-08-19 05:27:24 +00:00
skia-flutter-autoroll
0df7bc99cc Roll Skia from 79633dd54c6f to 13ef19f19e87 (1 revision) (flutter/engine#35525) 2022-08-19 02:37:35 +00:00
Harry Terkelsen
03dbcb81d0 [canvaskit] Generate fallback font data file (flutter/engine#34729) 2022-08-18 19:00:34 -07:00
skia-flutter-autoroll
72e1e76969 Roll Skia from 9a51e6deb112 to 79633dd54c6f (16 revisions) (flutter/engine#35521) 2022-08-19 01:15:10 +00:00
Harry Terkelsen
edcac14280 Use MakeWebGLSurface in toImageSync (flutter/engine#35276) 2022-08-18 18:00:48 -07:00
Brandon DeRosier
1f5c5ec3b6 [Impeller] Render Gaussian blurs into smaller textures and scale up with linear sampling (flutter/engine#35491) 2022-08-19 00:34:25 +00:00
gaaclarke
8e8b3912a0 Backfilled unit tests for IncomingMessageDispatcher. (flutter/engine#35139)
* Backfilled unit tests for IncomingMessageDispatcher.

* added license golden
2022-08-18 17:30:34 -07:00
Gary Qian
b30aeada6d Upgrade Android SDK to 33 Tiramisu (flutter/engine#35415) 2022-08-19 00:26:52 +00:00
Dan Field
fd9fdbf6b8 Support deferred GPU images in ImageShaders (flutter/engine#35323) 2022-08-18 23:12:11 +00:00
WenJingRui
d36bf1d5e3 [iOS] Avoid keyboard animation junk and laggy on Promotion devices. (flutter/engine#34871) 2022-08-18 22:26:00 +00:00
Brandon DeRosier
4c219aee1f Add Point::AngleTo (flutter/engine#35510) 2022-08-18 14:54:59 -07:00
skia-flutter-autoroll
2a52aed964 Roll Skia from 439c4708a042 to 9a51e6deb112 (4 revisions) (flutter/engine#35504) 2022-08-18 20:42:40 +00:00