9088 Commits

Author SHA1 Message Date
Zachary Anderson
dcee06a479 pylint scripts under sky, remove dead scripts under sky/tools/roll (flutter/engine#38334) 2022-12-19 09:52:41 -08:00
skia-flutter-autoroll
37acc8260e Roll Skia from fc0ac31a46f8 to 46af4ad25426 (1 revision) (flutter/engine#38403)
https://skia.googlesource.com/skia.git/+log/fc0ac31a46f8..46af4ad25426

2022-12-19 bsalomon@google.com Reland "Add SkPicture support for SkMesh"

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 jsimmons@google.com,kjlubick@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-19 17:34:05 +00:00
skia-flutter-autoroll
129f6e7c4a Roll Skia from 0362c030efa7 to fc0ac31a46f8 (4 revisions) (flutter/engine#38399)
https://skia.googlesource.com/skia.git/+log/0362c030efa7..fc0ac31a46f8

2022-12-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from 36d56c8aa2be to 12a133b7cc90
2022-12-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from b1f9505daa83 to 36d56c8aa2be (2 revisions)
2022-12-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from bf8a230c81ea to ad541a7cdd92 (6 revisions)
2022-12-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from a10c7d244a29 to 67f520305136 (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 jsimmons@google.com,kjlubick@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-19 15:05:23 +00:00
skia-flutter-autoroll
c50f87f362 Roll Skia from 7b0a9d9a3008 to 0362c030efa7 (9 revisions) (flutter/engine#38385)
https://skia.googlesource.com/skia.git/+log/7b0a9d9a3008..0362c030efa7

2022-12-18 vikassoni@chromium.org Remove legacy skia api.
2022-12-18 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
2022-12-17 jvanverth@google.com Rename some AtlasTypes for clarity.
2022-12-17 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from c943ccc4d398 to 29e87c1e6ee6 (3 revisions)
2022-12-16 kjlubick@google.com [includes] Enforce IWYU on various base and core files.
2022-12-16 kjlubick@google.com Manual Dawn Roll
2022-12-16 cdesouza@igalia.com Preparing to enable -Wunreachable-code-aggressive
2022-12-16 bsalomon@google.com Revert "Add SkPicture support for SkMesh"
2022-12-16 bsalomon@google.com Add SkPicture support for SkMesh

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 jsimmons@google.com,kjlubick@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-18 17:13:18 +00:00
skia-flutter-autoroll
5c9530700b Roll Fuchsia Linux SDK from PqyqxdbUFyd8xoYIP... to bloqad357AGI6lnOb... (flutter/engine#38381)
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-18 01:18:22 +00:00
Chris Bracken
cf89f3ff75 Even though the file is pure C code, it's useful to use a C++ or Objective-C++ filename in order to use FML (assertions) in the implementation. (flutter/engine#38365)
Three implementation changes:
* Since the file is now C++, some implicit void* conversions now require
  an explicit cast.
* A malloc/free of a buffer has been replaced with a std::vector.
* An `assert()` was changed to `FML_DCHECK` for consistency with the
  rest of the embedder.

No test changes since there are no semantic changes.

Existing tests are in:
https://github.com/flutter/engine/blob/main/shell/platform/darwin/common/framework/Source/flutter_standard_codec_unittest.mm
2022-12-16 23:28:01 -08:00
Zachary Anderson
79566e6cc1 Ensure licenses excluded file list has newline at EOF (flutter/engine#38354) 2022-12-16 21:42:05 +00:00
skia-flutter-autoroll
b23b1bf484 Roll Skia from 1b1f53d77ced to 7b0a9d9a3008 (8 revisions) (flutter/engine#38358)
https://skia.googlesource.com/skia.git/+log/1b1f53d77ced..7b0a9d9a3008

2022-12-16 robertphillips@google.com [graphite] Start generating pipelines in Context::precompile
2022-12-16 sharaks@google.com Update Skia milestone to 111
2022-12-16 johnstiles@google.com Add RasterPipeline copy_n_constants ops.
2022-12-16 kjlubick@google.com Skip sandbox when building gni exporter tool
2022-12-16 johnstiles@google.com Move SkSL-specific raster pipeline logic into Utils cpp.
2022-12-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 9449c7f77d1b to c943ccc4d398 (3 revisions)
2022-12-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from b1f9505daa83 to 43194c40e2e6
2022-12-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from f9adb7ab099d to b1f9505daa83 (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-16 20:19:17 +00:00
skia-flutter-autoroll
b179d4e9f4 Roll Fuchsia Linux SDK from urDNtEiHFAcBBhYe0... to H6B0UgW07fc1nBtnc... (flutter/engine#38357)
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-16 19:55:54 +00:00
skia-flutter-autoroll
f7ead6a7fe Roll Skia from 5e69caecd166 to 62f22c9c7d67 (3 revisions) (flutter/engine#38341)
https://skia.googlesource.com/skia.git/+log/5e69caecd166..62f22c9c7d67

2022-12-15 michaelludwig@google.com [graphite] Add coverage logic to AnalyticRoundRectRenderStep
2022-12-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 3f9a78474605 to 9449c7f77d1b (2 revisions)
2022-12-15 jvanverth@google.com [graphite] Convert color data for writePixels.

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-16 02:01:10 +00:00
gaaclarke
cf3c286780 Sped up reading with FlutterStandardCodec. (flutter/engine#38327)
* Sped up reading with FlutterStandardCodec.

* added missing license diff

* put the IsStandardType in the header so it's closer to where it should change

* added unittest for subclassing codecs

* fixed lints
2022-12-16 01:40:56 +00:00
skia-flutter-autoroll
584e5ac1c0 Roll Skia from f549128104ba to 5e69caecd166 (11 revisions) (flutter/engine#38333)
https://skia.googlesource.com/skia.git/+log/f549128104ba..5e69caecd166

2022-12-15 johnstiles@google.com Remove usage of <err.h> from Skia tools.
2022-12-15 johnstiles@google.com Update RP codegen tests to work as color filters.
2022-12-15 clupo@google.com SkSLSwitchCase.h: include <cinttypes> instead of inttypes.h
2022-12-15 robertphillips@google.com [graphite] Remove old CombinationBuilder system
2022-12-15 johnstiles@google.com Add RP codegen support for global variables.
2022-12-15 johnstiles@google.com Implement swizzle lvalues in RP codegen.
2022-12-15 robertphillips@google.com [graphite] Add runtimeEffectDictionary to KeyContext
2022-12-15 kjlubick@google.com Manual Dawn roll
2022-12-15 johnstiles@google.com Implement RP codegen for non-lvalue Swizzle ops.
2022-12-15 johnstiles@google.com Add builder support for swizzles.
2022-12-15 bsalomon@google.com Fixes related to integer image sample coords in RP

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 23:15:32 +00:00
Alexander Biggs
0b6b169ecb [fuchsia] Manually roll Fuchsia Linux SDK. (flutter/engine#38324) 2022-12-15 20:34:24 +00:00
skia-flutter-autoroll
e704c194ff Roll Skia from 9f728d78f10d to f549128104ba (1 revision) (flutter/engine#38319)
https://skia.googlesource.com/skia.git/+log/9f728d78f10d..f549128104ba

2022-12-15 kjlubick@google.com Add skpathutils namespace

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 16:49:47 +00:00
skia-flutter-autoroll
f86db24a88 Roll Skia from 3f81f95176ce to 46e8f2a18a3d (3 revisions) (flutter/engine#38314)
https://skia.googlesource.com/skia.git/+log/3f81f95176ce..46e8f2a18a3d

2022-12-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from f9adb7ab099d to b1f9505daa83
2022-12-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 214742be91b8 to 20f4aced0007 (13 revisions)
2022-12-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from fd73b4a7dc4f to f9adb7ab099d (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 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 10:15:03 +00:00
skia-flutter-autoroll
4fe176fbed Roll Skia from b368746d696a to 3f81f95176ce (11 revisions) (flutter/engine#38312)
https://skia.googlesource.com/skia.git/+log/b368746d696a..3f81f95176ce

2022-12-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 647d3d24c935 to c70b46423fc4 (2 revisions)
2022-12-15 bsalomon@google.com Fix double playback of pictures in MSKPPlayer used by viewer.
2022-12-14 robertphillips@google.com [graphite] Make UniquePaintParamsID Graphite-only
2022-12-14 herb@google.com Revert "Move SkAutoTMalloc to namespace skia::internal"
2022-12-14 herb@google.com Remove SkTArray::reset()
2022-12-14 herb@google.com Move SkAutoTMalloc to namespace skia::internal
2022-12-14 49699333+dependabot[bot]@users.noreply.github.com Bump express from 4.17.1 to 4.17.3 in /tools/run-wasm-gm-tests
2022-12-14 egdaniel@google.com Remove function support for GL mixed samples.
2022-12-14 johnstiles@google.com Add missing IWYU mappings for min/max_element.
2022-12-14 robertphillips@google.com [graphite] Make RuntimeEffectDictionary Graphite-only
2022-12-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from a7b8bd76ed0c to c77b9ed3b121 (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 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 07:45:14 +00:00
Ian Hickson
1d61a2cde1 License script improvements (flutter/engine#38148) 2022-12-15 04:48:22 +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
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
Zachary Anderson
9896c5f66d pylint all Python scripts under testing/ (flutter/engine#38268) 2022-12-14 16:23:16 +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
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
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
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
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
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
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
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
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
Brandon DeRosier
94b23c29d1 [Impeller Scene] Refactor Nodes/Meshes for simplicity and GLTF compatibility (flutter/engine#38180) 2022-12-10 15:06:57 -08:00
skia-flutter-autoroll
c9fc90f470 Roll Skia from 491f5c134f76 to 0d482f9fa8b3 (1 revision) (flutter/engine#38183)
https://skia.googlesource.com/skia.git/+log/491f5c134f76..0d482f9fa8b3

2022-12-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from a500751650f8 to 2b08b7ce3866 (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-10 21:25:12 +00:00
Jonah Williams
6bbe15577d Fix sampler offsets (flutter/engine#38170)
* [impeller] dont remap floats

* ++

* Update fragment_shader_test.dart

* ++:

* ++
2022-12-10 18:37:04 +00:00
skia-flutter-autoroll
aa97aaee4e Roll Skia from 1b194c67700e to 491f5c134f76 (2 revisions) (flutter/engine#38182)
https://skia.googlesource.com/skia.git/+log/1b194c67700e..491f5c134f76

2022-12-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from bad7c66f82c8 to a500751650f8 (9 revisions)
2022-12-09 armansito@google.com [sksl] Add 'atomic' to the reserved keywords list

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-10 14:14:33 +00:00
skia-flutter-autoroll
c3ba8bb589 Roll Fuchsia Linux SDK from rRJIjuO-dPNCpCTd9... to 8O5rMR_ehMaL3YhZ5... (flutter/engine#38177)
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 bdero@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-10 07:50:36 +00:00
skia-flutter-autoroll
05564049fb Roll Skia from 44062eff3e25 to 1b194c67700e (2 revisions) (flutter/engine#38166)
https://skia.googlesource.com/skia.git/+log/44062eff3e25..1b194c67700e

2022-12-09 johnstiles@google.com Add RP codegen support for componentwise arithmetic ops.
2022-12-09 johnstiles@google.com Add RP builder support for componentwise arithmetic ops.

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-09 23:51:23 +00:00
skia-flutter-autoroll
c7f7a975e8 Roll Skia from ec407902999b to 44062eff3e25 (8 revisions) (flutter/engine#38161)
https://skia.googlesource.com/skia.git/+log/ec407902999b..44062eff3e25

2022-12-09 nscobie@google.com Revert "JpegR decoder. Initial commit."
2022-12-09 kjlubick@google.com [bazel] Add CI test for layering_check implementation
2022-12-09 kjlubick@google.com [bazel] Implement layering_check in our custom toolchain
2022-12-09 cmumford@google.com [infra] Moved some perf OptimizeForSize jobs to new machines
2022-12-09 lehoangquyen@chromium.org [graphite] Implement DawnQueueManager.
2022-12-09 johnstiles@google.com Add continue statement to RP codegen.
2022-12-09 nicolettep@google.com Add Graphite Vulkan Build to Jobs.
2022-12-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 89b9b4762b94 to bad7c66f82c8 (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-09 22:25:48 +00:00
skia-flutter-autoroll
8c609c5c42 Roll Skia from b253b10374e7 to ec407902999b (3 revisions) (flutter/engine#38158)
https://skia.googlesource.com/skia.git/+log/b253b10374e7..ec407902999b

2022-12-09 cmumford@google.com [infra] Delete OOPRDLL ASAN/TSAN jobs
2022-12-09 bsalomon@google.com Revert "Fix mirror mode when samples fall at integers in RP"
2022-12-09 johnstiles@google.com Add reenable_loop_mask op to RP builder.

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-09 19:31:12 +00:00
skia-flutter-autoroll
de39291cb7 Roll Fuchsia Linux SDK from xn8ztWtp-zww-jObz... to rRJIjuO-dPNCpCTd9... (flutter/engine#38134)
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 bdero@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-09 18:26:02 +00:00
skia-flutter-autoroll
cdc2d31500 Roll Skia from 711396b81248 to b253b10374e7 (7 revisions) (flutter/engine#38157)
https://skia.googlesource.com/skia.git/+log/711396b81248..b253b10374e7

2022-12-09 egdaniel@google.com Fix default external color type for RGBX format.
2022-12-09 johnstiles@google.com Add break statement to SkSL RP codegen.
2022-12-09 cmumford@google.com [infra] Moved some *SAN jobs to new machines
2022-12-09 johnstiles@google.com Add mask_off_loop_mask Raster Pipeline op.
2022-12-09 johnstiles@google.com Add stack rewind to the RP builder.
2022-12-09 johnstiles@google.com Add support for do-while loops to the RP codegen.
2022-12-09 kjlubick@google.com Manual Dawn Roll

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-09 18:17:52 +00:00
Zachary Anderson
6a6203c77e Pylint testing/run_tests.py (flutter/engine#38016) 2022-12-09 09:14:48 -08:00
skia-flutter-autoroll
0a66a7938a Roll Skia from 2691cd7b4110 to 711396b81248 (1 revision) (flutter/engine#38152)
https://skia.googlesource.com/skia.git/+log/2691cd7b4110..711396b81248

2022-12-09 bsalomon@google.com Fix mirror mode when samples fall at integers in RP

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-09 15:37:25 +00:00