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

Commit 7d40e77

Browse files
Roll Skia from 69d8378097df to aedfc8695954 (4 revisions) (#38966)
https://skia.googlesource.com/skia.git/+log/69d8378097df..aedfc8695954 2023-01-17 [email protected] [graphite] Fix Dawn validation error due to hasDynamicOffset=true. 2023-01-17 [email protected] [graphite] Enable depth & stencil formats' support in DawnCaps 2023-01-17 [email protected] [graphite] Create graphite::Image_Base 2023-01-17 [email protected] update libwebp to 1.3.0 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 27f6bbc commit 7d40e77

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-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': '69d8378097dffceb1a3ea01aea86cec16cea606a',
21+
'skia_revision': 'aedfc8695954891f3d796efbc61360c9d61cb6e2',
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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 9bfcb2b9b29243b0ae4331bef53a5ae7
1+
Signature: bf2cf6c881f0ab39e0463cae2469c51b
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -8928,11 +8928,15 @@ ORIGIN: ../../../third_party/skia/include/core/SkMath.h + ../../../third_party/s
89288928
ORIGIN: ../../../third_party/skia/include/private/SkMalloc.h + ../../../third_party/skia/LICENSE
89298929
ORIGIN: ../../../third_party/skia/include/private/base/SkCPUTypes.h + ../../../third_party/skia/LICENSE
89308930
ORIGIN: ../../../third_party/skia/src/core/SkFloatingPoint.cpp + ../../../third_party/skia/LICENSE
8931+
ORIGIN: ../../../third_party/skia/src/gpu/graphite/Image_Base_Graphite.cpp + ../../../third_party/skia/LICENSE
8932+
ORIGIN: ../../../third_party/skia/src/gpu/graphite/Image_Base_Graphite.h + ../../../third_party/skia/LICENSE
89318933
TYPE: LicenseType.bsd
89328934
FILE: ../../../third_party/skia/include/core/SkMath.h
89338935
FILE: ../../../third_party/skia/include/private/SkMalloc.h
89348936
FILE: ../../../third_party/skia/include/private/base/SkCPUTypes.h
89358937
FILE: ../../../third_party/skia/src/core/SkFloatingPoint.cpp
8938+
FILE: ../../../third_party/skia/src/gpu/graphite/Image_Base_Graphite.cpp
8939+
FILE: ../../../third_party/skia/src/gpu/graphite/Image_Base_Graphite.h
89368940
----------------------------------------------------------------------------------------------------
89378941
Copyright 2023 Google LLC
89388942

0 commit comments

Comments
 (0)