skia-flutter-autoroll
757c3f34f6
Roll Skia from bf7409b32105 to f92fbda20782 (1 revision) ( flutter/engine#33634 )
2022-05-26 04:10:03 -07:00
skia-flutter-autoroll
04f7531acf
Roll Skia from c9c86fef729d to bf7409b32105 (1 revision) ( flutter/engine#33633 )
2022-05-26 00:15:04 -07:00
Chinmay Garde
667051ea5b
[Impeller] GLES: Keep track of OpenGL ES device capabilities. ( flutter/engine#33628 )
2022-05-26 00:05:05 -07:00
skia-flutter-autoroll
50d2130a71
Roll Fuchsia Linux SDK from 4MItR-HyL... to le9UQNXi2... ( flutter/engine#33631 )
2022-05-25 22:05:04 -07:00
dependabot[bot]
29292c67c2
Bump ossf/scorecard-action from 1.0.4 to 1.1.0 ( flutter/engine#33629 )
2022-05-25 19:33:04 -07:00
dependabot[bot]
7b7ff3fc71
Bump actions/upload-artifact from 3.0.0 to 3.1.0 ( flutter/engine#33552 )
2022-05-25 18:28:05 -07:00
Chinmay Garde
87bd337836
[Impeller] GLES: Wire up program link log dumping and fix TheImpeller showcase. ( flutter/engine#33626 )
...
The linker error was due to the same uniform name with different types
appearing in different shader stages. I'll add an Impeller validation
for this in a subsequent patch so we don't depend on testing in GLES.
There was also another issue related to not being able to bind a
cube-map type texture.
After these fixes, the showcase runs but the one of the textures
doesn't seem to be sampled still. But still, the progress is pretty
neat.
Fixes https://github.com/flutter/flutter/issues/104585 .
2022-05-25 17:32:08 -07:00
skia-flutter-autoroll
1471e8c959
Roll Skia from f58d05a909d9 to c9c86fef729d (2 revisions) ( flutter/engine#33625 )
2022-05-25 15:53:04 -07:00
Lau Ching Jun
7e1f01af02
[impeller] Include <functional> in a header file where std::function is used. ( flutter/engine#33621 )
2022-05-25 14:48:04 -07:00
Lau Ching Jun
bf793ac0cd
[impeller] Import the header file in the generated shader file. ( flutter/engine#33623 )
2022-05-25 14:28:04 -07:00
skia-flutter-autoroll
0833dd05f1
Roll Skia from 052566d8ccb7 to f58d05a909d9 (4 revisions) ( flutter/engine#33620 )
2022-05-25 14:18:06 -07:00
skia-flutter-autoroll
25c5043012
Roll Skia from b3a74c7d8b49 to 052566d8ccb7 (2 revisions) ( flutter/engine#33617 )
2022-05-25 12:38:05 -07:00
Kaushik Iska
796e65f687
Layer snapshots also contain bounds information ( flutter/engine#33615 )
2022-05-25 11:43:04 -07:00
Chinmay Garde
97bbedec8c
[impeller] OpenGL ES: Refactor handle table and debug label management. ( flutter/engine#33598 )
...
Acquires fewer locks and doesn't throw GL errors when setting labels on
create-on-bind resources that haven't been bound yet. In such cases, the
label will be set on the next reaction.
2022-05-25 11:38:03 -07:00
skia-flutter-autoroll
882de90924
Roll Skia from bfc9b9484092 to b3a74c7d8b49 (2 revisions) ( flutter/engine#33613 )
2022-05-25 11:13:05 -07:00
Jason Simmons
6714554f40
Pass the --enable-skparagraph=false flag if the EnableSkParagraph manifest metadata value is false ( flutter/engine#33597 )
2022-05-25 10:38:02 -07:00
joshualitt
30eab9522b
[web] Migrate Flutter Web DOM usage to JS static interop - 19. ( flutter/engine#33347 )
2022-05-25 10:08:24 -07:00
skia-flutter-autoroll
bb634836ce
Roll Skia from 70e432e72745 to bfc9b9484092 (3 revisions) ( flutter/engine#33612 )
2022-05-25 09:48:04 -07:00
skia-flutter-autoroll
4bc6998824
Roll Skia from 5934f0e64066 to 70e432e72745 (1 revision) ( flutter/engine#33608 )
2022-05-25 03:23:04 -07:00
skia-flutter-autoroll
88e31fdae8
Roll Skia from 9b037f4081a9 to 5934f0e64066 (1 revision) ( flutter/engine#33607 )
2022-05-25 00:28:03 -07:00
skia-flutter-autoroll
fe87b478a4
Roll Skia from 45ecc5862826 to 9b037f4081a9 (1 revision) ( flutter/engine#33606 )
2022-05-24 23:03:05 -07:00
skia-flutter-autoroll
917ba346c1
Roll Fuchsia Linux SDK from f8Fy-iyy3... to 4MItR-HyL... ( flutter/engine#33602 )
2022-05-24 19:43:06 -07:00
Chinmay Garde
cf017ab894
[impeller] Add doc note on how to enable Impeller without the tool. ( flutter/engine#33600 )
2022-05-24 18:08:04 -07:00
skia-flutter-autoroll
3748946e09
Roll Skia from 225c8861b75b to 45ecc5862826 (3 revisions) ( flutter/engine#33596 )
2022-05-24 14:48:04 -07:00
Alexander Biggs
c99c1e532d
[fuchsia] Fix bad DCHECKs. ( flutter/engine#33593 )
...
We didn't catch these because the --unopt build was broken for about
a year and not well-tested.
The --unopt build was recently repaired in https://github.com/flutter/engine/pull/32502 .
2022-05-24 13:56:21 -07:00
skia-flutter-autoroll
2595546d1a
Roll Skia from 88e0e75380ee to 225c8861b75b (1 revision) ( flutter/engine#33594 )
2022-05-24 13:23:04 -07:00
skia-flutter-autoroll
0723c79065
Roll Skia from 163db5205d0b to 88e0e75380ee (6 revisions) ( flutter/engine#33591 )
2022-05-24 11:58:06 -07:00
Tong Mu
861b51a5a1
Revert "Reland "Hardware Keyboard: Android" ( #33567 )" ( flutter/engine#33589 )
...
This reverts commit 8cb40595dc05cd094a1cc27ede4ab59d19365070.
2022-05-24 11:02:28 -07:00
Tong Mu
8cb40595dc
Reland "Hardware Keyboard: Android" ( flutter/engine#33567 )
2022-05-24 09:49:23 -07:00
skia-flutter-autoroll
37e22e4157
Roll Skia from 8ad30fcbbe5a to 163db5205d0b (2 revisions) ( flutter/engine#33586 )
2022-05-24 09:13:04 -07:00
Mouad Debbar
48799c6f98
[web] Send input action even in multiline editing mode ( flutter/engine#33428 )
2022-05-24 07:53:05 -07:00
skia-flutter-autoroll
89024aa673
Roll Fuchsia Linux SDK from hLegdSwQ5... to f8Fy-iyy3... ( flutter/engine#33581 )
2022-05-24 06:23:05 -07:00
skia-flutter-autoroll
26ff9c6903
Roll Skia from c00eb65799ca to 8ad30fcbbe5a (1 revision) ( flutter/engine#33580 )
2022-05-23 23:43:04 -07:00
skia-flutter-autoroll
5311bcc0b4
Roll Skia from 791f4bcf3e38 to c00eb65799ca (1 revision) ( flutter/engine#33578 )
2022-05-23 22:23:05 -07:00
Chinmay Garde
a35efe4636
[impeller] OpenGL: Add support for threads and contexts. ( flutter/engine#33575 )
2022-05-23 20:38:01 -07:00
Chinmay Garde
38a66b5e06
Teach the license script about fixtures and playgrounds. ( flutter/engine#33577 )
2022-05-23 20:33:04 -07:00
Chris Yang
3720c4dff0
Revert "iOS spell-checker ObjC" ( flutter/engine#33570 )
2022-05-23 19:08:05 -07:00
Tong Mu
76405adb9f
Clarify ImageDescriptor.raw pixel order and add version detector ( flutter/engine#30343 )
2022-05-23 18:38:02 -07:00
nbayati
53318be751
Update accessibleNavigation when the state of accessibility changes ( flutter/engine#33576 )
2022-05-23 17:58:05 -07:00
Christopher Fujino
9ed0ddc68c
Reland "Use CIPD to download prebuilt Dart SDKs #33345 " ( flutter/engine#33569 )
2022-05-23 17:08:04 -07:00
skia-flutter-autoroll
f63351667b
Roll Fuchsia Linux SDK from KG9Y2q6J-... to hLegdSwQ5... ( flutter/engine#33568 )
2022-05-23 17:03:06 -07:00
Callum Moffat
bef8075011
Linux trackpad gestures ( flutter/engine#31592 )
2022-05-23 16:53:06 -07:00
skia-flutter-autoroll
ee02b50699
Roll Skia from dfabbfc0e311 to 791f4bcf3e38 (2 revisions) ( flutter/engine#33566 )
2022-05-23 16:08:05 -07:00
Chinmay Garde
180297c3bc
[impeller] Add compiler and reflector support for tessellation and compute shaders. ( flutter/engine#33565 )
2022-05-23 15:18:05 -07:00
skia-flutter-autoroll
bee658e4b8
Roll Skia from 8fd61eea0ded to dfabbfc0e311 (1 revision) ( flutter/engine#33564 )
2022-05-23 14:48:04 -07:00
Brandon DeRosier
cd79773159
[Impeller] Don't discard GLES buffer for each copy; respect destination offset ( flutter/engine#33545 )
2022-05-23 13:43:41 -07:00
Nils Reichardt
3600d3c97e
Fix typo "SetTestFluttterStub", "FluttterActivity" and "implementantions" ( flutter/engine#33551 )
...
As recommended in https://github.com/flutter/engine/pull/33547#issuecomment-1134077565 , I fixed all typos in one PR.
Fixes https://github.com/flutter/flutter/issues/104366
Fixes https://github.com/flutter/flutter/issues/104367
Fixes https://github.com/flutter/flutter/issues/104368
Fixes https://github.com/flutter/flutter/issues/104369
Fixes https://github.com/flutter/flutter/issues/104370
2022-05-23 13:24:48 -07:00
Dacian Florea
222b241e26
Update "unregistered_view_type" error message ( flutter/engine#33450 )
2022-05-23 13:08:05 -07:00
skia-flutter-autoroll
2f34db892e
Roll Skia from 230c535dfefb to 8fd61eea0ded (5 revisions) ( flutter/engine#33559 )
2022-05-23 12:28:05 -07:00
joshualitt
07aee8301f
[web] Migrate Flutter Web DOM usage to JS static interop - 17. ( flutter/engine#33338 )
2022-05-23 11:11:59 -07:00