Skip to content

Commit 570fec4

Browse files
Roll Skia from f07025afd712 to 6ad886e9593a (5 revisions) (flutter#48469)
https://skia.googlesource.com/skia.git/+log/f07025afd712..6ad886e9593a 2023-11-28 jamesgk@google.com Add missing include 2023-11-28 lovisolo@google.com [bazel] Device-specific configs: Android tests and all task drivers. 2023-11-28 michaelludwig@google.com [skif] Implement FilterResult::rescale() for progressive downsampling 2023-11-28 jamesgk@google.com [graphite] Use approximate-sized scratch textures 2023-11-28 michaelludwig@google.com Preserve fill type when pre-chopping large paths in TessellationPathRenderer 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,jcgregorio@google.com,matanl@google.com,rmistry@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 e17df2f commit 570fec4

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

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': 'f07025afd712883218f072704e983686a0b11eb2',
21+
'skia_revision': '6ad886e9593ab7a4c8a3d688d01676787c551ce2',
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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: fae76f33b89fe2389ea7ce47df6c0709
1+
Signature: 49c61da3e5540664738187b5c1075a45
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -8886,6 +8886,7 @@ ORIGIN: ../../../flutter/third_party/skia/src/gpu/DitherUtils.h + ../../../flutt
88868886
ORIGIN: ../../../flutter/third_party/skia/src/gpu/GpuTypesPriv.h + ../../../flutter/third_party/skia/LICENSE
88878887
ORIGIN: ../../../flutter/third_party/skia/src/gpu/PipelineUtils.cpp + ../../../flutter/third_party/skia/LICENSE
88888888
ORIGIN: ../../../flutter/third_party/skia/src/gpu/PipelineUtils.h + ../../../flutter/third_party/skia/LICENSE
8889+
ORIGIN: ../../../flutter/third_party/skia/src/gpu/SkBackingFit.cpp + ../../../flutter/third_party/skia/LICENSE
88898890
ORIGIN: ../../../flutter/third_party/skia/src/gpu/TiledTextureUtils.cpp + ../../../flutter/third_party/skia/LICENSE
88908891
ORIGIN: ../../../flutter/third_party/skia/src/gpu/TiledTextureUtils.h + ../../../flutter/third_party/skia/LICENSE
88918892
ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrBackendSemaphorePriv.h + ../../../flutter/third_party/skia/LICENSE
@@ -9165,6 +9166,7 @@ FILE: ../../../flutter/third_party/skia/src/gpu/DitherUtils.h
91659166
FILE: ../../../flutter/third_party/skia/src/gpu/GpuTypesPriv.h
91669167
FILE: ../../../flutter/third_party/skia/src/gpu/PipelineUtils.cpp
91679168
FILE: ../../../flutter/third_party/skia/src/gpu/PipelineUtils.h
9169+
FILE: ../../../flutter/third_party/skia/src/gpu/SkBackingFit.cpp
91689170
FILE: ../../../flutter/third_party/skia/src/gpu/TiledTextureUtils.cpp
91699171
FILE: ../../../flutter/third_party/skia/src/gpu/TiledTextureUtils.h
91709172
FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrBackendSemaphorePriv.h

0 commit comments

Comments
 (0)