18090 Commits

Author SHA1 Message Date
skia-flutter-autoroll
df6e22711c Roll Skia from 4b6e2f0d8818 to 224e3e257d06 (42 revisions) (flutter/engine#27352)
https://skia.googlesource.com/skia.git/+log/4b6e2f0d8818..224e3e257d06

2021-07-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 697e53f421f9 to 3572711a2c6a (478 revisions)
2021-07-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 04cb5e1d7d89 to a8e98a238521 (6 revisions)
2021-07-13 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2021-07-13 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2021-07-13 reed@google.com Hide deprecated filterquality
2021-07-13 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2021-07-12 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2021-07-12 csmartdalton@google.com Never disable MSAA for FillRRectOp or GrDrawAtlasPathOp
2021-07-12 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2021-07-12 csmartdalton@google.com Move clip optimizations into GrFillRRectOp
2021-07-12 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2021-07-12 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2021-07-12 johnstiles@google.com Add test for SkSL vector-slice constructors.
2021-07-12 johnstiles@google.com Allow swizzles on Boolean scalar expressions.
2021-07-12 reed@google.com Add flag for filterquality in flutter
2021-07-12 reed@google.com Remove drawImageAtCurrentFrame
2021-07-12 johnstiles@google.com Add scalar-swizzling tests for int and bool types.
2021-07-12 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2021-07-12 ethannicholas@google.com Moved swizzle error checking into Swizzle::Convert
2021-07-12 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2021-07-12 johnstiles@google.com Use value_or in getBlendMode_or.
2021-07-12 robertphillips@google.com Add V1 & V2 build bots
2021-07-12 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2021-07-12 csmartdalton@google.com Fix the AppleM1 skpbench bot name
2021-07-12 jvanverth@google.com Make GrMtlAttachment a little more generic.
2021-07-12 johnstiles@google.com Disable SkSLMatrixToVectorCast test on Adreno 4/5/6xx.
2021-07-12 johnstiles@google.com Shore up matrix/vector conversion tests.
2021-07-12 johnstiles@google.com Support the Boolean form of mix() in the Metal/SPIR-V backends.
2021-07-12 ethannicholas@google.com Fixed some fixups not being applied to DSL code
2021-07-12 johnstiles@google.com Add support for mat2-to-ivec4 conversions in SkSL.
2021-07-12 johnstiles@google.com Disable SkSLMatrixToVectorCast test on Adreno 330.
2021-07-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from a30ee6a7dc21 to 697e53f421f9 (500 revisions)
2021-07-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 65498c15ca60 to 4716eec90fcb (3 revisions)
2021-07-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 17a4b6e7f6bd to 04cb5e1d7d89 (13 revisions)
2021-07-11 reed@google.com Hide deprecated SkPaint::getBlendMode
2021-07-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from 80b49c278b92 to 431aedb0c26d
2021-07-10 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2021-07-10 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2021-07-10 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2021-07-09 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2021-07-09 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2021-07-09 brianosman@google.com Fix python3 issue in compile_sksl_tests.py

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC johnstiles@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2021-07-13 07:45:54 -07:00
Jason Simmons
6d0433831e Do not use the centralized graphics context options for Fuchsia Vulkan contexts (flutter/engine#27347) 2021-07-13 07:41:02 -07:00
Martin Kustermann
91ff075a74 Make dart wrappable classes use only one native field (flutter/engine#27350)
* Make dart wrappable classes use only one native field

It appears like the second native field is never really used for
anything: It is set, cleared and verified it was cleared, but that is
it.

=> The only native field that is necessary is the `this` pointer of the
   equivalent C++ object.
=> The [DartWrapperInfo] object which was stored as second native field
   is always accessible via the virtual `GetDartWrapperInfo()` method on
   `this`.
2021-07-13 16:39:22 +02:00
Chinmay Garde
17aff107e9 Add [[nodiscard]] decorations to fml::HashCombine. (flutter/engine#27343)
This makes it easier to catch errors when HashCombine was used
instead of HashCombineSeed.
2021-07-13 06:53:25 -07:00
Dan Field
bf96d4bbc8 Fix the firebase scenario app run and assert that it does good things (flutter/engine#27295) 2021-07-12 16:56:02 -07:00
Chinmay Garde
170ad0fe1a Don't specify the secondary build tree when importing glfw. (flutter/engine#27344)
This lookup is implicit in GN. Explicitly specifying the glfw in
//build/secondary makes GN think multiple sources generate the same
intermediate object file.

This used to work because no other target also includes glfw. But I
am changing that in an upcoming test harness.
2021-07-12 16:53:05 -07:00
Emmanuel Garcia
4fbe0a6e47 Set Flutter View ID to the view ID instead of of the splash screen (flutter/engine#27262) 2021-07-12 16:41:02 -07:00
Devon Carew
5606c9682f update the analysis options for tools/licenses (flutter/engine#27339)
update the analysis options for tools/licenses
2021-07-12 16:34:42 -07:00
skia-flutter-autoroll
c2ab3e504b Roll Fuchsia Linux SDK from PzuC0jXIy... to vWn_wwccR... (flutter/engine#27338) 2021-07-12 14:26:02 -07:00
Jim Graham
d547fd7990 remove references to deprecated SkPaint::getBlendMode() (flutter/engine#27333) 2021-07-12 14:06:05 -07:00
skia-flutter-autoroll
1591e69180 Roll Fuchsia Mac SDK from DM-zc7Snb... to XuEHwe6le... (flutter/engine#27336) 2021-07-12 13:16:02 -07:00
Yegor
6dfbdc3f05 [web] delete e2etests and all related tooling (flutter/engine#27299)
* [web] delete e2etests and all related tooling
2021-07-12 12:16:31 -07:00
Mouad Debbar
9602957de7 [web] Librarify all remaining files (flutter/engine#27296) 2021-07-12 12:11:41 -07:00
Kaushik Iska
12750e2e95 [fuchsia] Cleanup unused method in dart:zircon handle (flutter/engine#27330) 2021-07-12 11:40:42 -07:00
Devon Carew
22df124af6 disable the directives_ordering lint (flutter/engine#27331) 2021-07-12 11:31:46 -07:00
Yegor
595fdcf51d [web] remove no longer used setFilterQuality (flutter/engine#27329) 2021-07-12 10:41:46 -07:00
Mouad Debbar
01c7fce68d [web] Clean up librarified files (flutter/engine#27209) 2021-07-12 10:04:44 -07:00
skia-flutter-autoroll
09c1b9a265 Roll Fuchsia Linux SDK from rc7UXpK1K... to PzuC0jXIy... (flutter/engine#27323) 2021-07-12 01:01:11 -07:00
skia-flutter-autoroll
32cf119caa Roll Fuchsia Mac SDK from gySDhb-Ea... to DM-zc7Snb... (flutter/engine#27322) 2021-07-12 00:11:01 -07:00
Zachary Anderson
b33fa08ebc Fix import order to unblock Dart roll (flutter/engine#27321) 2021-07-11 22:56:02 -07:00
Tong Mu
1bdcf5501f Windows: Fix AltGr key causing CtrlLeft to hang (flutter/engine#27266)
Fixes an issue where pressing AltGr key (on supporting layouts such as Spanish) on Windows causes CtrlLeft to hang pressed for both Flutter and Windows.

Co-authored-by: Greg Spencer <gspencergoog@users.noreply.github.com>
2021-07-11 21:38:22 -07:00
skia-flutter-autoroll
207c1f524a Roll Fuchsia Linux SDK from FV0wVt4TU... to rc7UXpK1K... (flutter/engine#27315) 2021-07-11 11:41:02 -07:00
skia-flutter-autoroll
fba7707b13 Roll Fuchsia Mac SDK from XZIR07Fmq... to gySDhb-Ea... (flutter/engine#27314) 2021-07-11 11:06:02 -07:00
skia-flutter-autoroll
59acb58b11 Roll Fuchsia Linux SDK from C6i1FgtOK... to FV0wVt4TU... (flutter/engine#27310) 2021-07-10 22:16:01 -07:00
skia-flutter-autoroll
d17b9c0e1a Roll Fuchsia Mac SDK from MKuIBsUt-... to XZIR07Fmq... (flutter/engine#27309) 2021-07-10 22:01:02 -07:00
skia-flutter-autoroll
076784be75 Roll Dart SDK from 40695d910591 to fb3ebe02a0bb (1 revision) (flutter/engine#27308) 2021-07-10 19:11:03 -07:00
skia-flutter-autoroll
5362821253 Roll Dart SDK from 812bf07cf737 to 40695d910591 (1 revision) (flutter/engine#27306) 2021-07-10 15:01:01 -07:00
skia-flutter-autoroll
13de0ddcaa Roll Fuchsia Mac SDK from MkrnXce9t... to MKuIBsUt-... (flutter/engine#27305) 2021-07-10 08:56:01 -07:00
skia-flutter-autoroll
a8886359fc Roll Fuchsia Linux SDK from 7q7h2ljWo... to C6i1FgtOK... (flutter/engine#27304) 2021-07-10 03:36:02 -07:00
Jim Graham
ab8a90ddeb encode DPR for shadows into DisplayList (flutter/engine#27289) 2021-07-10 00:46:02 -07:00
skia-flutter-autoroll
4b936db762 Roll Dart SDK from ab8bac9fd542 to 812bf07cf737 (1 revision) (flutter/engine#27300) 2021-07-09 23:01:01 -07:00
skia-flutter-autoroll
94b6930173 Roll Dart SDK from 83a559e0a9bd to ab8bac9fd542 (1 revision) (flutter/engine#27298) 2021-07-09 18:51:01 -07:00
Harry Terkelsen
2fbc4522df Dispose of embedded views in CanvasKit after resize (flutter/engine#27294) 2021-07-09 15:43:56 -07:00
skia-flutter-autoroll
4154082b2a Roll Skia from b161a77d0321 to 4b6e2f0d8818 (4 revisions) (flutter/engine#27293) 2021-07-09 15:01:02 -07:00
skia-flutter-autoroll
72f0da2ee2 Roll Dart SDK from a8c4933bf92e to 83a559e0a9bd (2 revisions) (flutter/engine#27291) 2021-07-09 14:41:04 -07:00
Zachary Anderson
ac95dbd5bc Build testing/dart snapshots with GN instead of in run_tests.py (flutter/engine#27292) 2021-07-09 14:27:48 -07:00
skia-flutter-autoroll
9a6b6b09c5 Roll Fuchsia Linux SDK from OPhOQ6shB... to 7q7h2ljWo... (flutter/engine#27290) 2021-07-09 14:16:01 -07:00
skia-flutter-autoroll
391a99ca10 Roll Skia from 768843b52f9d to b161a77d0321 (3 revisions) (flutter/engine#27287) 2021-07-09 13:36:01 -07:00
skia-flutter-autoroll
27da2d386e Roll Fuchsia Mac SDK from pt_XKNLXb... to MkrnXce9t... (flutter/engine#27286) 2021-07-09 13:31:01 -07:00
Mouad Debbar
7f4a254e76 [web] Librarify html renderer files (flutter/engine#27232) 2021-07-09 12:26:01 -07:00
skia-flutter-autoroll
958f6846c9 Roll Skia from 552a81a6c78b to 768843b52f9d (1 revision) (flutter/engine#27285) 2021-07-09 12:11:01 -07:00
Zachary Anderson
778fcfff51 Fix host_release tests for prebuilt Dart SDK (flutter/engine#27284) 2021-07-09 11:58:57 -07:00
Harry Terkelsen
5d7b10b928 [canvaskit] Make the surface size exactly the window size so filters work correctly at the edges (flutter/engine#26887) 2021-07-09 10:51:42 -07:00
skia-flutter-autoroll
dd0b9af4a8 Roll Skia from 8573dab150a7 to 552a81a6c78b (4 revisions) (flutter/engine#27282) 2021-07-09 10:46:03 -07:00
skia-flutter-autoroll
fb0360a543 Roll Skia from beb2fbf0e66a to 8573dab150a7 (4 revisions) (flutter/engine#27281) 2021-07-09 09:21:01 -07:00
Zachary Anderson
9b78f2cd77 Use the prebuilt SDK's VM to run its frontend_server (flutter/engine#27274) 2021-07-09 08:04:22 -07:00
skia-flutter-autoroll
87b43fbaaa Roll Skia from f5bd4e4b9f6b to beb2fbf0e66a (1 revision) (flutter/engine#27280) 2021-07-09 07:56:01 -07:00
skia-flutter-autoroll
f0eac0cb45 Roll Dart SDK from ae01d698532b to a8c4933bf92e (2 revisions) (flutter/engine#27279) 2021-07-09 06:31:02 -07:00
skia-flutter-autoroll
a66f3c8854 Roll Fuchsia Linux SDK from KsHfXaCpD... to OPhOQ6shB... (flutter/engine#27276) 2021-07-09 00:56:02 -07:00
skia-flutter-autoroll
3a4481da42 Roll Skia from 39122d445939 to f5bd4e4b9f6b (2 revisions) (flutter/engine#27275) 2021-07-09 00:36:01 -07:00