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
godofredoc
2e8d995cb6
Archive windows gen_snapshot.exe. ( flutter/engine#35414 )
...
* Archive windows gen_snapshot.exe.
This is required to enable engine_v2 recipes for windows platform.
Bug: https://github.com/flutter/flutter/issues/81855
* Add dep to generate gen_snapshot.exe.
* Use target platform name rather than host.
* Use prebuilt_arch.
* Use platform_name instead of is_win.
* Remove android check.
* Fix output name.
* Separate platform and cpu in name.
* Remove failing line.
* Use dart_target_arch rather than target_cpu in windows.
* Add dart_target_arch to scope.
* Add support for android_cpu.
* Fix android_cpu variable name.
* Rebase to ToT
* Try to use target cpu directly.
* Use host os instead of is_win.
* Build engine artifacts for win.
* Update build/archives/BUILD.gn
Co-authored-by: Zachary Anderson <zanderso@users.noreply.github.com>
* Update build/archives/BUILD.gn
Co-authored-by: Zachary Anderson <zanderso@users.noreply.github.com>
* Update build/archives/BUILD.gn
Co-authored-by: Zachary Anderson <zanderso@users.noreply.github.com>
Co-authored-by: Zachary Anderson <zanderso@users.noreply.github.com>
2022-11-14 22:54:53 +00:00
Dan Field
e3f249ab52
Avoid segfault when converting no-op ColorFilter to ImageFilter ( flutter/engine#37596 )
2022-11-14 22:41:04 +00:00
skia-flutter-autoroll
f237959a76
Roll Skia from a434f9b69660 to 33c62dafffc9 (9 revisions) ( flutter/engine#37598 )
...
https://skia.googlesource.com/skia.git/+log/a434f9b69660..33c62dafffc9
2022-11-14 johnstiles@google.com [experiment] Replace ball of void* with SkRasterPipelineStage struct.
2022-11-14 johnstiles@google.com Add SkOpts::raster_pipeline_highp|lowp_stride.
2022-11-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from 9f31a3bcc069 to 44d375050861 (1 revision)
2022-11-14 robertphillips@google.com [graphite] Make PipelineData Graphite-only
2022-11-14 herb@google.com Rename fCount->fSize, fAllocCount->fCapacity, fItemArray->fData
2022-11-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from c48dbf0bb02a to 9f31a3bcc069 (1 revision)
2022-11-14 johnstiles@google.com Replace Program_GetFunction with SkSL::Program::getFunction.
2022-11-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from c7eaa2978786 to c48dbf0bb02a (1 revision)
2022-11-14 egdaniel@google.com Add support for kRectangle textureType as a DstProxy.
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-14 22:32:05 +00:00
joshualitt
e3bed0a86d
[web] Switch to doubles ( flutter/engine#37336 )
2022-11-14 13:56:06 -08:00
Jonah Williams
dadea11190
[Impeller] error earlier on uint types ( flutter/engine#37593 )
2022-11-14 21:25:03 +00:00
skia-flutter-autoroll
ecd93ada0b
Roll Skia from 2ad14e25f6f7 to a434f9b69660 (11 revisions) ( flutter/engine#37591 )
...
https://skia.googlesource.com/skia.git/+log/2ad14e25f6f7..a434f9b69660
2022-11-14 nicolettep@google.com Remove outdated _snprintf and SK_SNPRINTF, use snprintf instead
2022-11-14 herb@google.com Misc cleanups for SkTArray
2022-11-14 robertphillips@google.com [graphite] Make ShaderCodeDictionary Graphite-only
2022-11-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from 236dea3b8ce8 to c7eaa2978786 (1 revision)
2022-11-14 robertphillips@google.com [graphite] Make PaintParamsKey Graphite-only
2022-11-14 herb@google.com Reland "Remove SkTArray::count() and change all uses to size()"
2022-11-14 herb@google.com Remove unneeded SkTypes from base classes
2022-11-14 kjlubick@google.com Reland "[bazel] Generate sksl_tests.gni from Bazel source of truth."
2022-11-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 032336ea4ca6 to 131d736c57d4 (1 revision)
2022-11-14 3580430+namse@users.noreply.github.com Call this._resetContext() at end of makeImageFromTextureSource
2022-11-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 92a0efdfb244 to 82855be3c811 (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 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-14 20:23:11 +00:00
Callum Moffat
0ea43fbe3e
Fix unexpected masked action ( flutter/engine#37584 )
2022-11-14 19:34:42 +00:00
Dan Field
8dc723b758
Revert "Fix wrong VSYNC event ( #36775 )" ( flutter/engine#37589 )
...
This reverts commit 491f827ea84dae3c63e50493a3a25e378c7cf441.
2022-11-14 19:09:02 +00:00
Loïc Sharma
f2400b138c
[macOS] Move to new update semantics embedder API ( flutter/engine#37404 )
2022-11-14 18:56:46 +00:00
skia-flutter-autoroll
ad7165a077
Roll Skia from b2109e6bbbe7 to 2ad14e25f6f7 (7 revisions) ( flutter/engine#37585 )
...
https://skia.googlesource.com/skia.git/+log/b2109e6bbbe7..2ad14e25f6f7
2022-11-14 johnstiles@google.com Create SkSLProgram.cpp.
2022-11-14 kjlubick@google.com Revert "[bazel] Fix golang cross-compilation on RBE"
2022-11-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 4e0eac148d62 to c33d10ae79e5 (11 revisions)
2022-11-14 kjlubick@google.com Temporarily remove NUC7i5BNK from the CQ
2022-11-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from 8435dd2eee4a to 236dea3b8ce8 (1 revision)
2022-11-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from 8435dd2eee4a to 236dea3b8ce8
2022-11-14 kjlubick@google.com Regenerate bazel/deps.bzl
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-14 17:05:24 +00:00
skia-flutter-autoroll
4be5f11613
Roll Skia from 0f515e97d535 to b2109e6bbbe7 (1 revision) ( flutter/engine#37580 )
...
https://skia.googlesource.com/skia.git/+log/0f515e97d535..b2109e6bbbe7
2022-11-14 kjlubick@google.com [bazel] Fix golang cross-compilation on RBE
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-14 14:43:28 +00:00
skia-flutter-autoroll
cd9d9efcda
Roll Fuchsia Linux SDK from AE_mBWzdDqUvn4r1N... to dRHIZSishiboEHMdw... ( flutter/engine#37577 )
...
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 09:31:07 +00:00
Brandon DeRosier
fc8604ed09
Add playground to demonstrate mask blur problems ( flutter/engine#37574 )
2022-11-13 21:37:59 -08:00
Jonah Williams
9dda34263f
[Impeller] dont include sampler offset in float offset ( flutter/engine#37573 )
2022-11-13 21:21:18 +00:00
skia-flutter-autoroll
5bfb3b8924
Roll Fuchsia Linux SDK from IE4logHFoa8ZZQAw3... to AE_mBWzdDqUvn4r1N... ( flutter/engine#37572 )
...
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-13 20:13:23 +00:00
skia-flutter-autoroll
50771a0d06
Roll Skia from 38edf6197aa9 to 0f515e97d535 (1 revision) ( flutter/engine#37571 )
...
https://skia.googlesource.com/skia.git/+log/38edf6197aa9..0f515e97d535
2022-11-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from fa88fa5cf547 to 032336ea4ca6 (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-13 18:50:27 +00:00
skia-flutter-autoroll
96a923e75b
Roll Skia from c0f87aed019b to 38edf6197aa9 (1 revision) ( flutter/engine#37567 )
...
https://skia.googlesource.com/skia.git/+log/c0f87aed019b..38edf6197aa9
2022-11-13 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 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-13 12:23:23 +00:00
Callum Moffat
e0108b3d66
Fix inertia cancel event on macOS Ventura ( flutter/engine#37067 )
...
* Fix inertia cancel event on macOS Ventura
* Increase allowed time delay on event to 50 ms
* Address feedback
2022-11-13 03:11:27 +00:00