Harry Terkelsen
f55b2419db
[web] Store Paint.color as an int. Only create a ui.Color when the color getter is called. ( flutter/engine#37092 )
...
* Store color as the int value. Only create a color when getter is called
* Refactor tests and painting
* Change SurfacePaintData to have default opaque black color
2022-11-01 16:31:47 -07:00
Mouad Debbar
5ca9d287ba
[web] Prevent (forced-colors: active) from making the invisible text fields visible ( flutter/engine#37089 )
2022-11-01 22:21:45 +00:00
Loïc Sharma
13d9c0f556
Roll ANGLE, vulkan-deps, and shaderc ( flutter/engine#36389 )
...
This change updates ANGLE to a version that contains [angle#3906325](https://chromium-review.googlesource.com/c/angle/angle/+/3906325 ), which fixes the COM error reported in https://github.com/flutter/flutter/issues/110948 . This also updates vulkan-deps and shaderc as these are dependencies of ANGLE.
Part of https://github.com/flutter/flutter/issues/110948
2022-11-01 15:14:48 -07:00
Kaushik Iska
f2ab65aa2d
[Impeller] Context VK can create vulkan surface from Android Native Window ( flutter/engine#37214 )
2022-11-01 22:10:44 +00:00
Kaushik Iska
b85721b43d
[Impeller] Implement GPU Surface Vulkan for Impeller ( flutter/engine#37215 )
2022-11-01 21:48:17 +00:00
Brandon DeRosier
24174f255f
Add the Impeller shader lib to the engine archive ( flutter/engine#37218 )
2022-11-01 14:19:13 -07:00
skia-flutter-autoroll
3b32bb4d2f
Roll Skia from 0490d8164997 to 027bf16067ab (4 revisions) ( flutter/engine#37216 )
2022-11-01 20:54:34 +00:00
Kaushik Iska
5e12486ff9
Print useful error messages when invalid options are given ( flutter/engine#37212 )
2022-11-01 14:59:13 -04:00
skia-flutter-autoroll
51c4ccf7b3
Roll Fuchsia Linux SDK from HIyR3VT4K1bz5xMC_... to x2DfaGq7LXsv_qYOD... ( flutter/engine#37213 )
2022-11-01 18:49:25 +00:00
Kevin Lubick
a94c7fe1de
Fix Skia includes of SkEncodedImageFormat et al ( flutter/engine#37201 )
2022-11-01 11:39:49 -07:00
skia-flutter-autoroll
a59be244c3
Roll Skia from 4cf2c682d5a7 to 0490d8164997 (3 revisions) ( flutter/engine#37209 )
2022-11-01 18:25:35 +00:00
Kaushik Iska
02062cca95
[Impeller] Pick swapchain composite alpha format among what's available ( flutter/engine#37202 )
2022-11-01 13:29:16 -04:00
skia-flutter-autoroll
65a23200bc
Roll Skia from 297af9e7af73 to 4cf2c682d5a7 (44 revisions) ( flutter/engine#37207 )
2022-11-01 16:52:06 +00:00
Kaushik Iska
6e6ef029da
[Impeller] Add docs to enable Vulkan validation layers on Android ( flutter/engine#37200 )
2022-11-01 12:48:42 -04:00
htoor3
aca860012b
[web] Changes to EditableState to be able to handle Framework text selection shortcuts ( flutter/engine#37097 )
2022-11-01 16:32:30 +00:00
Brandon DeRosier
5371c52ffe
[Impeller] Add FlutterFragCoord to impellerc shader lib ( flutter/engine#37126 )
2022-11-01 01:00:06 -07:00
skia-flutter-autoroll
61db92bfcd
Roll Fuchsia Linux SDK from Y30GJYiorAEkSGP_l... to HIyR3VT4K1bz5xMC_... ( flutter/engine#37189 )
2022-11-01 05:11:22 +00:00
Wu Zhong
fa3c339f45
[iOS] Not log callback cache info if cache is empty ( flutter/engine#36996 )
2022-11-01 02:46:34 +00:00
Jonah Williams
2096f2ade5
[web] Add web support for FragmentProgram ( flutter/engine#37065 )
2022-11-01 00:19:12 +00:00
Zachary Anderson
d8c929eb5f
Enable goma for arm64 iOS simulator build in engine_v2 recipe ( flutter/engine#37181 )
2022-10-31 20:51:08 +00:00
Zachary Anderson
135615dd3d
Add top-level target for Windows/Android gen_snapshot ( flutter/engine#37134 )
2022-10-31 12:55:05 -07:00
Dan Field
21cc000359
Revert "Reland layer state stack" ( flutter/engine#37178 )
2022-10-31 18:56:18 +00:00
Loïc Sharma
58e16a0ca7
[ANGLE] Re-enable ANGLE's "force context check" build flag ( flutter/engine#37055 )
...
In [angle@54dfb62](54dfb62c24 ), ANGLE made the "force context check" flag off by default [to improve performance](https://chromium-review.googlesource.com/c/angle/angle/+/2809855 ). Disabling this flag uncovered several bugs in ANGLE's D3D11 renderer that can cause [Flutter 3.3.0+ to crash](https://github.com/flutter/flutter/issues/110311 ). This change re-enables the "force context check" flag, bringing Flutter back to the last known good state used by Flutter 3.0.5 and earlier.
Fixes https://github.com/flutter/flutter/issues/110311
2022-10-31 11:53:23 -07:00
Jonah Williams
6641536611
use shader utils for JSON test ( flutter/engine#37176 )
2022-10-31 17:42:58 +00:00
Kaushik Iska
09e5bccbb1
[Impeller] Fix Vulkan compile failures on Android ( flutter/engine#37171 )
2022-10-31 16:28:05 +00:00
stuartmorgan
6013743aae
Forward a11y events from Hybrid Composition overlays ( flutter/engine#36924 )
2022-10-31 13:54:14 +00:00
dependabot[bot]
03585a78cc
Bump github/codeql-action from 2.1.28 to 2.1.29 ( flutter/engine#37169 )
2022-10-31 09:13:13 +00:00
Casey Hillers
0aa4b50fe6
Revert "Use iOS 16 APIs to rotate orientation ( #36874 )" ( flutter/engine#37165 )
2022-10-31 04:50:06 +00:00
Jim Graham
df85a4f401
Reland layer state stack ( flutter/engine#37135 )
2022-10-30 18:30:22 +00:00
fzyzcjy
491f827ea8
Fix wrong VSYNC event ( flutter/engine#36775 )
2022-10-29 22:07:03 +00:00
yusuf-goog
c99ddbe607
Add release_builder:True property for Linux linux* builders. ( flutter/engine#37130 )
2022-10-29 17:07:17 +00:00
Jonah Williams
4a72fe9fae
[Impeller] add supprt for JSON output mode ( flutter/engine#37123 )
2022-10-29 16:38:16 +00:00
skia-flutter-autoroll
77dd1a5630
Roll Skia from 50c117b0fff5 to 297af9e7af73 (1 revision) ( flutter/engine#37144 )
2022-10-29 14:54:23 +00:00
skia-flutter-autoroll
36dc9bdd5e
Roll Skia from a237bf198c10 to 50c117b0fff5 (10 revisions) ( flutter/engine#37139 )
2022-10-29 04:26:46 +00:00
Bruno Leroux
f6c5601c2f
[Lixux] fix pressing Shift+AltLeft throws ( flutter/engine#37079 )
2022-10-29 03:51:57 +00:00
skia-flutter-autoroll
33ba266371
Roll Skia from bd3d6a6ffaff to a237bf198c10 (2 revisions) ( flutter/engine#37138 )
2022-10-29 03:02:13 +00:00
Zachary Anderson
ff9927e3e8
Always include SkSL in .iplr files ( flutter/engine#37131 )
2022-10-28 17:51:06 -07:00
skia-flutter-autoroll
715b1af8cc
Roll Skia from b0a3c0802163 to bd3d6a6ffaff (1 revision) ( flutter/engine#37133 )
2022-10-29 00:31:27 +00:00
Jason Simmons
aebf087efc
Remove documentation references to the obsolete PlatformDispatcher.updateSemantics method ( flutter/engine#37137 )
2022-10-28 17:30:44 -07:00
skia-flutter-autoroll
827cb03a8e
Roll Skia from e474903a0236 to b0a3c0802163 (5 revisions) ( flutter/engine#37127 )
2022-10-28 22:44:18 +00:00
yaakovschectman
46aafe4a3f
Revert "Announce alerts through SemanticsService on Windows ( #36966 )" ( flutter/engine#37120 )
...
This reverts commit 815bcad64a .
2022-10-28 16:57:42 -04:00
Alex Wallen
67115d7ce5
Remove deprecated calls to updateSemantics in PlatformDispatcher ( flutter/engine#36673 )
2022-10-28 20:12:31 +00:00
Justin McCandless
a919fb99d3
Remove deprecated TextInputClient scribble method code ( flutter/engine#36970 )
2022-10-28 13:05:21 -07:00
Chris Yang
bdcc27632d
Revert "Migrate darwin common "framework_shared" target to ARC ( #37049 )" ( flutter/engine#37121 )
2022-10-28 19:28:49 +00:00
Alex Wallen
cd25486f13
[macOS] Make the default background color black. ( flutter/engine#36906 )
2022-10-28 19:24:08 +00:00
skia-flutter-autoroll
dc9e9aa992
Roll Skia from 8c10b23c714b to e474903a0236 (5 revisions) ( flutter/engine#37119 )
2022-10-28 18:46:54 +00:00
Jenn Magder
966d0ccebb
Only run clang-tidy in presubmit when C, C++, ObjC, or ObjC++ files change ( flutter/engine#36887 )
2022-10-28 18:20:09 +00:00
chunhtai
a1c002128b
Reland fixes Android text field to use hint text for accessibility ( flutter/engine#37093 )
2022-10-28 18:07:04 +00:00
Yegor
92d4e1e0a1
[web:a11y] fix group vs label relationship ( flutter/engine#36979 )
2022-10-28 17:36:37 +00:00
Brandon DeRosier
59c82a5bd0
[Impeller] Pass local coordinates to RuntimeEffect fragment shaders ( flutter/engine#37105 )
2022-10-28 09:55:19 -07:00