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

Commit 6443b71

Browse files
Roll Skia from d8427844b843 to d965fc1fd319 (4 revisions)
https://skia.googlesource.com/skia.git/+log/d8427844b843..d965fc1fd319 2024-05-08 michaelludwig@google.com [graphite] Add child DrawTasks to DrawContexts when drawn; track pending reads 2024-05-08 robertphillips@google.com [graphite] Make MatrixConvolutionImageFilter stably keyed 2024-05-08 michaelludwig@google.com [graphite] Don't instantiate budgeted Surfaces immediately 2024-05-08 kjlubick@google.com Update rules to enforce IWYU in the modular build 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 brianosman@google.com,egdaniel@google.com,rmistry@google.com,zra@google.com 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://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
1 parent 9cb60de commit 6443b71

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ vars = {
1414
'flutter_git': 'https://flutter.googlesource.com',
1515
'skia_git': 'https://skia.googlesource.com',
1616
'llvm_git': 'https://llvm.googlesource.com',
17-
'skia_revision': 'd8427844b843668ba0e81ae013aedde9aebcc2ea',
17+
'skia_revision': 'd965fc1fd31926d65514189b5f49512d53b3f777',
1818

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

ci/licenses_golden/licenses_skia

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: de637806d74611b916ccf51d310ff740
1+
Signature: c5c51f42f0f5f0d4128cd704127c8a5a
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -9525,6 +9525,7 @@ ORIGIN: ../../../flutter/third_party/skia/modules/skunicode/src/SkBidiFactory_ic
95259525
ORIGIN: ../../../flutter/third_party/skia/src/base/SkFixedArray.h + ../../../flutter/third_party/skia/LICENSE
95269526
ORIGIN: ../../../flutter/third_party/skia/src/core/SkKnownRuntimeEffects.cpp + ../../../flutter/third_party/skia/LICENSE
95279527
ORIGIN: ../../../flutter/third_party/skia/src/core/SkKnownRuntimeEffects.h + ../../../flutter/third_party/skia/LICENSE
9528+
ORIGIN: ../../../flutter/third_party/skia/src/effects/imagefilters/SkMatrixConvolutionImageFilter.h + ../../../flutter/third_party/skia/LICENSE
95289529
ORIGIN: ../../../flutter/third_party/skia/src/gpu/DataUtils.cpp + ../../../flutter/third_party/skia/LICENSE
95299530
ORIGIN: ../../../flutter/third_party/skia/src/gpu/DataUtils.h + ../../../flutter/third_party/skia/LICENSE
95309531
ORIGIN: ../../../flutter/third_party/skia/src/gpu/SwizzlePriv.h + ../../../flutter/third_party/skia/LICENSE
@@ -9583,6 +9584,7 @@ FILE: ../../../flutter/third_party/skia/modules/skunicode/src/SkBidiFactory_icu_
95839584
FILE: ../../../flutter/third_party/skia/src/base/SkFixedArray.h
95849585
FILE: ../../../flutter/third_party/skia/src/core/SkKnownRuntimeEffects.cpp
95859586
FILE: ../../../flutter/third_party/skia/src/core/SkKnownRuntimeEffects.h
9587+
FILE: ../../../flutter/third_party/skia/src/effects/imagefilters/SkMatrixConvolutionImageFilter.h
95869588
FILE: ../../../flutter/third_party/skia/src/gpu/DataUtils.cpp
95879589
FILE: ../../../flutter/third_party/skia/src/gpu/DataUtils.h
95889590
FILE: ../../../flutter/third_party/skia/src/gpu/SwizzlePriv.h

0 commit comments

Comments
 (0)