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

Commit 1d5d425

Browse files
Roll Skia from 74a57221dfb3 to 1dfecd7cd478 (6 revisions)
https://skia.googlesource.com/skia.git/+log/74a57221dfb3..1dfecd7cd478 2022-11-16 [email protected] [graphite] implement DawnTexture and DawnSampler 2022-11-16 [email protected] [graphite] Make KeyContext Graphite-only 2022-11-16 [email protected] Roll vulkan-deps from c5e93331a728 to 2809a099b5e5 (6 revisions) 2022-11-16 [email protected] Add a debugger script for CodeLLDB visualizers 2022-11-16 [email protected] Change SkParsePath::ToSVGString to just return the string 2022-11-16 [email protected] Omit frame pointers in SkOpts code. 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 97974eb commit 1d5d425

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
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': '74a57221dfb310d7802fec1d99ee083d065d4471',
21+
'skia_revision': '1dfecd7cd478c0f7fffa766e4404c158e679eb2b',
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: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: f7474c42ddb4531904090e3ed41566ac
1+
Signature: 8067dd8f1e3f82ba9b3ffa8b166ea1d0
22

33
UNUSED LICENSES:
44

@@ -7720,8 +7720,6 @@ FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode.cpp
77207720
FILE: ../../../third_party/skia/src/core/SkBuiltInCodeSnippetID.h
77217721
FILE: ../../../third_party/skia/src/core/SkCapabilities.cpp
77227722
FILE: ../../../third_party/skia/src/core/SkDebugUtils.h
7723-
FILE: ../../../third_party/skia/src/core/SkKeyContext.cpp
7724-
FILE: ../../../third_party/skia/src/core/SkKeyContext.h
77257723
FILE: ../../../third_party/skia/src/core/SkRuntimeEffectDictionary.h
77267724
FILE: ../../../third_party/skia/src/core/SkSLTypeShared.cpp
77277725
FILE: ../../../third_party/skia/src/core/SkSLTypeShared.h
@@ -7764,6 +7762,8 @@ FILE: ../../../third_party/skia/src/gpu/graphite/GraphiteResourceKey.cpp
77647762
FILE: ../../../third_party/skia/src/gpu/graphite/GraphiteResourceKey.h
77657763
FILE: ../../../third_party/skia/src/gpu/graphite/ImageUtils.cpp
77667764
FILE: ../../../third_party/skia/src/gpu/graphite/ImageUtils.h
7765+
FILE: ../../../third_party/skia/src/gpu/graphite/KeyContext.cpp
7766+
FILE: ../../../third_party/skia/src/gpu/graphite/KeyContext.h
77677767
FILE: ../../../third_party/skia/src/gpu/graphite/KeyHelpers.cpp
77687768
FILE: ../../../third_party/skia/src/gpu/graphite/KeyHelpers.h
77697769
FILE: ../../../third_party/skia/src/gpu/graphite/Log.h
@@ -7809,8 +7809,12 @@ FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnQueueManager.cpp
78097809
FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnQueueManager.h
78107810
FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnResourceProvider.cpp
78117811
FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnResourceProvider.h
7812+
FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnSampler.cpp
7813+
FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnSampler.h
78127814
FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnSharedContext.cpp
78137815
FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnSharedContext.h
7816+
FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnTexture.cpp
7817+
FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnTexture.h
78147818
FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnTypesPriv.cpp
78157819
FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnUtils.cpp
78167820
FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnUtils.h

0 commit comments

Comments
 (0)