27565 Commits

Author SHA1 Message Date
Jim Graham
acd130b2b2 Sequester all Skia<->DL interactions into the skia sub-module (flutter/engine#40083)
Sequester all Skia<->DL interactions into the skia sub-module
2023-03-06 19:55:32 +00:00
skia-flutter-autoroll
ce7595b2bf Roll Fuchsia Linux SDK from 4iq5VNjEcZIlrUtDK... to kQnUhe74CH6d0V1vj... (flutter/engine#40090)
Roll Fuchsia Linux SDK from 4iq5VNjEcZIlrUtDK... to kQnUhe74CH6d0V1vj...
2023-03-06 19:05:20 +00:00
skia-flutter-autoroll
d9c8ce2671 Roll Skia from d43c1424807e to 7e1756b42f94 (1 revision) (flutter/engine#40087)
Roll Skia from d43c1424807e to 7e1756b42f94 (1 revision)
2023-03-06 18:02:45 +00:00
skia-flutter-autoroll
a6dfc3ade5 Roll Skia from ab12a43ea332 to d43c1424807e (2 revisions) (flutter/engine#40084)
Roll Skia from ab12a43ea332 to d43c1424807e (2 revisions)
2023-03-06 08:19:13 +00:00
Brandon DeRosier
7d9b941133 [Impeller] Round glyph locations per-run to fix per-glyph jitter (flutter/engine#40073) 2023-03-06 00:14:37 -08:00
skia-flutter-autoroll
76e2fd3b6b Roll Skia from 6ab9a7f46467 to ab12a43ea332 (4 revisions) (flutter/engine#40082)
Roll Skia from 6ab9a7f46467 to ab12a43ea332 (4 revisions)
2023-03-06 07:20:39 +00:00
skia-flutter-autoroll
597e2e443e Roll Skia from 5ce2918379b4 to 6ab9a7f46467 (1 revision) (flutter/engine#40081)
Roll Skia from 5ce2918379b4 to 6ab9a7f46467 (1 revision)
2023-03-06 05:14:06 +00:00
skia-flutter-autoroll
8a82ecca9a Roll Fuchsia Mac SDK from eypsYM2vQ9nO11P96... to lO7cFvQ7UoYqKRDnV... (flutter/engine#40079)
Roll Fuchsia Mac SDK from eypsYM2vQ9nO11P96... to lO7cFvQ7UoYqKRDnV...
2023-03-06 05:12:29 +00:00
skia-flutter-autoroll
aeee1dbc2d Roll Fuchsia Linux SDK from 7zNyN-D58x6wG7HL8... to 4iq5VNjEcZIlrUtDK... (flutter/engine#40080)
Roll Fuchsia Linux SDK from 7zNyN-D58x6wG7HL8... to 4iq5VNjEcZIlrUtDK...
2023-03-06 05:08:21 +00:00
Jason Simmons
ccb2f5758f Always use integers to hold the size of the performance overlay cache bitmap (flutter/engine#40071)
Previously this was comparing a float overlay rectangle size with an
integer cache bitmap size.  This could result in mismatches if the
overlay width is not an integer.
2023-03-04 08:54:13 -08:00
skia-flutter-autoroll
25da173ca1 Roll Skia from 9f561bc846d0 to 5ce2918379b4 (1 revision) (flutter/engine#40078)
Roll Skia from 9f561bc846d0 to 5ce2918379b4 (1 revision)
2023-03-04 12:31:22 +00:00
skia-flutter-autoroll
487dace766 Roll Fuchsia Linux SDK from PBLCo17vVpkuMhyLV... to 7zNyN-D58x6wG7HL8... (flutter/engine#40076)
Roll Fuchsia Linux SDK from PBLCo17vVpkuMhyLV... to 7zNyN-D58x6wG7HL8...
2023-03-04 08:29:28 +00:00
luckysmg
a7286607cc Unify scale param for path and path component computation. (flutter/engine#40047)
[Impeller] Unify scale param for path and path component computation.
2023-03-04 08:07:17 +00:00
skia-flutter-autoroll
9ae49c0373 Roll Fuchsia Mac SDK from Aarq5ppBEACFT-OYe... to eypsYM2vQ9nO11P96... (flutter/engine#40075)
Roll Fuchsia Mac SDK from Aarq5ppBEACFT-OYe... to eypsYM2vQ9nO11P96...
2023-03-04 03:57:04 +00:00
godofredoc
7c7e36f77b Separate desktop builds to its own builder. (flutter/engine#40074)
Separate desktop builds to its own builder.
2023-03-04 02:55:20 +00:00
skia-flutter-autoroll
70f2692923 Roll Skia from 17451252b774 to 9f561bc846d0 (2 revisions) (flutter/engine#40067)
Roll Skia from 17451252b774 to 9f561bc846d0 (2 revisions)
2023-03-04 01:01:20 +00:00
godofredoc
bc2611e03c Web engine build config cleanup. (flutter/engine#40064)
Web engine build config cleanup.
2023-03-04 00:28:18 +00:00
Zachary Anderson
1806d2432f Roll buildroot (flutter/engine#40063) 2023-03-03 16:00:29 -08:00
Chris Yang
baee6242e3 [ios] add setting flag to enable embedder api. (flutter/engine#40025)
[ios] add setting flag to enable embedder api.
2023-03-03 23:17:19 +00:00
yaakovschectman
839f6c33d2 Revert UIA (flutter/engine#40062) 2023-03-03 17:17:46 -05:00
Mouad Debbar
f9989a551d [web] Copy canvaskit_chromium/* to canvaskit/chromium/* (flutter/engine#39796)
[web] Copy canvaskit_chromium/* to canvaskit/chromium/*
2023-03-03 22:07:49 +00:00
Jason Simmons
90c1952420 Remove obsolete SkPaint foreground/background attributes from TextStyle (flutter/engine#40059)
Remove obsolete SkPaint foreground/background attributes from TextStyle
2023-03-03 22:02:47 +00:00
godofredoc
11c7a824db Add web_engine build configuration. (flutter/engine#40044)
Add web_engine build configuration.
2023-03-03 21:47:41 +00:00
Brandon DeRosier
9efd952488 [Impeller] Fix CanGenerateMipmaps (flutter/engine#40061)
[Impeller] Fix CanGenerateMipmaps
2023-03-03 21:46:05 +00:00
LongCatIsLooong
48c413ae2f Add new test font (flutter/engine#39809)
Add new test font
2023-03-03 21:38:01 +00:00
Loïc Sharma
6142ea0570 [Windows] Remove accessibility root ID assumption (flutter/engine#39994)
[Windows] Remove another accessibility root ID assumption
2023-03-03 21:35:44 +00:00
Jonah Williams
614e282341 [Impeller] simplify text shaders by moving UV computation to contents (flutter/engine#39989)
[Impeller] simplify text shaders by moving UV computation to contents
2023-03-03 21:30:22 +00:00
skia-flutter-autoroll
1e4315ca50 Roll Skia from 274229be345c to 17451252b774 (1 revision) (flutter/engine#40058)
Roll Skia from 274229be345c to 17451252b774 (1 revision)
2023-03-03 21:25:53 +00:00
Jonah Williams
b3b83c6bd3 [Impeller] fix subpass collapse pass ending logic (flutter/engine#40057)
[Impeller] fix subpass collapse pass ending logic
2023-03-03 21:22:04 +00:00
Greg Spencer
ddfbc85928 Add platform channel System.exitApplication and System.requestAppExit support (flutter/engine#39836)
Add platform channel `System.exitApplication` and  `System.requestAppExit` support
2023-03-03 19:13:00 +00:00
skia-flutter-autoroll
bf56d3e712 Roll Fuchsia Linux SDK from I8Sswr-ZpmUl1IEst... to PBLCo17vVpkuMhyLV... (flutter/engine#40056)
Roll Fuchsia Linux SDK from I8Sswr-ZpmUl1IEst... to PBLCo17vVpkuMhyLV...
2023-03-03 18:39:07 +00:00
godofredoc
b6f6101b10 Remove special handling of gtk debug artifact. (flutter/engine#40040)
Remove special handling of gtk debug artifact.
2023-03-03 18:29:11 +00:00
joshualitt
9defbf1d0b [web] Add JS type test for JsStrategy. (flutter/engine#39765) 2023-03-03 10:09:03 -08:00
skia-flutter-autoroll
d164c4aaef Roll Skia from 78b8b95fdb15 to 274229be345c (1 revision) (flutter/engine#40055)
Roll Skia from 78b8b95fdb15 to 274229be345c (1 revision)
2023-03-03 17:45:00 +00:00
Zachary Anderson
6ebb323913 Revert "Roll Dart SDK from b1016d8f293a to c757f4bf468d (2 revisions) (#40052)" (flutter/engine#40054)
This reverts commit c535408dcc45e4411dc4ed30ad1cda81e47bd00b.
2023-03-03 09:33:29 -08:00
skia-flutter-autoroll
51917e0a65 Roll Fuchsia Mac SDK from 4BjO0CPYCTfpHYDyO... to Aarq5ppBEACFT-OYe... (flutter/engine#40053)
Roll Fuchsia Mac SDK from 4BjO0CPYCTfpHYDyO... to Aarq5ppBEACFT-OYe...
2023-03-03 15:02:03 +00:00
skia-flutter-autoroll
c535408dcc Roll Dart SDK from b1016d8f293a to c757f4bf468d (2 revisions) (flutter/engine#40052)
Roll Dart SDK from b1016d8f293a to c757f4bf468d (2 revisions)
2023-03-03 14:35:50 +00:00
skia-flutter-autoroll
c5aa4ce062 Roll Skia from 35aef51800ea to 78b8b95fdb15 (1 revision) (flutter/engine#40051)
Roll Skia from 35aef51800ea to 78b8b95fdb15 (1 revision)
2023-03-03 14:05:08 +00:00
skia-flutter-autoroll
b0af4ec8d0 Roll Skia from 04e32a9e5641 to 35aef51800ea (4 revisions) (flutter/engine#40050)
Roll Skia from 04e32a9e5641 to 35aef51800ea (4 revisions)
2023-03-03 11:02:28 +00:00
skia-flutter-autoroll
aae5f03f9a Roll Fuchsia Linux SDK from 69m3Jn73L34XwlsWH... to I8Sswr-ZpmUl1IEst... (flutter/engine#40042)
Roll Fuchsia Linux SDK from 69m3Jn73L34XwlsWH... to I8Sswr-ZpmUl1IEst...
2023-03-03 05:39:22 +00:00
Jason Simmons
c9ebd42ba3 Restore the ViewConfiguration.displayFeatures doc template (flutter/engine#40041)
Restore the ViewConfiguration.displayFeatures doc template
2023-03-03 05:12:22 +00:00
skia-flutter-autoroll
378b986e90 Roll Skia from d953c63dd96b to 04e32a9e5641 (2 revisions) (flutter/engine#40038)
Roll Skia from d953c63dd96b to 04e32a9e5641 (2 revisions)
2023-03-03 02:32:48 +00:00
skia-flutter-autoroll
6ce876348f Roll Fuchsia Mac SDK from oGC2UFWpzRXTrEiJg... to 4BjO0CPYCTfpHYDyO... (flutter/engine#40037)
Roll Fuchsia Mac SDK from oGC2UFWpzRXTrEiJg... to 4BjO0CPYCTfpHYDyO...
2023-03-03 02:12:57 +00:00
skia-flutter-autoroll
065fa9e3c7 Roll Dart SDK from a32e24068a6c to b1016d8f293a (2 revisions) (flutter/engine#40036)
Roll Dart SDK from a32e24068a6c to b1016d8f293a (2 revisions)
2023-03-03 01:28:51 +00:00
Chris Bracken
f4e2b925c3 [macOS] Add README.md for macOS embedder (flutter/engine#40032)
Describes how to build and test the macOS embedder.
2023-03-02 17:13:56 -08:00
Jason Simmons
719b8c319d Do not end the frame in the raster cache if ScopedFrame::Raster returns kResubmit (flutter/engine#40007)
Do not end the frame in the raster cache if ScopedFrame::Raster returns kResubmit
2023-03-03 01:12:55 +00:00
Loïc Sharma
7aff51d95d [Embedder API] Freeze parts of API for ABI stability (flutter/engine#39963)
[Embedder API] Freeze parts of API for ABI stability
2023-03-03 00:28:52 +00:00
skia-flutter-autoroll
df5ad84a94 Roll Skia from a0ab1e734490 to d953c63dd96b (9 revisions) (flutter/engine#40035)
Roll Skia from a0ab1e734490 to d953c63dd96b (9 revisions)
2023-03-03 00:23:03 +00:00
Michael Goderbauer
c6fb732042 Remove PlatformConfiguration and ViewConfiguration (flutter/engine#40012)
Remove PlatformConfiguration and ViewConfiguration
2023-03-02 23:14:04 +00:00
Hidenori Matsubayashi
5441047c8e Fix double free or corruption exception (flutter/engine#39880)
Fix double free or corruption exception (GLFW_drm example)
2023-03-02 21:22:52 +00:00