Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit bebc12f

Browse files
Roll Skia from 28c1bbab82b8 to 6fdf7181e374 (16 revisions) (#38046)
https://skia.googlesource.com/skia.git/+log/28c1bbab82b8..6fdf7181e374 2022-12-02 [email protected] Avoid #include of SkSL header in non-SkSL builds. 2022-12-02 [email protected] Reland "[graphite] Color space transform shader" 2022-12-02 [email protected] Remove last vestiges of samples 2022-12-02 [email protected] Add error msg to SkMesh factories 2022-12-02 [email protected] Migrate slot/function info structs out of SkVM-specific header. 2022-12-02 [email protected] [skottie] Allow clients to override image scaling mode 2022-12-02 [email protected] Improve destroying elements of SkTArray 2022-12-02 [email protected] [graphite] Refactor PrecompileBase and PaintOptions a bit 2022-12-02 [email protected] Revert "[graphite] Color space transform shader" 2022-12-02 [email protected] Extract raster pipeline gradient code for reuse in texture fallback 2022-12-02 [email protected] [graphite] Color space transform shader 2022-12-02 [email protected] Skip GNI presubmit on mac 2022-12-02 [email protected] [graphite] Make some of the KeyHelper block parameters be optional 2022-12-02 [email protected] [graphite] Simplify ENABLE_ANALYTIC_RRECT_RENDERER logic 2022-12-02 [email protected] Roll vulkan-deps from e05101aa3095 to d800a9330101 (1 revision) 2022-12-02 [email protected] 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 [email protected],[email protected] 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
1 parent afdc329 commit bebc12f

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

DEPS

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ vars = {
1818
'llvm_git': 'https://llvm.googlesource.com',
1919
# OCMock is for testing only so there is no google clone
2020
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
21-
'skia_revision': '28c1bbab82b82932bf653959fbc465acff56d905',
21+
'skia_revision': '6fdf7181e374c939a124faa8bca542673a3665b0',
2222

2323
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
2424
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.

ci/licenses_golden/licenses_skia

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 532824606ea0e9dba7ad4449564bab81
1+
Signature: 60e531fb5a3969269eb98bf4d76dafdc
22

33
UNUSED LICENSES:
44

@@ -2018,7 +2018,6 @@ FILE: ../../../third_party/skia/include/ports/SkTypeface_win.h
20182018
FILE: ../../../third_party/skia/include/private/SkTArray.h
20192019
FILE: ../../../third_party/skia/include/utils/SkNWayCanvas.h
20202020
FILE: ../../../third_party/skia/include/utils/mac/SkCGUtils.h
2021-
FILE: ../../../third_party/skia/samplecode/Sample.h
20222021
FILE: ../../../third_party/skia/src/core/SkAAClip.cpp
20232022
FILE: ../../../third_party/skia/src/core/SkAAClip.h
20242023
FILE: ../../../third_party/skia/src/core/SkAdvancedTypefaceMetrics.h
@@ -3594,8 +3593,6 @@ FILE: ../../../third_party/skia/modules/svg/src/SkSVGShape.cpp
35943593
FILE: ../../../third_party/skia/modules/svg/src/SkSVGStop.cpp
35953594
FILE: ../../../third_party/skia/modules/svg/src/SkSVGTransformableNode.cpp
35963595
FILE: ../../../third_party/skia/modules/svg/src/SkSVGValue.cpp
3597-
FILE: ../../../third_party/skia/samplecode/DecodeFile.h
3598-
FILE: ../../../third_party/skia/samplecode/Sample.cpp
35993596
FILE: ../../../third_party/skia/src/codec/SkRawCodec.cpp
36003597
FILE: ../../../third_party/skia/src/codec/SkRawCodec.h
36013598
FILE: ../../../third_party/skia/src/core/SkATrace.cpp
@@ -7778,6 +7775,7 @@ FILE: ../../../third_party/skia/src/sksl/analysis/SkSLProgramUsage.h
77787775
FILE: ../../../third_party/skia/src/sksl/codegen/SkSLRasterPipelineCodeGenerator.cpp
77797776
FILE: ../../../third_party/skia/src/sksl/codegen/SkSLRasterPipelineCodeGenerator.h
77807777
FILE: ../../../third_party/skia/src/sksl/ir/SkSLProgram.cpp
7778+
FILE: ../../../third_party/skia/src/sksl/tracing/SkSLDebugInfo.h
77817779
FILE: ../../../third_party/skia/src/sksl/transform/SkSLAddConstToVarModifiers.cpp
77827780
FILE: ../../../third_party/skia/src/sksl/transform/SkSLEliminateEmptyStatements.cpp
77837781
FILE: ../../../third_party/skia/src/sksl/transform/SkSLFindAndDeclareBuiltinFunctions.cpp

0 commit comments

Comments
 (0)