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

Commit b1ccae7

Browse files
Roll Skia from 60242c4ea6a7 to c2d81db3ef41 (5 revisions) (#39344)
https://skia.googlesource.com/skia.git/+log/60242c4ea6a7..c2d81db3ef41 2023-02-02 [email protected] [skottie] Rename text shaper valign enums 2023-02-02 [email protected] Manually roll Dawn from 635c5d0f0496 to 70f968d098c8 (13 revisions) 2023-02-02 [email protected] Centralize the "ColorSpaces" job setup in dm_flags.go 2023-02-02 [email protected] [graphite] Add Image_YUVA_Graphite. 2023-02-02 [email protected] Add missing forward declarations to SkVideoEncoder.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 [email protected],[email protected],[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 510ecfa commit b1ccae7

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
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': '60242c4ea6a721c8c3a6f7c4ec27bee2892e06e1',
21+
'skia_revision': 'c2d81db3ef410f2fafbaed45253daa8d02fc197f',
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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 91029f9b59e2a93ff61f923313be349c
1+
Signature: 7b034ff55132f3fab325516595d7cbac
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -8991,6 +8991,10 @@ ORIGIN: ../../../third_party/skia/src/core/SkRSXform.cpp + ../../../third_party/
89918991
ORIGIN: ../../../third_party/skia/src/core/SkTSearch.h + ../../../third_party/skia/LICENSE
89928992
ORIGIN: ../../../third_party/skia/src/gpu/graphite/Image_Base_Graphite.cpp + ../../../third_party/skia/LICENSE
89938993
ORIGIN: ../../../third_party/skia/src/gpu/graphite/Image_Base_Graphite.h + ../../../third_party/skia/LICENSE
8994+
ORIGIN: ../../../third_party/skia/src/gpu/graphite/Image_YUVA_Graphite.cpp + ../../../third_party/skia/LICENSE
8995+
ORIGIN: ../../../third_party/skia/src/gpu/graphite/Image_YUVA_Graphite.h + ../../../third_party/skia/LICENSE
8996+
ORIGIN: ../../../third_party/skia/src/gpu/graphite/YUVATextureProxies.cpp + ../../../third_party/skia/LICENSE
8997+
ORIGIN: ../../../third_party/skia/src/gpu/graphite/YUVATextureProxies.h + ../../../third_party/skia/LICENSE
89948998
ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLGetLoopControlFlowInfo.cpp + ../../../third_party/skia/LICENSE
89958999
ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLGetReturnComplexity.cpp + ../../../third_party/skia/LICENSE
89969000
ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLIsDynamicallyUniformExpression.cpp + ../../../third_party/skia/LICENSE
@@ -9011,6 +9015,10 @@ FILE: ../../../third_party/skia/src/core/SkRSXform.cpp
90119015
FILE: ../../../third_party/skia/src/core/SkTSearch.h
90129016
FILE: ../../../third_party/skia/src/gpu/graphite/Image_Base_Graphite.cpp
90139017
FILE: ../../../third_party/skia/src/gpu/graphite/Image_Base_Graphite.h
9018+
FILE: ../../../third_party/skia/src/gpu/graphite/Image_YUVA_Graphite.cpp
9019+
FILE: ../../../third_party/skia/src/gpu/graphite/Image_YUVA_Graphite.h
9020+
FILE: ../../../third_party/skia/src/gpu/graphite/YUVATextureProxies.cpp
9021+
FILE: ../../../third_party/skia/src/gpu/graphite/YUVATextureProxies.h
90149022
FILE: ../../../third_party/skia/src/sksl/analysis/SkSLGetLoopControlFlowInfo.cpp
90159023
FILE: ../../../third_party/skia/src/sksl/analysis/SkSLGetReturnComplexity.cpp
90169024
FILE: ../../../third_party/skia/src/sksl/analysis/SkSLIsDynamicallyUniformExpression.cpp

0 commit comments

Comments
 (0)