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

Commit 62cada8

Browse files
Roll Skia from 7736fbaf84f0 to 485cd3d0f9ca (6 revisions) (#41840)
https://skia.googlesource.com/skia.git/+log/7736fbaf84f0..485cd3d0f9ca 2023-05-08 [email protected] Add SkNoDestructor<T> class to Skia. 2023-05-08 [email protected] Generate simpler code for sk_Clockwise in SPIR-V. 2023-05-08 [email protected] Eliminate DSLBlock class. 2023-05-08 [email protected] [base] Move SkSpinlock and SkSharedMutex to src/base 2023-05-08 [email protected] Eliminate most DSL statement support. 2023-05-08 [email protected] Simplify Perlin noise chained-if block. 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 d596757 commit 62cada8

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
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': '7736fbaf84f06057637538449a2a62f442fff378',
21+
'skia_revision': '485cd3d0f9ca5524458c168b8d31c64c6348655e',
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: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 126831cc78d416d4d830c20a186ac345
1+
Signature: ce9c98917b4b6bfb0320bf0ddbe2ea8d
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -3148,13 +3148,16 @@ ORIGIN: ../../../third_party/skia/include/ports/SkFontMgr_android.h + ../../../t
31483148
ORIGIN: ../../../third_party/skia/include/ports/SkFontMgr_directory.h + ../../../third_party/skia/LICENSE
31493149
ORIGIN: ../../../third_party/skia/include/ports/SkFontMgr_empty.h + ../../../third_party/skia/LICENSE
31503150
ORIGIN: ../../../third_party/skia/include/ports/SkFontMgr_fontconfig.h + ../../../third_party/skia/LICENSE
3151-
ORIGIN: ../../../third_party/skia/include/private/SkSpinlock.h + ../../../third_party/skia/LICENSE
31523151
ORIGIN: ../../../third_party/skia/include/private/base/SkMutex.h + ../../../third_party/skia/LICENSE
31533152
ORIGIN: ../../../third_party/skia/include/private/base/SkSemaphore.h + ../../../third_party/skia/LICENSE
31543153
ORIGIN: ../../../third_party/skia/include/private/base/SkThreadID.h + ../../../third_party/skia/LICENSE
31553154
ORIGIN: ../../../third_party/skia/include/svg/SkSVGCanvas.h + ../../../third_party/skia/LICENSE
31563155
ORIGIN: ../../../third_party/skia/include/utils/SkPaintFilterCanvas.h + ../../../third_party/skia/LICENSE
31573156
ORIGIN: ../../../third_party/skia/src/base/SkSemaphore.cpp + ../../../third_party/skia/LICENSE
3157+
ORIGIN: ../../../third_party/skia/src/base/SkSharedMutex.cpp + ../../../third_party/skia/LICENSE
3158+
ORIGIN: ../../../third_party/skia/src/base/SkSharedMutex.h + ../../../third_party/skia/LICENSE
3159+
ORIGIN: ../../../third_party/skia/src/base/SkSpinlock.cpp + ../../../third_party/skia/LICENSE
3160+
ORIGIN: ../../../third_party/skia/src/base/SkSpinlock.h + ../../../third_party/skia/LICENSE
31583161
ORIGIN: ../../../third_party/skia/src/base/SkTDPQueue.h + ../../../third_party/skia/LICENSE
31593162
ORIGIN: ../../../third_party/skia/src/base/SkThreadID.cpp + ../../../third_party/skia/LICENSE
31603163
ORIGIN: ../../../third_party/skia/src/codec/SkAndroidCodec.cpp + ../../../third_party/skia/LICENSE
@@ -3216,9 +3219,6 @@ ORIGIN: ../../../third_party/skia/src/core/SkPoint3.cpp + ../../../third_party/s
32163219
ORIGIN: ../../../third_party/skia/src/core/SkRecord.cpp + ../../../third_party/skia/LICENSE
32173220
ORIGIN: ../../../third_party/skia/src/core/SkRecordPattern.h + ../../../third_party/skia/LICENSE
32183221
ORIGIN: ../../../third_party/skia/src/core/SkRecords.cpp + ../../../third_party/skia/LICENSE
3219-
ORIGIN: ../../../third_party/skia/src/core/SkSharedMutex.cpp + ../../../third_party/skia/LICENSE
3220-
ORIGIN: ../../../third_party/skia/src/core/SkSharedMutex.h + ../../../third_party/skia/LICENSE
3221-
ORIGIN: ../../../third_party/skia/src/core/SkSpinlock.cpp + ../../../third_party/skia/LICENSE
32223222
ORIGIN: ../../../third_party/skia/src/core/SkTHash.h + ../../../third_party/skia/LICENSE
32233223
ORIGIN: ../../../third_party/skia/src/core/SkTime.cpp + ../../../third_party/skia/LICENSE
32243224
ORIGIN: ../../../third_party/skia/src/core/SkXfermodeInterpretation.cpp + ../../../third_party/skia/LICENSE
@@ -3437,13 +3437,16 @@ FILE: ../../../third_party/skia/include/ports/SkFontMgr_android.h
34373437
FILE: ../../../third_party/skia/include/ports/SkFontMgr_directory.h
34383438
FILE: ../../../third_party/skia/include/ports/SkFontMgr_empty.h
34393439
FILE: ../../../third_party/skia/include/ports/SkFontMgr_fontconfig.h
3440-
FILE: ../../../third_party/skia/include/private/SkSpinlock.h
34413440
FILE: ../../../third_party/skia/include/private/base/SkMutex.h
34423441
FILE: ../../../third_party/skia/include/private/base/SkSemaphore.h
34433442
FILE: ../../../third_party/skia/include/private/base/SkThreadID.h
34443443
FILE: ../../../third_party/skia/include/svg/SkSVGCanvas.h
34453444
FILE: ../../../third_party/skia/include/utils/SkPaintFilterCanvas.h
34463445
FILE: ../../../third_party/skia/src/base/SkSemaphore.cpp
3446+
FILE: ../../../third_party/skia/src/base/SkSharedMutex.cpp
3447+
FILE: ../../../third_party/skia/src/base/SkSharedMutex.h
3448+
FILE: ../../../third_party/skia/src/base/SkSpinlock.cpp
3449+
FILE: ../../../third_party/skia/src/base/SkSpinlock.h
34473450
FILE: ../../../third_party/skia/src/base/SkTDPQueue.h
34483451
FILE: ../../../third_party/skia/src/base/SkThreadID.cpp
34493452
FILE: ../../../third_party/skia/src/codec/SkAndroidCodec.cpp
@@ -3505,9 +3508,6 @@ FILE: ../../../third_party/skia/src/core/SkPoint3.cpp
35053508
FILE: ../../../third_party/skia/src/core/SkRecord.cpp
35063509
FILE: ../../../third_party/skia/src/core/SkRecordPattern.h
35073510
FILE: ../../../third_party/skia/src/core/SkRecords.cpp
3508-
FILE: ../../../third_party/skia/src/core/SkSharedMutex.cpp
3509-
FILE: ../../../third_party/skia/src/core/SkSharedMutex.h
3510-
FILE: ../../../third_party/skia/src/core/SkSpinlock.cpp
35113511
FILE: ../../../third_party/skia/src/core/SkTHash.h
35123512
FILE: ../../../third_party/skia/src/core/SkTime.cpp
35133513
FILE: ../../../third_party/skia/src/core/SkXfermodeInterpretation.cpp
@@ -5534,13 +5534,15 @@ ORIGIN: ../../../third_party/skia/fuzz/FuzzEncoders.cpp + ../../../third_party/s
55345534
ORIGIN: ../../../third_party/skia/fuzz/FuzzPolyUtils.cpp + ../../../third_party/skia/LICENSE
55355535
ORIGIN: ../../../third_party/skia/modules/canvaskit/canvaskit_bindings.cpp + ../../../third_party/skia/LICENSE
55365536
ORIGIN: ../../../third_party/skia/modules/pathkit/pathkit_wasm_bindings.cpp + ../../../third_party/skia/LICENSE
5537+
ORIGIN: ../../../third_party/skia/src/base/SkNoDestructor.h + ../../../third_party/skia/LICENSE
55375538
ORIGIN: ../../../third_party/skia/src/core/SkGlyph.cpp + ../../../third_party/skia/LICENSE
55385539
ORIGIN: ../../../third_party/skia/src/core/SkTypeface_remote.cpp + ../../../third_party/skia/LICENSE
55395540
TYPE: LicenseType.bsd
55405541
FILE: ../../../third_party/skia/fuzz/FuzzEncoders.cpp
55415542
FILE: ../../../third_party/skia/fuzz/FuzzPolyUtils.cpp
55425543
FILE: ../../../third_party/skia/modules/canvaskit/canvaskit_bindings.cpp
55435544
FILE: ../../../third_party/skia/modules/pathkit/pathkit_wasm_bindings.cpp
5545+
FILE: ../../../third_party/skia/src/base/SkNoDestructor.h
55445546
FILE: ../../../third_party/skia/src/core/SkGlyph.cpp
55455547
FILE: ../../../third_party/skia/src/core/SkTypeface_remote.cpp
55465548
----------------------------------------------------------------------------------------------------
@@ -8000,8 +8002,6 @@ ORIGIN: ../../../third_party/skia/src/sksl/SkSLParser.cpp + ../../../third_party
80008002
ORIGIN: ../../../third_party/skia/src/sksl/SkSLParser.h + ../../../third_party/skia/LICENSE
80018003
ORIGIN: ../../../third_party/skia/src/sksl/SkSLPosition.h + ../../../third_party/skia/LICENSE
80028004
ORIGIN: ../../../third_party/skia/src/sksl/SkSLProgramKind.h + ../../../third_party/skia/LICENSE
8003-
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLBlock.cpp + ../../../third_party/skia/LICENSE
8004-
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLBlock.h + ../../../third_party/skia/LICENSE
80058005
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLFunction.cpp + ../../../third_party/skia/LICENSE
80068006
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLFunction.h + ../../../third_party/skia/LICENSE
80078007
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLLayout.cpp + ../../../third_party/skia/LICENSE
@@ -8042,8 +8042,6 @@ FILE: ../../../third_party/skia/src/sksl/SkSLParser.cpp
80428042
FILE: ../../../third_party/skia/src/sksl/SkSLParser.h
80438043
FILE: ../../../third_party/skia/src/sksl/SkSLPosition.h
80448044
FILE: ../../../third_party/skia/src/sksl/SkSLProgramKind.h
8045-
FILE: ../../../third_party/skia/src/sksl/dsl/DSLBlock.cpp
8046-
FILE: ../../../third_party/skia/src/sksl/dsl/DSLBlock.h
80478045
FILE: ../../../third_party/skia/src/sksl/dsl/DSLFunction.cpp
80488046
FILE: ../../../third_party/skia/src/sksl/dsl/DSLFunction.h
80498047
FILE: ../../../third_party/skia/src/sksl/dsl/DSLLayout.cpp

0 commit comments

Comments
 (0)