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

Commit f0de717

Browse files
Roll Skia from 96d6135e9ee8 to 0185ce148be9 (4 revisions)
https://skia.googlesource.com/skia.git/+log/96d6135e9ee8..0185ce148be9 2023-06-21 [email protected] [graphite] Support ClipStack evaluation without side effects 2023-06-21 [email protected] Remove SkUpdatableColorShader class. 2023-06-21 [email protected] Remove SkVMBlitter class. 2023-06-21 [email protected] [graphite] Fix local coords in Bitmap and SDF text renderers 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 67e789d commit f0de717

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
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': '96d6135e9ee8058ee3e6825da115bdc68f08c4e6',
21+
'skia_revision': '0185ce148be9c574d4664487fee1a287ad949c46',
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: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: f537068b96e59e89e1a3b9ff035082ed
1+
Signature: 9e110762776afa21d2853db77c39f2e4
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -5833,7 +5833,6 @@ ORIGIN: ../../../third_party/skia/src/core/SkEffectPriv.h + ../../../third_party
58335833
ORIGIN: ../../../third_party/skia/src/core/SkEnumerate.h + ../../../third_party/skia/LICENSE
58345834
ORIGIN: ../../../third_party/skia/src/core/SkPathMakers.h + ../../../third_party/skia/LICENSE
58355835
ORIGIN: ../../../third_party/skia/src/core/SkStrikeSpec.h + ../../../third_party/skia/LICENSE
5836-
ORIGIN: ../../../third_party/skia/src/core/SkVMBlitter.cpp + ../../../third_party/skia/LICENSE
58375836
ORIGIN: ../../../third_party/skia/src/core/SkYUVMath.cpp + ../../../third_party/skia/LICENSE
58385837
ORIGIN: ../../../third_party/skia/src/core/SkYUVMath.h + ../../../third_party/skia/LICENSE
58395838
ORIGIN: ../../../third_party/skia/src/gpu/GrAHardwareBufferUtils.h + ../../../third_party/skia/LICENSE
@@ -5978,7 +5977,6 @@ FILE: ../../../third_party/skia/src/core/SkEffectPriv.h
59785977
FILE: ../../../third_party/skia/src/core/SkEnumerate.h
59795978
FILE: ../../../third_party/skia/src/core/SkPathMakers.h
59805979
FILE: ../../../third_party/skia/src/core/SkStrikeSpec.h
5981-
FILE: ../../../third_party/skia/src/core/SkVMBlitter.cpp
59825980
FILE: ../../../third_party/skia/src/core/SkYUVMath.cpp
59835981
FILE: ../../../third_party/skia/src/core/SkYUVMath.h
59845982
FILE: ../../../third_party/skia/src/gpu/GrAHardwareBufferUtils.h
@@ -7491,7 +7489,6 @@ ORIGIN: ../../../third_party/skia/src/core/SkMatrixInvert.cpp + ../../../third_p
74917489
ORIGIN: ../../../third_party/skia/src/core/SkMatrixInvert.h + ../../../third_party/skia/LICENSE
74927490
ORIGIN: ../../../third_party/skia/src/core/SkMesh.cpp + ../../../third_party/skia/LICENSE
74937491
ORIGIN: ../../../third_party/skia/src/core/SkMeshPriv.h + ../../../third_party/skia/LICENSE
7494-
ORIGIN: ../../../third_party/skia/src/core/SkVMBlitter.h + ../../../third_party/skia/LICENSE
74957492
ORIGIN: ../../../third_party/skia/src/core/SkYUVAInfoLocation.h + ../../../third_party/skia/LICENSE
74967493
ORIGIN: ../../../third_party/skia/src/effects/SkBlenders.cpp + ../../../third_party/skia/LICENSE
74977494
ORIGIN: ../../../third_party/skia/src/effects/imagefilters/SkCropImageFilter.cpp + ../../../third_party/skia/LICENSE
@@ -7712,7 +7709,6 @@ FILE: ../../../third_party/skia/src/core/SkMatrixInvert.cpp
77127709
FILE: ../../../third_party/skia/src/core/SkMatrixInvert.h
77137710
FILE: ../../../third_party/skia/src/core/SkMesh.cpp
77147711
FILE: ../../../third_party/skia/src/core/SkMeshPriv.h
7715-
FILE: ../../../third_party/skia/src/core/SkVMBlitter.h
77167712
FILE: ../../../third_party/skia/src/core/SkYUVAInfoLocation.h
77177713
FILE: ../../../third_party/skia/src/effects/SkBlenders.cpp
77187714
FILE: ../../../third_party/skia/src/effects/imagefilters/SkCropImageFilter.cpp

0 commit comments

Comments
 (0)