Ian Hickson
1d61a2cde1
License script improvements ( flutter/engine#38148 )
2022-12-15 04:48:22 +00:00
Chinmay Garde
a35e55cf9a
[Impeller] Disable impeller_unittests. ( flutter/engine#38307 )
...
Fixes https://github.com/flutter/flutter/issues/114872
Followup in https://github.com/flutter/flutter/issues/117122
2022-12-15 02:27:17 +00:00
Chinmay Garde
0292d72e3c
[Impeller] Remove validation log when the pipeline library is collected before pipeline is setup. ( flutter/engine#38306 )
...
This is a benign condition but the validation logs could be fatal since
https://github.com/flutter/engine/commit/f292cf45fa8 . Don't crash in these
situations.
2022-12-15 02:23:23 +00:00
Chris Yang
b5a39aae41
Revert "Revert "reland "Migrate darwin common "framework_shared" target to ARC #37049 " ( #37219 )" ( #37320 )" ( flutter/engine#37883 )
...
This reverts commit 27186a3bc77361fecf18729f7161c9895457222b.
2022-12-15 00:25:04 +00:00
skia-flutter-autoroll
12e5b6fc0e
Roll Skia from 3171deabd88a to b368746d696a (13 revisions) ( flutter/engine#38294 )
...
https://skia.googlesource.com/skia.git/+log/3171deabd88a..b368746d696a
2022-12-14 armansito@google.com [sksl] Document atomics and barriers in README
2022-12-14 herb@google.com SkTArray: reset() -> clear()
2022-12-14 armansito@google.com [sksl] Introduce atomicUint intrinsics
2022-12-14 johnstiles@google.com Fix-forward for Swizzle test error.
2022-12-14 robertphillips@google.com [graphite] Switch PaintParamsKeyTest over to the new combination system
2022-12-14 robertphillips@google.com [graphite] Make all the blend shader blocks agree that the order is Dst, Src
2022-12-14 johnstiles@google.com Pass byte offsets to swizzle_N, not float offsets.
2022-12-14 kjlubick@google.com Manual Dawn roll
2022-12-14 kjlubick@google.com Mark SkPathUtils functions as SK_API
2022-12-14 michaelludwig@google.com [graphite] Add SK_WARN_UNUSED_RESULT to QueueManager functions
2022-12-14 rmistry@google.com [RecreateSKPs] Add back ability to upload to partner bucket
2022-12-14 johnstiles@google.com Implement swizzle op in Raster Pipeline.
2022-12-14 jcgregorio@google.com [adb] Use kill-server instead of reconnect offline.
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC johnstiles@google.com ,jsimmons@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-12-15 00:23:18 +00:00
Zachary Anderson
eeaadec488
Revert "Revert "[Impeller] Speculatively attempt to fix Metal PSO construction errors on host targets." ( #38292 )" ( flutter/engine#38301 )
...
This reverts commit 4b13f5a4117681d70e5bcb06186f632d2b7077f5.
2022-12-14 15:41:03 -08:00
Chinmay Garde
4b13f5a411
Revert "[Impeller] Speculatively attempt to fix Metal PSO construction errors on host targets." ( flutter/engine#38292 )
...
This reverts commit 4953bee7f0e44c86fca1251576d80e7e7efa382a.
2022-12-14 12:08:06 -08:00
Phil Quitslund
9545fe3573
Fix new unnecessary_parenthesis diagnostics. ( flutter/engine#38291 )
...
These will get flagged w/ the latest linter.
See, [try failure](https://logs.chromium.org/logs/dart/buildbucket/cr-buildbucket/8794866247739072257/+/u/analyze_flutter_plugins/stdout ) and [linter roll PR](https://dart-review.googlesource.com/c/sdk/+/275044 ).
2022-12-14 20:05:08 +00:00
Mouad Debbar
3e9721dbcc
[web] Make Canvaskit's malloc more useful ( flutter/engine#38130 )
...
* [web] Make Canvaskit's malloc more useful
* address review comments
2022-12-14 19:41:47 +00:00
Matej Knopp
ed9d9bf372
[macOS] Refactor rendering infrastructure ( flutter/engine#37789 )
...
* [macos] Refactor rendering process
* Put includes and imports together
* Update shell/platform/darwin/macos/framework/Source/FlutterCompositor.mm
Co-authored-by: Chris Bracken <chris@bracken.jp>
* Update shell/platform/darwin/macos/framework/Source/FlutterCompositor.mm
Co-authored-by: Chris Bracken <chris@bracken.jp>
* Update shell/platform/darwin/macos/framework/Source/FlutterCompositor.mm
Co-authored-by: Chris Bracken <chris@bracken.jp>
* Update shell/platform/darwin/macos/framework/Source/FlutterPlatformViewController.mm
Co-authored-by: Chris Bracken <chris@bracken.jp>
* Update shell/platform/darwin/macos/framework/Source/FlutterRenderer.mm
Co-authored-by: Chris Bracken <chris@bracken.jp>
* Remove cast
* Do not manually add platform view layer to FlutterView
* Remove unnecesary _Internal header files
* Make surfaceManager a readonly property
* Add comment
* Style nit: Rewrite as a noun phrase.
* Naming nit for consistency with removeSurfaceForSize:
* Write as ternary conditional.
* Fix plural in comment.
* Offset and index are already set to 0.
* Remove FlutterSurfaceManager lookupSurface
And the associate bookkeeping of borrowed (lent) surfaces.
* Update shell/platform/darwin/macos/framework/Source/FlutterThreadSynchronizer.mm
Co-authored-by: Chris Bracken <chris@bracken.jp>
* Update shell/platform/darwin/macos/framework/Source/FlutterSurfaceManager.mm
Co-authored-by: Chris Bracken <chris@bracken.jp>
* Update shell/platform/darwin/macos/framework/Source/FlutterSurfaceManagerTest.mm
Co-authored-by: Chris Bracken <chris@bracken.jp>
* Update shell/platform/darwin/macos/framework/Source/FlutterRenderer.mm
Co-authored-by: Chris Bracken <chris@bracken.jp>
* Update shell/platform/darwin/macos/framework/Source/FlutterSurfaceManagerTest.mm
Co-authored-by: Chris Bracken <chris@bracken.jp>
* Update shell/platform/darwin/macos/framework/Source/FlutterSurfaceManager.h
Co-authored-by: Chris Bracken <chris@bracken.jp>
* Update shell/platform/darwin/macos/framework/Source/FlutterSurfaceManagerTest.mm
Co-authored-by: Chris Bracken <chris@bracken.jp>
* Update shell/platform/darwin/macos/framework/Source/FlutterSurfaceManager.h
Co-authored-by: Chris Bracken <chris@bracken.jp>
* Update shell/platform/darwin/macos/framework/Source/FlutterSurfaceManager.h
Co-authored-by: Chris Bracken <chris@bracken.jp>
* Update shell/platform/darwin/macos/framework/Source/FlutterSurfaceManager.h
Co-authored-by: Chris Bracken <chris@bracken.jp>
* Fix build error
* Address nits
* Replace EVent with fml::AutoResetWaitableEvent
* Remove unecessary CATransaction
* Add GetRequiredFrameSize
Co-authored-by: Chris Bracken <chris@bracken.jp>
2022-12-14 20:40:56 +01:00
Victoria Ashworth
61f2e6b757
Fix issues related to keyboard inset ( flutter/engine#37719 )
...
* fix keyboard inset not collapsing when expected
* fix some formatting
* fix issue with rotating with undocked and split keyboard
* fix formatting
* fix behavior on slide over view
* fix formatting
* refactor to make logic more clear
* move enum to header file, remove unneeded parameters, syntax fixes, remove rotation logic
* ignore notification if app state is not active, change way it checks if keyboard intersects with screen to accomodate for repeating decimals, format
* fix leaking unit test
* use viewIfLoaded and update tests to fix mocking
* change ignore logic related to application state to be more specific
* add more comments
* add more comments
* change function name to be more clear, add warning log if view is not loaded, update a comment
2022-12-14 18:15:38 +00:00
Jonah Williams
d7a2d4a253
[web] correct float count in runtime effect ( flutter/engine#38288 )
2022-12-14 18:11:50 +00:00
Zachary Anderson
9896c5f66d
pylint all Python scripts under testing/ ( flutter/engine#38268 )
2022-12-14 16:23:16 +00:00
Jonah Williams
d2ba8a23ef
add link to website ( flutter/engine#38273 )
2022-12-14 16:23:14 +00:00
skia-flutter-autoroll
b3d62fcc07
Roll Fuchsia Mac SDK from FQQdl8AGAsALFniHl... to u-tC0QEGUT4xQ4KOo... ( flutter/engine#38282 )
...
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 jsimmons@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-12-14 15:02:51 +00:00
skia-flutter-autoroll
f19939352a
Roll Skia from 729ccbfb87bc to 3171deabd88a (4 revisions) ( flutter/engine#38279 )
...
https://skia.googlesource.com/skia.git/+log/729ccbfb87bc..3171deabd88a
2022-12-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 88f98bfd92f8 to a7b8bd76ed0c (5 revisions)
2022-12-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 91bfd02e7089 to 214742be91b8 (9 revisions)
2022-12-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from fd73b4a7dc4f to a8f703c69182
2022-12-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from 3eaf78cf42e0 to fd73b4a7dc4f (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 johnstiles@google.com ,jsimmons@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-12-14 09:37:18 +00:00
skia-flutter-autoroll
3d1002f44b
Roll Fuchsia Linux SDK from A0jnUUORf2LQu1z2V... to e2lfUFBW5ddtTZBbw... ( flutter/engine#38280 )
...
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 jsimmons@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-12-14 09:17:47 +00:00
skia-flutter-autoroll
96367b61fe
Roll Skia from 537e1e8c1ca6 to 729ccbfb87bc (7 revisions) ( flutter/engine#38277 )
...
https://skia.googlesource.com/skia.git/+log/537e1e8c1ca6..729ccbfb87bc
2022-12-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 4a769cd69867 to 647d3d24c935 (2 revisions)
2022-12-14 armansito@google.com [tests] Run graphite compute tests only on a Metal context
2022-12-13 brianosman@google.com Tweak / clean-up gradient texture caching code
2022-12-13 cmumford@google.com [infra] Moved some *SAN_Vulcan jobs to new machines
2022-12-13 johnstiles@google.com Enforce that unsupported statements/expressions are detected.
2022-12-13 johnstiles@google.com Fix up IWYU for std::iota.
2022-12-13 johnstiles@google.com Allow copy_stack_to_slots to take an offset from stack-top.
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC johnstiles@google.com ,jsimmons@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-12-14 06:48:31 +00:00
skia-flutter-autoroll
60748ef62d
Roll Dart SDK from f32c7b011906 to 358d0d1aa3e7 (2 revisions) ( flutter/engine#38274 )
...
https://dart.googlesource.com/sdk.git/+log/f32c7b011906..358d0d1aa3e7
2022-12-12 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-21.0.dev
2022-12-12 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-20.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 ,jsimmons@google.com,asiva@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
2022-12-13 18:13:26 -08:00
Jackson Gardner
fe5366cae0
Generate font fallback data to be const. ( flutter/engine#38259 )
...
* Generate font fallback data to be const.
* Fix end points.
2022-12-13 15:59:37 -08:00
skia-flutter-autoroll
faf3bfba97
Roll Fuchsia Mac SDK from Cd_ZtrDVcpQ85HRL3... to FQQdl8AGAsALFniHl... ( flutter/engine#38269 )
...
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 jsimmons@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-12-13 23:41:07 +00:00
Jackson Gardner
1cd2486423
Some fixes for dart2wasm ( flutter/engine#38167 )
...
* A few fixes to get things compiling via dart2wasm.
* Use `futureToPromise`.
* Some more fixes for dart2wasm.
* Allow promises to have nullable objects.
2022-12-13 15:28:45 -08:00
Jenn Magder
65e5a08702
Run Mac Host clang-tidy on 12 cores ( flutter/engine#38261 )
2022-12-13 23:12:57 +00:00
skia-flutter-autoroll
040ef8c707
Roll Skia from 280ac8882cff to 537e1e8c1ca6 (9 revisions) ( flutter/engine#38264 )
...
https://skia.googlesource.com/skia.git/+log/280ac8882cff..537e1e8c1ca6
2022-12-13 herb@google.com Move sk_is_trivially_relocatable_* to its own file
2022-12-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 435f4c5c651e to 88f98bfd92f8 (4 revisions)
2022-12-13 herb@google.com Move SkAlignedSTStorage to its own file
2022-12-13 robertphillips@google.com [graphite] Update CombinationBuilderTest to the new combination system
2022-12-13 brianosman@google.com Remove duplicate transfer function classification API
2022-12-13 johnstiles@google.com Update setup docs to include fetch-ninja.
2022-12-13 bsalomon@google.com Remove SK_LEGACY_MESH_MAKE
2022-12-13 johnstiles@google.com Update fetch-ninja to use Python 3.
2022-12-13 kjlubick@google.com [includes] Enforce IWYU on SkPath related things
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC johnstiles@google.com ,jsimmons@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-12-13 22:16:14 +00:00
skia-flutter-autoroll
65a86a337b
Roll Fuchsia Linux SDK from 8O5rMR_ehMaL3YhZ5... to A0jnUUORf2LQu1z2V... ( flutter/engine#38258 )
...
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 jsimmons@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-12-13 20:04:08 +00:00
Jason Simmons
569f04007e
Manual roll of Skia from 971c342c3030 to 280ac8882cff ( flutter/engine#38257 )
...
This roll changed a VulkanMemoryAllocator API
2022-12-13 19:52:32 +00:00
Jenn Magder
fd06286e6a
Always set orientation preferences on iOS 16+ ( flutter/engine#38230 )
2022-12-13 18:46:06 +00:00
Jason Simmons
6c1389babe
Clarify file sharing flags in FML filesystem APIs on Windows ( flutter/engine#38164 )
...
Use shared mode when requesting read access and exclusive mode for write access
2022-12-13 15:22:35 +00:00
skia-flutter-autoroll
d2d67c56f8
Roll Skia from c83eef7dc2a3 to 971c342c3030 (2 revisions) ( flutter/engine#38248 )
...
https://skia.googlesource.com/skia.git/+log/c83eef7dc2a3..971c342c3030
2022-12-13 kjlubick@google.com [includes] Enforce IWYU on SkTArray and SkTDArray
2022-12-13 kjlubick@google.com Move getFillPath from Paint to SkPathUtils.h
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC johnstiles@google.com ,jsimmons@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-12-13 14:55:24 +00:00
skia-flutter-autoroll
0ad42e77b8
Roll Fuchsia Mac SDK from aMW0DjntzFJj4RoR3... to Cd_ZtrDVcpQ85HRL3... ( flutter/engine#38242 )
...
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 jsimmons@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-12-13 10:57:20 +00:00
skia-flutter-autoroll
9ed2d4bf59
Roll Skia from 9abf4b1bf242 to c83eef7dc2a3 (3 revisions) ( flutter/engine#38243 )
...
https://skia.googlesource.com/skia.git/+log/9abf4b1bf242..c83eef7dc2a3
2022-12-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skcms from b25b07b4b079 to e416854f1271 (1 revision)
2022-12-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 8b5ea902f8d4 to 435f4c5c651e (4 revisions)
2022-12-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from 3eaf78cf42e0 to fd73b4a7dc4f
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC johnstiles@google.com ,jsimmons@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-12-13 10:57:17 +00:00
Brandon DeRosier
51d8d49677
[Impeller Scene] Node deserialization ( flutter/engine#38190 )
...
* [Impeller Scene] Node deserialization
* Address comments
* Always use RGBA for the placeholder texture
* Fix node child update
* Temporarily disable test for GLES
* Remove GLES test skip
2022-12-13 07:57:24 +00:00
skia-flutter-autoroll
0da5c12441
Roll Skia from 08dc0c9e4e70 to 9abf4b1bf242 (4 revisions) ( flutter/engine#38240 )
...
https://skia.googlesource.com/skia.git/+log/08dc0c9e4e70..9abf4b1bf242
2022-12-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from f8980c98b28d to 91bfd02e7089 (12 revisions)
2022-12-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 5bd35e833079 to 4a769cd69867 (4 revisions)
2022-12-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from 8bba343c5700 to 3eaf78cf42e0 (4 revisions)
2022-12-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 8b18988385db to c7039f1da84e (15 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 bdero@google.com ,johnstiles@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-12-13 06:36:27 +00:00
skia-flutter-autoroll
7d47910826
Roll Skia from 2e417d4f7993 to 08dc0c9e4e70 (1 revision) ( flutter/engine#38239 )
...
https://skia.googlesource.com/skia.git/+log/2e417d4f7993..08dc0c9e4e70
2022-12-13 armansito@google.com [sksl] Introduce the atomicUint type
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 bdero@google.com ,johnstiles@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-12-13 05:16:24 +00:00
skia-flutter-autoroll
0cf302cd5d
Roll Skia from 788fe69e7ade to 2e417d4f7993 (3 revisions) ( flutter/engine#38235 )
...
https://skia.googlesource.com/skia.git/+log/788fe69e7ade..2e417d4f7993
2022-12-12 bsalomon@google.com Revert "Fix NaNs at 0 in ix_and_ptr() when rounding down."
2022-12-12 nicolettep@google.com [graphite] Restore temporary getter to silence compiler unused member warning
2022-12-12 herb@google.com Use clear instead of reset(0)
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 bdero@google.com ,johnstiles@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-12-13 00:06:30 +00:00
Brian
58d30fd579
[impeller] Fix typo in compiller help ( flutter/engine#38214 )
2022-12-12 23:37:14 +00:00
Callum Moffat
9232ccb480
Web trackpad pan ( flutter/engine#36346 )
...
* Guess at trackpad pans on web
* Add test
* Update comment
* Handle macOS accelerated scroll wheel
* Fix test after last commit
* Disable on firefox
* Pull out _isTrackpadEvent and add doc links
* Fix issue with floating point / integer conversion error.
* Workaround for magic mouse events which happen to be divisible by 120.
* Refactor to handle bad luck in accelerated mouse deltas.
Basically, bias towards choosing mouse, but if timestamps are available,
we can check the previous event and ensure that false-mouses are avoided.
* Use 120 wheelDelta to identify mouse-accelerated events instead of 240
Apparently some high-precision mice use 120 instead of 240 as the
wheelDelta per tick.
* Handle multiple bad-luck events in a row.
Also fix setting of timeStamp in test.
* Cleanup parameters
2022-12-12 23:21:05 +00:00
Chinmay Garde
4953bee7f0
[Impeller] Speculatively attempt to fix Metal PSO construction errors on host targets. ( flutter/engine#38229 )
...
Fixes https://github.com/flutter/flutter/issues/114872 (speculatively)
Following up in https://github.com/flutter/flutter/issues/116919 .
2022-12-12 22:57:59 +00:00
skia-flutter-autoroll
49e993188c
Roll Skia from bb9378b61c4f to 788fe69e7ade (6 revisions) ( flutter/engine#38226 )
...
https://skia.googlesource.com/skia.git/+log/bb9378b61c4f..788fe69e7ade
2022-12-12 bsalomon@google.com Fix NaNs at 0 in ix_and_ptr() when rounding down.
2022-12-12 jvanverth@google.com [graphite] Add conditional context to UploadInstance
2022-12-12 nicolettep@google.com [graphite] Add VulkanBuffer map and unmap methods
2022-12-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 6a259c87ef52 to 5bd35e833079 (36 revisions)
2022-12-12 robertphillips@google.com [graphite] Minor key generation fixes
2022-12-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 0ef5919fa702 to 8b5ea902f8d4 (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 bdero@google.com ,johnstiles@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-12-12 21:16:51 +00:00
Casey Hillers
b69be38ed4
[cpp20] Fix incompatible aggregate initialization ( flutter/engine#38165 )
...
* [cpp20] Fix incompatible aggregate initialization
* Update third_party/accessibility/ax/ax_tree_update.h
Co-authored-by: Chris Bracken <chris@bracken.jp>
* Update third_party/accessibility/ax/ax_tree_update.h
Co-authored-by: Chris Bracken <chris@bracken.jp>
Co-authored-by: Chris Bracken <chris@bracken.jp>
2022-12-12 21:09:04 +00:00
Loïc Sharma
b5f1b4d403
[Windows] Fix headless mode crash ( flutter/engine#38173 )
2022-12-12 19:50:03 +00:00
skia-flutter-autoroll
36772a1b0c
Roll Dart SDK from 6334e84d6956 to f32c7b011906 (3 revisions) ( flutter/engine#38223 )
...
https://dart.googlesource.com/sdk.git/+log/6334e84d6956..f32c7b011906
2022-12-12 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-19.0.dev
2022-12-11 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-18.0.dev
2022-12-11 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-17.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 bdero@google.com ,dart-vm-team@google.com,asiva@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
2022-12-12 19:12:34 +00:00
skia-flutter-autoroll
6794d2d244
Roll Skia from 833bfcb2b52f to bb9378b61c4f (5 revisions) ( flutter/engine#38221 )
...
https://skia.googlesource.com/skia.git/+log/833bfcb2b52f..bb9378b61c4f
2022-12-12 robertphillips@google.com [graphite] Fill in PrecompileBlendShader's addToKey method
2022-12-12 jamesgk@google.com [graphite] Allow replaying recordings to different surfaces
2022-12-12 robertphillips@google.com [graphite] Make the BuiltInCodeSnippetID Graphite-only
2022-12-12 johnstiles@google.com Simplify ternaries that don't have any side effects.
2022-12-12 kjlubick@google.com Remove dependency of SkPaint -> SkPaintPriv
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 bdero@google.com ,johnstiles@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-12-12 17:54:05 +00:00
skia-flutter-autoroll
a2074ea2d3
Roll Dart SDK from 21f2997a8fc6 to 6334e84d6956 (4 revisions) ( flutter/engine#38187 )
...
https://dart.googlesource.com/sdk.git/+log/21f2997a8fc6..6334e84d6956
2022-12-10 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-16.0.dev
2022-12-10 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-15.0.dev
2022-12-09 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-14.0.dev
2022-12-09 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.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 bdero@google.com ,dart-vm-team@google.com,asiva@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
2022-12-12 09:16:09 -08:00
skia-flutter-autoroll
faac010212
Roll Skia from 0cb546781e89 to 833bfcb2b52f (1 revision) ( flutter/engine#38218 )
...
https://skia.googlesource.com/skia.git/+log/0cb546781e89..833bfcb2b52f
2022-12-12 johnstiles@google.com Add RP codegen support for && and ||.
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 bdero@google.com ,johnstiles@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-12-12 16:18:23 +00:00
skia-flutter-autoroll
41ec4f8d23
Roll Skia from 7bd37737e35d to 0cb546781e89 (4 revisions) ( flutter/engine#38213 )
...
https://skia.googlesource.com/skia.git/+log/7bd37737e35d..0cb546781e89
2022-12-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from 8bba343c5700 to eb42f5d86c75
2022-12-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from c9e7fd9c25c9 to f8980c98b28d (19 revisions)
2022-12-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from ca01ec46895f to 8b18988385db (7 revisions)
2022-12-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from 627645cf7ac9 to 8bba343c5700 (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 bdero@google.com ,johnstiles@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-12-12 10:36:28 +00:00
skia-flutter-autoroll
31cc104f5d
Roll Skia from 29791c73ae16 to 7bd37737e35d (1 revision) ( flutter/engine#38207 )
...
https://skia.googlesource.com/skia.git/+log/29791c73ae16..7bd37737e35d
2022-12-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 4513d3d91ac3 to 0ef5919fa702 (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 bdero@google.com ,johnstiles@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-12-12 05:22:22 +00:00
Jonah Williams
a2cdd1948e
[Impeller] Fix asset names used for the generated entrypoint name can contain invalid identifiers for the target language ( flutter/engine#38202 )
...
* [impeller] rename entrypoints that are not valid identifiers
* ++
2022-12-12 02:01:23 +00:00
skia-flutter-autoroll
feab811ab9
Roll Skia from 80d9e679f909 to 29791c73ae16 (1 revision) ( flutter/engine#38200 )
...
https://skia.googlesource.com/skia.git/+log/80d9e679f909..29791c73ae16
2022-12-11 49699333+dependabot[bot]@users.noreply.github.com Bump qs and express in /tools/perf-canvaskit-puppeteer
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 bdero@google.com ,johnstiles@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-12-11 19:48:32 +00:00
skia-flutter-autoroll
3b7c3c709d
Roll Skia from 0d482f9fa8b3 to 80d9e679f909 (2 revisions) ( flutter/engine#38195 )
...
https://skia.googlesource.com/skia.git/+log/0d482f9fa8b3..80d9e679f909
2022-12-11 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
2022-12-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 2b08b7ce3866 to 4513d3d91ac3 (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 bdero@google.com ,djsollen@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-12-11 11:27:22 +00:00