20278 Commits

Author SHA1 Message Date
skia-flutter-autoroll
463dae01ed Roll Skia from 1dfecd7cd478 to 7f385b0ae434 (9 revisions) (flutter/engine#37693)
https://skia.googlesource.com/skia.git/+log/1dfecd7cd478..7f385b0ae434

2022-11-16 herb@google.com SkSpan: fix initializer-list confusion
2022-11-16 robertphillips@google.com Revert "[graphite] Make Uniform Graphite-only"
2022-11-16 borenet@google.com [infra] Create kubectl asset
2022-11-16 penghuang@chromium.org [graphite] fix compile error for DawnResourceProvider.cpp
2022-11-16 jcgregorio@google.com Upgrade OS version on Sparky360 devices.
2022-11-16 robertphillips@google.com [graphite] Make Uniform Graphite-only
2022-11-16 kjlubick@google.com [includes] Enforce IWYU on even more base files
2022-11-16 kjlubick@google.com [includes] Enforce IWYU on some base files
2022-11-16 kjlubick@google.com [bazel] Support enforcing IWYU on select headers

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 aaclarke@google.com,tdenniston@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

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
2022-11-17 00:40:04 +00:00
godofredoc
86f91f085f Move windows engine_v2 to prod. (flutter/engine#37680)
Windows engine_v2 are now generating the expected artifacts and ready to
be moved to the production environment.

Bug: https://github.com/flutter/flutter/issues/81855
2022-11-16 23:34:03 +00:00
Kaushik Iska
5d5a04b2b3 Fix potential null-point references (flutter/engine#37678) 2022-11-16 22:08:04 +00:00
yaakovschectman
adc79c3cf3 Add back tooltip to Embedder (flutter/engine#37676)
* Add back tooltip to Embedder

* Test inclusion of tooltip data

* Change to constexpr

* Lint
2022-11-16 17:02:09 -05:00
skia-flutter-autoroll
182555a690 Roll Fuchsia Linux SDK from T7_W8eoMNuMdG-5R9... to haqxMhaSf7-4ZeVL8... (flutter/engine#37684)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC aaclarke@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

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
2022-11-16 21:36:19 +00:00
Michael Ludwig
8191916a47 Use SkImageFilters::Shader instead of ::Paint (flutter/engine#37682)
* Use SkImageFilters::Shader instead of ::Paint

SkImageFilters::Paint() is deprecated and will be removed in https://skia-review.googlesource.com/c/skia/+/604917

* Fix formatting
2022-11-16 12:56:57 -08:00
skia-flutter-autoroll
075b40413a Roll Skia from 74a57221dfb3 to 1dfecd7cd478 (6 revisions) (flutter/engine#37685)
https://skia.googlesource.com/skia.git/+log/74a57221dfb3..1dfecd7cd478

2022-11-16 penghuang@chromium.org [graphite] implement DawnTexture and DawnSampler
2022-11-16 robertphillips@google.com [graphite] Make KeyContext Graphite-only
2022-11-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from c5e93331a728 to 2809a099b5e5 (6 revisions)
2022-11-16 brianosman@google.com Add a debugger script for CodeLLDB visualizers
2022-11-16 brianosman@google.com Change SkParsePath::ToSVGString to just return the string
2022-11-16 johnstiles@google.com Omit frame pointers in SkOpts code.

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 aaclarke@google.com,tdenniston@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

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
2022-11-16 20:53:23 +00:00
Brandon DeRosier
82b8d83fb8 [Impeller] Reland: Refactor color source resolution to use explicit factory types (flutter/engine#37677)
* [Impeller] Reland: Refactor color source resolution to use explicit factory types
2022-11-16 11:48:40 -08:00
stuartmorgan
7bbe571f14 Fix resize crash in Android virtual display (flutter/engine#37329)
In the Virtual Display codepath for Android platform views, resize
completes asynchronously. Currently it is attempting to access the
Context in the completion handler, but there is no guarantee that it
is still present at that point, leading to possible null pointer
crashes.

This adds a check for the current state of the Context, and uses a
fallback if it's not available.

Fixes https://github.com/flutter/flutter/issues/114095
2022-11-16 19:06:30 +00:00
Josh Gargus
a1255b6105 [fuchsia] Fix shader warmup. (flutter/engine#37662)
Before, ~VulkanSurface() invokes a potentially empty std::function.
Now, checks if it is empty before invoking it.
2022-11-16 13:35:13 -05:00
skia-flutter-autoroll
d2e763ddb6 Roll Skia from 4b3d36f36bf3 to 74a57221dfb3 (7 revisions) (flutter/engine#37675)
https://skia.googlesource.com/skia.git/+log/4b3d36f36bf3..74a57221dfb3

2022-11-16 herb@google.com Move data pointer for move operator=
2022-11-16 brianosman@google.com Reland "Reland "Fix rect-dashing logic""
2022-11-16 bungeman@google.com Use Vulkan as Dawn test context on Android
2022-11-16 johnstiles@google.com Add basic slot tracking to Raster Pipeline code generation.
2022-11-16 robertphillips@google.com Remove stray ';'
2022-11-16 kjlubick@google.com Reland "[bazel] Fix golang cross-compilation on RBE"
2022-11-16 kjlubick@google.com Manually Roll Dawn from c33d10ae79e5 to d0353f342bd4 (18 revisions)

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 aaclarke@google.com,tdenniston@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

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
2022-11-16 17:57:08 +00:00
Chris Bracken
c26cb23881 [macOS] Merge FlutterMetalCompositor, superclass (flutter/engine#37648)
Now that OpenGL support in Flutter on macOS has been removed, the only
FlutterCompositor implementation is the Metal-based compositor. This
patch merges it into the FlutterCompositor base class since there's no
longer any reason to keep the interface separate from its implementation.

This patch will be followed by similar patches for the renderer, surface
manager, and external textures.

Issue: https://github.com/flutter/flutter/issues/108304
Issue: https://github.com/flutter/flutter/issues/114445
2022-11-16 09:56:22 -08:00
Zachary Anderson
ea2bc64c4b Revert "[Impeller] Refactor color source resolution to use explicit factory types (#37656)" (flutter/engine#37673)
This reverts commit 6bcc31ed0f2da58e7280311d4da3c65d5b2fc3d8.
2022-11-16 08:38:43 -08:00
skia-flutter-autoroll
0df6b02789 Roll Skia from 36efebf14ad8 to 4b3d36f36bf3 (1 revision) (flutter/engine#37668)
https://skia.googlesource.com/skia.git/+log/36efebf14ad8..4b3d36f36bf3

2022-11-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from e9b6c3973911 to 2a3eedab7272

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 aaclarke@google.com,tdenniston@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

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
2022-11-16 12:40:33 +00:00
Brandon DeRosier
6bcc31ed0f [Impeller] Refactor color source resolution to use explicit factory types (flutter/engine#37656) 2022-11-16 00:54:47 -08:00
skia-flutter-autoroll
1161c9606b Roll Skia from cdf8348e6fba to 36efebf14ad8 (4 revisions) (flutter/engine#37665)
https://skia.googlesource.com/skia.git/+log/cdf8348e6fba..36efebf14ad8

2022-11-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from afb6ece77e0c to c5e93331a728 (4 revisions)
2022-11-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from 71c1067c73fe to b3e750a1fe2c (2 revisions)
2022-11-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 85c98a92bb76 to 2fa255da8c82 (12 revisions)
2022-11-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from aac11f84562f to dbdf74996a2c (1 revision)

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 aaclarke@google.com,tdenniston@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

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
2022-11-16 08:04:33 +00:00
Brandon DeRosier
5264f22a55 Fix linter error (flutter/engine#37661) 2022-11-16 04:18:49 +00:00
skia-flutter-autoroll
5aed2242bf Roll Fuchsia Linux SDK from agStiOtzmc9Fmw6gc... to T7_W8eoMNuMdG-5R9... (flutter/engine#37659)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC aaclarke@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

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
2022-11-16 03:29:26 +00:00
yusuf-goog
649fa7534c Adding sdk_version to mac builds for dart-internal. (flutter/engine#37651)
The osx_sdk version isn't getting propagated to the sub-builds,
so adding a property to pass it in.

Bug:b/232552448
2022-11-16 03:24:29 +00:00
godofredoc
506765f907 Mark Linux Web Engine Bringup. (flutter/engine#37658)
This is to open the tree while downloading firefox is fixed.

Bug: https://github.com/flutter/flutter/issues/115404
2022-11-16 03:21:18 +00:00
skia-flutter-autoroll
d30484d5a8 Roll Skia from cfb6de45f39b to cdf8348e6fba (4 revisions) (flutter/engine#37649)
https://skia.googlesource.com/skia.git/+log/cfb6de45f39b..cdf8348e6fba

2022-11-15 armansito@google.com Skip switch fallthrough tests on Dawn
2022-11-15 michaelludwig@google.com [graphite] Add vertex shader to AnalyticRRectRenderStep
2022-11-15 nicolettep@google.com [graphite] VulkanCaps optimizations
2022-11-15 kjlubick@google.com [infra] Remove catchsegv from Linux recipes

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 aaclarke@google.com,tdenniston@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

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
2022-11-16 02:31:51 +00:00
Harry Terkelsen
4779ebc375 Revert "Update text editing tests (#37642)" (flutter/engine#37653)
This reverts commit dbdeabc5076e5f818e3726e8dd4a4f1bb4c19d97.
2022-11-15 16:28:19 -08:00
Chris Johnson
b8f5767b7f Remove usage of deprecated Fuchsia event source (flutter/engine#37641)
This capability is being removed by the Fuchsia platform (https://fuchsia-review.git.corp.google.com/c/fuchsia/+/758606), but is currently blocked on this usage.

This change simply removes the capability from this tests, where it doesn't seem to be used at all.
2022-11-15 15:53:26 -08:00
alanwutang11
df9586ab32 colorFilter as imageFilter for web (flutter/engine#37522)
* colorFilter as imageFilter

* misplaced early return in backdrop filter

* fixed test that did not make sense

* addressed comments

* removed creator and toRendererColorFilter method

* fixed typo and comment

* formatting

* more formatting
2022-11-15 23:44:16 +00:00
Harry Terkelsen
dbdeabc507 Update text editing tests (flutter/engine#37642) 2022-11-15 23:41:08 +00:00
Siva
9d3a153bfa Update language version in flutter_frontend_server/test/fixtures (flutter/engine#37643)
package.
2022-11-15 22:53:20 +00:00
Jackson Gardner
5b7645c6b3 Remove felt snapshotting behavior. (flutter/engine#37639)
* Remove felt snapshotting behavior.

* Use `dart run`.
2022-11-15 22:11:32 +00:00
skia-flutter-autoroll
08fef5091c Roll Skia from 02e2101a75f7 to cfb6de45f39b (7 revisions) (flutter/engine#37640)
https://skia.googlesource.com/skia.git/+log/02e2101a75f7..cfb6de45f39b

2022-11-15 nicolettep@google.com [graphite] Fix unintentional switch fallthrough causing Debian build failures
2022-11-15 bungeman@google.com Add Dawn handling to TextureInfo operators
2022-11-15 kjlubick@google.com Remove unused file
2022-11-15 jvanverth@google.com Remove all SDF code when optimizing for size
2022-11-15 herb@google.com Update debugging templates for SkTArray
2022-11-15 johnstiles@google.com Create a placeholder Raster Pipeline code generator.
2022-11-15 kjlubick@google.com Add DEPS -> deps.bzl check to CheckGeneratedFiles

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 aaclarke@google.com,tdenniston@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

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
2022-11-15 21:35:24 +00:00
Jim Graham
87e6c95c55 update Scene.toImageSync test to use proper bounds in the request (flutter/engine#37638) 2022-11-15 20:59:18 +00:00
yusuf-goog
14ce910051 Removing some builds from mac release builder. (flutter/engine#37556)
Reducing the number of mac releaase builder builds, since we
do not have enough capacity to process all the builds.

Bug:b/232552448
2022-11-15 20:52:19 +00:00
joshualitt
c6467e322e [web] Test harness fixes. (flutter/engine#37560) 2022-11-15 12:21:31 -08:00
Jackson Gardner
8b8ddc8c04 Skip the skwasm unit test suite on Safari since it is flaky. (flutter/engine#37602)
* Skip the skwasm unit test suite on Safari since it is flaky.

* Add TODO.
2022-11-15 20:20:45 +00:00
Brandon DeRosier
246a620e4d Add ability to set entry-point for HLSL shaders (flutter/engine#37608) 2022-11-15 11:43:07 -08:00
godofredoc
d3145f3a88 Add archives to android aot engine. (flutter/engine#37601)
This enables archives generation of gen_snapshot for windows AOT.

Bug: https://github.com/flutter/flutter/issues/81855
2022-11-15 19:40:46 +00:00
skia-flutter-autoroll
9e390d380d Roll Skia from 826b3ea577f3 to 02e2101a75f7 (4 revisions) (flutter/engine#37631)
https://skia.googlesource.com/skia.git/+log/826b3ea577f3..02e2101a75f7

2022-11-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 74a9c0d257ff to afb6ece77e0c (3 revisions)
2022-11-15 nicolettep@google.com [graphite] Implement vulkan default texture info methods
2022-11-15 johnstiles@google.com Move Program_GetUniformInfo into SkSL::Program.
2022-11-15 bungeman@google.com Update MSVC compiler toolchain

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 aaclarke@google.com,tdenniston@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

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
2022-11-15 18:37:46 +00:00
skia-flutter-autoroll
00e16867d0 Roll Skia from 1991515dd191 to 826b3ea577f3 (4 revisions) (flutter/engine#37628)
https://skia.googlesource.com/skia.git/+log/1991515dd191..826b3ea577f3

2022-11-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from e9b6c3973911 to 71c1067c73fe (3 revisions)
2022-11-15 robertphillips@google.com [graphite] Make KeyHelpers be Graphite-only
2022-11-15 johnstiles@google.com Reland "Reland "Add SkRasterPipeline ops immediate_f and store_unmasked.""
2022-11-15 kjlubick@google.com [canvaskit] Deploy 0.37.2

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 aaclarke@google.com,tdenniston@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

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
2022-11-15 17:09:04 +00:00
Alex Wallen
a97421b8bd Place native callback registration before running engine (flutter/engine#37600)
Co-authored-by: a-wallen <stephenwallen@google.com>
2022-11-15 14:46:58 +00:00
skia-flutter-autoroll
235abfe233 Roll Skia from 4d519a8ba97a to 1991515dd191 (1 revision) (flutter/engine#37622)
https://skia.googlesource.com/skia.git/+log/4d519a8ba97a..1991515dd191

2022-11-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from 7da398475e3c to e9b6c3973911

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 jimgraham@google.com,tdenniston@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

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
2022-11-15 14:14:09 +00:00
skia-flutter-autoroll
b8a088f0fc Roll Fuchsia Linux SDK from B0OuUvWOY24LI1WoF... to agStiOtzmc9Fmw6gc... (flutter/engine#37621)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC jimgraham@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

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
2022-11-15 14:02:07 +00:00
Kaushik Iska
845441abe0 [Impeller] Add debug names to additional VK objects (flutter/engine#37592) 2022-11-15 08:17:24 -05:00
skia-flutter-autoroll
8a1afb4a13 Roll Skia from 24523449b1b3 to 4d519a8ba97a (3 revisions) (flutter/engine#37618)
https://skia.googlesource.com/skia.git/+log/24523449b1b3..4d519a8ba97a

2022-11-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from 7da398475e3c to e9b6c3973911 (1 revision)
2022-11-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 82855be3c811 to 85c98a92bb76 (7 revisions)
2022-11-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 87d41aad5e71 to aac11f84562f (1 revision)

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 jimgraham@google.com,tdenniston@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

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
2022-11-15 08:10:21 +00:00
skia-flutter-autoroll
c5fc66ec1d Roll Skia from d758b240cad0 to 24523449b1b3 (1 revision) (flutter/engine#37616)
https://skia.googlesource.com/skia.git/+log/d758b240cad0..24523449b1b3

2022-11-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 131d736c57d4 to 74a9c0d257ff (4 revisions)

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 jimgraham@google.com,tdenniston@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

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
2022-11-15 05:59:46 +00:00
skia-flutter-autoroll
82b34071d5 Roll Skia from 2cebc1ce363c to d758b240cad0 (1 revision) (flutter/engine#37614)
https://skia.googlesource.com/skia.git/+log/2cebc1ce363c..d758b240cad0

2022-11-15 johnstiles@google.com Revert "Reland "Add SkRasterPipeline ops immediate_f and store_unmasked.""

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 jimgraham@google.com,tdenniston@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

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
2022-11-15 04:25:15 +00:00
Harry Terkelsen
cac16e67dc Combine results of all the test batches. (flutter/engine#37610)
* Combine results of all the test batches.

* Skip regressions

* Use bool instead

* remove unused var

* skip fragment_program_test

* Also skip GL context lost test

* Transparent background test fails on Firefox and Safari

* Skip other test in safari

* Skip text test on firefox
2022-11-15 03:35:39 +00:00
skia-flutter-autoroll
d14cdbc579 Roll Skia from b474a43dcc34 to 2cebc1ce363c (2 revisions) (flutter/engine#37612)
https://skia.googlesource.com/skia.git/+log/b474a43dcc34..2cebc1ce363c

2022-11-15 johnstiles@google.com Reland "Add SkRasterPipeline ops immediate_f and store_unmasked."
2022-11-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from 44d375050861 to 7da398475e3c (1 revision)

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 jimgraham@google.com,tdenniston@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

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
2022-11-15 03:00:06 +00:00
joshualitt
bd77bcebbb Revert "[web] Switch to doubles (#37336)" (flutter/engine#37609)
This reverts commit e3bed0a86df37652c27e3667fcc99bfac75a741e.
2022-11-14 16:44:30 -08:00
skia-flutter-autoroll
ce487c43ac Roll Skia from 33c62dafffc9 to b474a43dcc34 (6 revisions) (flutter/engine#37606)
https://skia.googlesource.com/skia.git/+log/33c62dafffc9..b474a43dcc34

2022-11-14 bsalomon@google.com 11 file Sample->Slide conversion
2022-11-14 michaelludwig@google.com [skif] Fix origin negation
2022-11-14 johnstiles@google.com Revert "Add SkRasterPipeline ops immediate_f and store_unmasked."
2022-11-14 robertphillips@google.com Fix chrome build
2022-11-14 jamesgk@google.com [graphite] Track Device size separately from target texture proxy's
2022-11-14 johnstiles@google.com Add SkRasterPipeline ops immediate_f and store_unmasked.

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 jimgraham@google.com,tdenniston@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

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
2022-11-15 00:37:14 +00:00
Tong Mu
4c499bb24a [Multiwindow, macOS] FlutterCompositor::Present receives view_id (flutter/engine#37391)
* Impl and test

* Change to default view
2022-11-14 16:03:13 -08:00
skia-flutter-autoroll
5c4d3df8cb Roll Fuchsia Linux SDK from dRHIZSishiboEHMdw... to B0OuUvWOY24LI1WoF... (flutter/engine#37603)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC jimgraham@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

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
2022-11-14 23:59:01 +00:00
Brandon DeRosier
ec05d9b6a8 [Impeller] Only apply the rrect blur fast path for solid Colors (flutter/engine#37594) 2022-11-14 14:58:27 -08:00