Chinmay Garde
e494c2f4df
[Impeller] Update guidance on how to try Impeller on macOS Desktop. ( flutter/engine#44186 )
...
The website was updated in https://github.com/flutter/website/pull/9114/files
2023-07-31 21:54:52 +00:00
Chinmay Garde
70d6d7cb22
[Impeller] Add a descriptive blurb about newer Impeller components and fix links. ( flutter/engine#44183 )
2023-07-31 21:24:12 +00:00
skia-flutter-autoroll
3cbc4eaedf
Roll Skia from 06174bc8f4d5 to db813f4043fe (1 revision) ( flutter/engine#44182 )
...
https://skia.googlesource.com/skia.git/+log/06174bc8f4d5..db813f4043fe
2023-07-31 herb@google.com Use unique_ptr in THashTable
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 brianosman@google.com ,jonahwilliams@google.com ,jvanverth@google.com ,rmistry@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
2023-07-31 21:12:48 +00:00
Jason Simmons
3bb1764557
[Impeller] Create a wrapper Impeller context for each Vulkan surface and its swapchain ( flutter/engine#44171 )
...
In https://github.com/flutter/engine/pull/41059 the Android context and surface were changed to share one impeller::ContextVK across all instances of AndroidSurfaceVulkanImpeller. However, the ContextVK holds a reference to the current swapchain. If an app uses multiple AndroidSurfaceVulkanImpeller instances (e.g. for platform views), then one surface may overwrite the ContextVK's swapchain while another surface is trying to render.
This patch allows each surface to get its own impeller::Context instance holding a swapchain tied to that surface. The per-surface contexts will delegate most operations to the shared parent ContextVK.
2023-07-31 20:49:11 +00:00
skia-flutter-autoroll
722441b8f5
Roll Skia from ea0c9c0935ae to 06174bc8f4d5 (2 revisions) ( flutter/engine#44179 )
...
https://skia.googlesource.com/skia.git/+log/ea0c9c0935ae..06174bc8f4d5
2023-07-31 brianosman@google.com Remove Debian10-GCC jobs and docker support
2023-07-31 johnstiles@google.com Remove ModifiersPool entirely.
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 brianosman@google.com ,jonahwilliams@google.com ,jvanverth@google.com ,rmistry@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
2023-07-31 20:05:20 +00:00
skia-flutter-autoroll
2f777dff81
Roll ANGLE from 2755f73a3461 to faca95f7e81b (1 revision) ( flutter/engine#44178 )
...
2755f73a34..faca95f7e8
2023-07-31 i.nazarov@samsung.com Fix memory leak destroying never current Context
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/angle-flutter-engine
Please CC flutter-engine@google.com ,jonahwilliams@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in ANGLE: http://anglebug.com/new
To file a bug in Flutter Engine: https://github.com/flutter/flutter/issues/new
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
2023-07-31 20:01:23 +00:00
skia-flutter-autoroll
e7a92219bb
Roll Skia from 9c12eb0e158a to ea0c9c0935ae (4 revisions) ( flutter/engine#44177 )
...
https://skia.googlesource.com/skia.git/+log/9c12eb0e158a..ea0c9c0935ae
2023-07-31 brianosman@google.com Switch GCC jobs on CQ to Debian-11/GCC-10.3
2023-07-31 johnstiles@google.com Move storage of Layout to ExtendedVariable.
2023-07-31 kjlubick@google.com Make deleteBackendTexture take a const reference
2023-07-31 johnstiles@google.com Split Variable modifiers() into layout() and modifierFlags().
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 brianosman@google.com ,jonahwilliams@google.com ,jvanverth@google.com ,rmistry@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
2023-07-31 19:20:37 +00:00
skia-flutter-autoroll
d3dc6b8fcd
Roll Skia from 685e29df6704 to 9c12eb0e158a (2 revisions) ( flutter/engine#44173 )
...
https://skia.googlesource.com/skia.git/+log/685e29df6704..9c12eb0e158a
2023-07-31 johnstiles@google.com Avoid mutating parameter flags after creation.
2023-07-31 johnstiles@google.com Remove builtin-layout values for runtime effect parameters.
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 brianosman@google.com ,jonahwilliams@google.com ,jvanverth@google.com ,rmistry@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
2023-07-31 18:35:20 +00:00
skia-flutter-autoroll
1d8a35d3ca
Roll Skia from cb61dd4af8a5 to 685e29df6704 (2 revisions) ( flutter/engine#44170 )
...
https://skia.googlesource.com/skia.git/+log/cb61dd4af8a5..685e29df6704
2023-07-31 brianosman@google.com Add Debian11-GCC jobs
2023-07-31 drott@chromium.org [Fontations] Move C++ side to pure virtual interfaces
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 brianosman@google.com ,jonahwilliams@google.com ,jvanverth@google.com ,rmistry@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
2023-07-31 16:39:54 +00:00
skia-flutter-autoroll
338654a18c
Roll Fuchsia Mac SDK from c0Pr9uG-46yC83ZVy... to Dd4To9QyMtoPGPIpl... ( flutter/engine#44168 )
...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
Please CC jonahwilliams@google.com ,rmistry@google.com ,zra@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
2023-07-31 16:20:01 +00:00
skia-flutter-autoroll
aa9c5fa094
Roll ANGLE from fb37e0542c7c to 2755f73a3461 (1 revision) ( flutter/engine#44167 )
...
fb37e0542c..2755f73a34
2023-07-31 angle-autoroll@skia-public.iam.gserviceaccount.com Manual roll vulkan-deps from 6f1c3384ecb6 to ed9dadbd89cd (23 revisions)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/angle-flutter-engine
Please CC flutter-engine@google.com ,jonahwilliams@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in ANGLE: http://anglebug.com/new
To file a bug in Flutter Engine: https://github.com/flutter/flutter/issues/new
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
2023-07-31 16:11:09 +00:00
skia-flutter-autoroll
5687c62f0f
Roll Fuchsia Linux SDK from SqCbKBft29XeD2Qvw... to wIpcCOc0TtDYasQbl... ( flutter/engine#44166 )
...
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 jonahwilliams@google.com ,rmistry@google.com ,zra@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
2023-07-31 15:50:58 +00:00
skia-flutter-autoroll
7a143cd26b
Roll Skia from 6ee21fa70879 to cb61dd4af8a5 (1 revision) ( flutter/engine#44165 )
...
https://skia.googlesource.com/skia.git/+log/6ee21fa70879..cb61dd4af8a5
2023-07-31 johnstiles@google.com Remove ModifiersPool usage from ModifiersDeclaration.
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 brianosman@google.com ,jonahwilliams@google.com ,jvanverth@google.com ,rmistry@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
2023-07-31 15:50:55 +00:00
skia-flutter-autoroll
80ba9a0bed
Roll ANGLE from 143fa68f50b7 to fb37e0542c7c (1 revision) ( flutter/engine#44161 )
...
143fa68f50..fb37e0542c
2023-07-31 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from be53e6b6e597 to 1cd9335ae38e (654 revisions)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/angle-flutter-engine
Please CC flutter-engine@google.com ,jonahwilliams@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in ANGLE: http://anglebug.com/new
To file a bug in Flutter Engine: https://github.com/flutter/flutter/issues/new
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
2023-07-31 09:47:12 +00:00
skia-flutter-autoroll
622387ed9d
Roll Skia from 91b838fe533d to 6ee21fa70879 (1 revision) ( flutter/engine#44160 )
...
https://skia.googlesource.com/skia.git/+log/91b838fe533d..6ee21fa70879
2023-07-31 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 613eefa3a70f to 143fa68f50b7 (6 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 brianosman@google.com ,jonahwilliams@google.com ,jvanverth@google.com ,rmistry@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
2023-07-31 07:18:05 +00:00
skia-flutter-autoroll
d5c24e862c
Roll Skia from 1146dd2212ba to 91b838fe533d (1 revision) ( flutter/engine#44159 )
...
https://skia.googlesource.com/skia.git/+log/1146dd2212ba..91b838fe533d
2023-07-31 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from 1695fc6fc41d to df3e74cf44d3
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 brianosman@google.com ,jonahwilliams@google.com ,jvanverth@google.com ,rmistry@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
2023-07-31 06:13:04 +00:00
skia-flutter-autoroll
8ccb4ff473
Roll Skia from 3febb7d97cb0 to 1146dd2212ba (1 revision) ( flutter/engine#44158 )
...
https://skia.googlesource.com/skia.git/+log/3febb7d97cb0..1146dd2212ba
2023-07-31 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from 5724c6b09fee to 1695fc6fc41d (10 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 brianosman@google.com ,jonahwilliams@google.com ,jvanverth@google.com ,rmistry@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
2023-07-31 05:36:22 +00:00
skia-flutter-autoroll
e2686cd39f
Roll Skia from 0e62d11175aa to 3febb7d97cb0 (1 revision) ( flutter/engine#44156 )
...
https://skia.googlesource.com/skia.git/+log/0e62d11175aa..3febb7d97cb0
2023-07-31 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from f0b9f98cef69 to 98abc2159e3b (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 brianosman@google.com ,jonahwilliams@google.com ,jvanverth@google.com ,rmistry@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
2023-07-31 03:44:21 +00:00
skia-flutter-autoroll
c9e06c7e9b
Roll Fuchsia Linux SDK from 5tPeR3pmLZVAbR1iy... to SqCbKBft29XeD2Qvw... ( flutter/engine#44155 )
...
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 jonahwilliams@google.com ,rmistry@google.com ,zra@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
2023-07-31 03:11:10 +00:00
skia-flutter-autoroll
6d936cc8be
Roll Fuchsia Mac SDK from 17au0GOALWDVfQnwu... to c0Pr9uG-46yC83ZVy... ( flutter/engine#44154 )
...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
Please CC jonahwilliams@google.com ,rmistry@google.com ,zra@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
2023-07-30 21:11:38 +00:00
skia-flutter-autoroll
dbdca1d33b
Roll Fuchsia Linux SDK from 38hspwoyzrqU6GbsM... to 5tPeR3pmLZVAbR1iy... ( flutter/engine#44152 )
...
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 jonahwilliams@google.com ,rmistry@google.com ,zra@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
2023-07-30 14:29:05 +00:00
skia-flutter-autoroll
8a7037b11f
Roll Skia from 01451297ae1b to 0e62d11175aa (1 revision) ( flutter/engine#44151 )
...
https://skia.googlesource.com/skia.git/+log/01451297ae1b..0e62d11175aa
2023-07-30 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
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 brianosman@google.com ,jonahwilliams@google.com ,jvanverth@google.com ,rmistry@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
2023-07-30 11:15:39 +00:00
skia-flutter-autoroll
23b83ea803
Roll Skia from c33c0619b892 to 01451297ae1b (1 revision) ( flutter/engine#44150 )
...
https://skia.googlesource.com/skia.git/+log/c33c0619b892..01451297ae1b
2023-07-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 46e6fae12ed2 to f0b9f98cef69 (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 brianosman@google.com ,jonahwilliams@google.com ,jvanverth@google.com ,rmistry@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
2023-07-30 10:06:21 +00:00
skia-flutter-autoroll
b7f2c25302
Roll Fuchsia Mac SDK from VIjw2bdybUo-rgC0t... to 17au0GOALWDVfQnwu... ( flutter/engine#44148 )
...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
Please CC jonahwilliams@google.com ,rmistry@google.com ,zra@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
2023-07-30 05:03:21 +00:00
skia-flutter-autoroll
fb37595768
Roll Fuchsia Linux SDK from -5L2wI7BjRNgnccfl... to 38hspwoyzrqU6GbsM... ( flutter/engine#44145 )
...
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 jonahwilliams@google.com ,rmistry@google.com ,zra@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
2023-07-30 01:41:36 +00:00
skia-flutter-autoroll
54f9ab1df2
Roll ANGLE from 0abd6f549ff1 to 143fa68f50b7 (1 revision) ( flutter/engine#44144 )
...
0abd6f549f..143fa68f50
2023-07-29 lexa.knyazev@gmail.com Disallow read type conversions for signed 16-bit color buffers
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/angle-flutter-engine
Please CC flutter-engine@google.com ,jonahwilliams@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in ANGLE: http://anglebug.com/new
To file a bug in Flutter Engine: https://github.com/flutter/flutter/issues/new
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
2023-07-30 01:37:09 +00:00
Chinmay Garde
3ac37e1133
[Impeller] Update documentation on RenderDoc frame capture. ( flutter/engine#44124 )
...
Fixes https://github.com/flutter/flutter/issues/131461
2023-07-29 20:16:16 +00:00
skia-flutter-autoroll
e3a60f73ea
Roll Skia from 72348f7deb8d to c33c0619b892 (1 revision) ( flutter/engine#44140 )
...
https://skia.googlesource.com/skia.git/+log/72348f7deb8d..c33c0619b892
2023-07-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 4daa39714ef7 to 46e6fae12ed2 (2 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 brianosman@google.com ,jonahwilliams@google.com ,michaelludwig@google.com ,rmistry@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
2023-07-29 17:53:21 +00:00
skia-flutter-autoroll
e92c7ebe80
Roll Fuchsia Mac SDK from vTivaP4a62tRMYue1... to VIjw2bdybUo-rgC0t... ( flutter/engine#44137 )
...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
Please CC jonahwilliams@google.com ,rmistry@google.com ,zra@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
2023-07-29 13:15:30 +00:00
skia-flutter-autoroll
541cf5af1d
Roll Fuchsia Linux SDK from 1KABCKdr8VToJTlt-... to -5L2wI7BjRNgnccfl... ( flutter/engine#44136 )
...
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 jonahwilliams@google.com ,rmistry@google.com ,zra@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
2023-07-29 13:02:30 +00:00
skia-flutter-autoroll
dc29731f57
Roll Skia from 2c964e925435 to 72348f7deb8d (1 revision) ( flutter/engine#44130 )
...
https://skia.googlesource.com/skia.git/+log/2c964e925435..72348f7deb8d
2023-07-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from efb70f7806ac to 4daa39714ef7 (7 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 brianosman@google.com ,jonahwilliams@google.com ,michaelludwig@google.com ,rmistry@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
2023-07-29 05:06:20 +00:00
skia-flutter-autoroll
fa893fc998
Roll Dart SDK from c2dadcad3224 to 4fd35600b477 (1 revision) ( flutter/engine#44129 )
...
https://dart.googlesource.com/sdk.git/+log/c2dadcad3224..4fd35600b477
2023-07-29 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.2.0-15.0.dev
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC dart-vm-team@google.com ,jonahwilliams@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter Engine: 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
2023-07-29 04:55:03 +00:00
skia-flutter-autoroll
aed2018dfe
Roll Skia from 7dca9cd5bf70 to 2c964e925435 (1 revision) ( flutter/engine#44128 )
...
https://skia.googlesource.com/skia.git/+log/7dca9cd5bf70..2c964e925435
2023-07-29 ajgo@chromium.org Prime expat's hash salt on Windows
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 brianosman@google.com ,jonahwilliams@google.com ,michaelludwig@google.com ,rmistry@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
2023-07-29 04:02:21 +00:00
skia-flutter-autoroll
56900c9074
Roll Skia from 7fe2e36ea05e to 7dca9cd5bf70 (1 revision) ( flutter/engine#44126 )
...
https://skia.googlesource.com/skia.git/+log/7fe2e36ea05e..7dca9cd5bf70
2023-07-29 michaelludwig@google.com Revert "[skif] Update MatrixConvolution to use FilterResult"
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 brianosman@google.com ,jonahwilliams@google.com ,michaelludwig@google.com ,rmistry@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
2023-07-29 02:10:03 +00:00
skia-flutter-autoroll
a2f34263c2
Roll Dart SDK from 69c96c505f05 to c2dadcad3224 (1 revision) ( flutter/engine#44125 )
...
https://dart.googlesource.com/sdk.git/+log/69c96c505f05..c2dadcad3224
2023-07-28 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.2.0-14.0.dev
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC dart-vm-team@google.com ,jonahwilliams@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter Engine: 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
2023-07-29 01:17:50 +00:00
skia-flutter-autoroll
21160c257a
Roll Fuchsia Linux SDK from OMmwdXn8XxipooPBo... to 1KABCKdr8VToJTlt-... ( flutter/engine#44123 )
...
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 jonahwilliams@google.com ,rmistry@google.com ,zra@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
2023-07-28 23:51:21 +00:00
skia-flutter-autoroll
af48f817f8
Roll Skia from 4c3594988d77 to 7fe2e36ea05e (1 revision) ( flutter/engine#44120 )
...
https://skia.googlesource.com/skia.git/+log/4c3594988d77..7fe2e36ea05e
2023-07-28 brianosman@google.com Fix some GCC warnings
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 brianosman@google.com ,jonahwilliams@google.com ,michaelludwig@google.com ,rmistry@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
2023-07-28 23:03:49 +00:00
Jonah Williams
d51e84f5f2
[Impeller] revert removal of wait until scheduled. ( flutter/engine#44121 )
...
More context is "See also", but this doesn't work for applications with particularly high application load.
Reverts https://github.com/flutter/engine/pull/42160
Fixes https://github.com/flutter/flutter/issues/131490
See also : https://github.com/flutter/flutter/issues/131520
2023-07-28 23:02:22 +00:00
skia-flutter-autoroll
b719c54ccf
Roll Skia from 8f734fbb34a7 to 4c3594988d77 (9 revisions) ( flutter/engine#44119 )
...
https://skia.googlesource.com/skia.git/+log/8f734fbb34a7..4c3594988d77
2023-07-28 michaelludwig@google.com [skif] Update MatrixConvolution to use FilterResult
2023-07-28 michaelludwig@google.com [graphite] Split cubic and regular image shader snippets
2023-07-28 johnstiles@google.com Split apart Layout and flags in SkSL fields.
2023-07-28 johnstiles@google.com Remove Layout from FunctionDeclaration.
2023-07-28 johnstiles@google.com Make ModifierFlags into a full-fledged class.
2023-07-28 johnstiles@google.com Migrate Layout-checking code into SkSLLayout.
2023-07-28 brianosman@google.com Add Debian-11 docker files
2023-07-28 penghuang@chromium.org graphite: use target texture info instead of color type to make copy
2023-07-28 jvanverth@google.com Reland "[graphite] Move rescale code to separate utility function."
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 brianosman@google.com ,jonahwilliams@google.com ,michaelludwig@google.com ,rmistry@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
2023-07-28 22:07:04 +00:00
Jason Simmons
208c8eb4bf
Set the required Android API level when Vulkan validation layers are automatically enabled for android_debug_unopt_arm64 builds ( flutter/engine#44116 )
...
The Vulkan validation layer headers will not build if the Android API level is 23 or lower.
Currently the engine buildroot's default Android API level is 23. The API level must be overridden for any configuration where Vulkan validation is enabled.
2023-07-28 21:44:50 +00:00
skia-flutter-autoroll
89441517d2
Roll Dart SDK from e9bdbe308478 to 69c96c505f05 (1 revision) ( flutter/engine#44118 )
...
https://dart.googlesource.com/sdk.git/+log/e9bdbe308478..69c96c505f05
2023-07-28 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.2.0-13.0.dev
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC dart-vm-team@google.com ,jonahwilliams@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter Engine: 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
2023-07-28 21:32:59 +00:00
yaakovschectman
cae74e2674
Listen to window notifications to update application lifecycle ( flutter/engine#43558 )
...
Use `WM_SIZE, WM_SHOWWINDOW, WM_SETFOCUS, and WM_KILLFOCUS` to update
the application lifecycle state on Windows.
https://github.com/flutter/flutter/issues/103637
## Pre-launch Checklist
- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [Flutter Style Guide] and the [C++,
Objective-C, Java style guides].
- [x] I listed at least one issue that this PR fixes in the description
above.
- [x] I added new tests to check the change I am making or feature I am
adding, or Hixie said the PR is test-exempt. See [testing the engine]
for instructions on writing and running engine tests.
- [x] I updated/added relevant documentation (doc comments with `///`).
- [ ] I signed the [CLA].
- [x] All existing and new tests are passing.
If you need help, consider asking for advice on the #hackers-new channel
on [Discord].
<!-- Links -->
[Contributor Guide]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#overview
[Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene
[Flutter Style Guide]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[C++, Objective-C, Java style guides]:
https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
[testing the engine]:
https://github.com/flutter/flutter/wiki/Testing-the-engine
[CLA]: https://cla.developers.google.com/
[flutter/tests]: https://github.com/flutter/tests
[breaking change policy]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes
[Discord]: https://github.com/flutter/flutter/wiki/Chat
---------
Co-authored-by: Brandon DeRosier <bdero@google.com >
Co-authored-by: skia-flutter-autoroll <skia-flutter-autoroll@skia.org >
2023-07-28 16:48:36 -04:00
skia-flutter-autoroll
4e5db8e246
Roll ANGLE from 391bfa35798d to 0abd6f549ff1 (2 revisions) ( flutter/engine#44114 )
...
391bfa3579..0abd6f549f
2023-07-28 cnorthrop@google.com Vulkan: Enable dynamic state on working Android drivers
2023-07-28 romanl@google.com VVL VUID-VkDescriptorImageInfo-imageView update
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/angle-flutter-engine
Please CC flutter-engine@google.com ,jonahwilliams@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in ANGLE: http://anglebug.com/new
To file a bug in Flutter Engine: https://github.com/flutter/flutter/issues/new
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
2023-07-28 20:02:14 +00:00
Tong Mu
585acdf97b
Remove a temporary lint ignore ( flutter/engine#44091 )
...
[The issue](https://github.com/dart-lang/linter/issues/4562 ) has been resolved.
[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
2023-07-28 19:48:11 +00:00
skia-flutter-autoroll
e7e523b368
Roll ANGLE from c319f34c4c8c to 391bfa35798d (1 revision) ( flutter/engine#44112 )
...
c319f34c4c..391bfa3579
2023-07-28 ayzhao@google.com Fix a missing symbol issue with CaptureReplayTests
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/angle-flutter-engine
Please CC flutter-engine@google.com ,jonahwilliams@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in ANGLE: http://anglebug.com/new
To file a bug in Flutter Engine: https://github.com/flutter/flutter/issues/new
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
2023-07-28 18:33:55 +00:00
Camille Simon
39cbbd22a3
[Android] Removes handling of Flutter splash screen ( flutter/engine#44047 )
...
Fixes https://github.com/flutter/flutter/issues/105173 .
[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
2023-07-28 18:08:35 +00:00
skia-flutter-autoroll
8e096b49b2
Roll ANGLE from 99f1178a9e81 to c319f34c4c8c (1 revision) ( flutter/engine#44109 )
...
99f1178a9e..c319f34c4c
2023-07-28 romanl@google.com Add VUID-vkCmdDraw-None VUID-vkCmdDrawIndexed-None VUIDs
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/angle-flutter-engine
Please CC flutter-engine@google.com ,jonahwilliams@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in ANGLE: http://anglebug.com/new
To file a bug in Flutter Engine: https://github.com/flutter/flutter/issues/new
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
2023-07-28 17:38:52 +00:00
skia-flutter-autoroll
456ee04c63
Roll Skia from c98a755dff8e to 8f734fbb34a7 (3 revisions) ( flutter/engine#44108 )
...
https://skia.googlesource.com/skia.git/+log/c98a755dff8e..8f734fbb34a7
2023-07-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 074ef48b9cd5 to efb70f7806ac (5 revisions)
2023-07-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from 5724c6b09fee to 0c9cbe84b2cb
2023-07-28 johnstiles@google.com Add explicit to SkEnumBitMask::operator bool.
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 brianosman@google.com ,jonahwilliams@google.com ,michaelludwig@google.com ,rmistry@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
2023-07-28 17:09:13 +00:00
Dan Field
f6bbd12456
[Impeller] Avoid culling when the current matrix has perspective. ( flutter/engine#44089 )
...
Fixes https://github.com/flutter/flutter/issues/130613
Before this patch, the test would fail to render anything because the culling would decide it fell outside the cull rect when the transform has perspective sometimes. We should fix our Rect::TransformBounds implementation, but I can't quite seem to get it happy enough here so I'm just bailing out on culling if there is perspective instead, which is safe. This also makes the patch a bit easier/safer to cherry pick since it's a simple de-optimization when perspective is involved for the sake of fidelity, instead of a larger change that may have other side effects.
Filed https://github.com/flutter/flutter/issues/131445 to track the perspective issue.
2023-07-28 15:18:54 +00:00
Jackson Gardner
12c34f4b33
Roll Chrome to 115 ( flutter/engine#44076 )
...
Update the version of Chrome we use for unit tests to 115.
2023-07-28 15:03:05 +00:00