Roll Skia from 28c1bbab82b8 to 6fdf7181e374 (16 revisions) (flutter/engine#38046)

https://skia.googlesource.com/skia.git/+log/28c1bbab82b8..6fdf7181e374

2022-12-02 johnstiles@google.com Avoid #include of SkSL header in non-SkSL builds.
2022-12-02 jamesgk@google.com Reland "[graphite] Color space transform shader"
2022-12-02 bsalomon@google.com Remove last vestiges of samples
2022-12-02 bsalomon@google.com Add error msg to SkMesh factories
2022-12-02 johnstiles@google.com Migrate slot/function info structs out of SkVM-specific header.
2022-12-02 fmalita@chromium.org [skottie] Allow clients to override image scaling mode
2022-12-02 herb@google.com Improve destroying elements of SkTArray
2022-12-02 robertphillips@google.com [graphite] Refactor PrecompileBase and PaintOptions a bit
2022-12-02 bungeman@google.com Revert "[graphite] Color space transform shader"
2022-12-02 brianosman@google.com Extract raster pipeline gradient code for reuse in texture fallback
2022-12-02 jamesgk@google.com [graphite] Color space transform shader
2022-12-02 kjlubick@google.com Skip GNI presubmit on mac
2022-12-02 robertphillips@google.com [graphite] Make some of the KeyHelper block parameters be optional
2022-12-02 michaelludwig@google.com [graphite] Simplify ENABLE_ANALYTIC_RRECT_RENDERER logic
2022-12-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from e05101aa3095 to d800a9330101 (1 revision)
2022-12-02 kjlubick@google.com Disable generate_go presubmit on Macs

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 bungeman@google.com,zra@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
This commit is contained in:
skia-flutter-autoroll
2022-12-02 18:35:23 -05:00
committed by GitHub
parent 620fcb93b3
commit 1152a06319
2 changed files with 3 additions and 5 deletions

2
DEPS
View File

@@ -18,7 +18,7 @@ vars = {
'llvm_git': 'https://llvm.googlesource.com',
# OCMock is for testing only so there is no google clone
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
'skia_revision': '28c1bbab82b82932bf653959fbc465acff56d905',
'skia_revision': '6fdf7181e374c939a124faa8bca542673a3665b0',
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.

View File

@@ -1,4 +1,4 @@
Signature: 532824606ea0e9dba7ad4449564bab81
Signature: 60e531fb5a3969269eb98bf4d76dafdc
UNUSED LICENSES:
@@ -2018,7 +2018,6 @@ FILE: ../../../third_party/skia/include/ports/SkTypeface_win.h
FILE: ../../../third_party/skia/include/private/SkTArray.h
FILE: ../../../third_party/skia/include/utils/SkNWayCanvas.h
FILE: ../../../third_party/skia/include/utils/mac/SkCGUtils.h
FILE: ../../../third_party/skia/samplecode/Sample.h
FILE: ../../../third_party/skia/src/core/SkAAClip.cpp
FILE: ../../../third_party/skia/src/core/SkAAClip.h
FILE: ../../../third_party/skia/src/core/SkAdvancedTypefaceMetrics.h
@@ -3594,8 +3593,6 @@ FILE: ../../../third_party/skia/modules/svg/src/SkSVGShape.cpp
FILE: ../../../third_party/skia/modules/svg/src/SkSVGStop.cpp
FILE: ../../../third_party/skia/modules/svg/src/SkSVGTransformableNode.cpp
FILE: ../../../third_party/skia/modules/svg/src/SkSVGValue.cpp
FILE: ../../../third_party/skia/samplecode/DecodeFile.h
FILE: ../../../third_party/skia/samplecode/Sample.cpp
FILE: ../../../third_party/skia/src/codec/SkRawCodec.cpp
FILE: ../../../third_party/skia/src/codec/SkRawCodec.h
FILE: ../../../third_party/skia/src/core/SkATrace.cpp
@@ -7778,6 +7775,7 @@ FILE: ../../../third_party/skia/src/sksl/analysis/SkSLProgramUsage.h
FILE: ../../../third_party/skia/src/sksl/codegen/SkSLRasterPipelineCodeGenerator.cpp
FILE: ../../../third_party/skia/src/sksl/codegen/SkSLRasterPipelineCodeGenerator.h
FILE: ../../../third_party/skia/src/sksl/ir/SkSLProgram.cpp
FILE: ../../../third_party/skia/src/sksl/tracing/SkSLDebugInfo.h
FILE: ../../../third_party/skia/src/sksl/transform/SkSLAddConstToVarModifiers.cpp
FILE: ../../../third_party/skia/src/sksl/transform/SkSLEliminateEmptyStatements.cpp
FILE: ../../../third_party/skia/src/sksl/transform/SkSLFindAndDeclareBuiltinFunctions.cpp