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

Commit abd7861

Browse files
Roll Skia from e5d07787f0f1 to cadd5dbded4c (5 revisions)
https://skia.googlesource.com/skia.git/+log/e5d07787f0f1..cadd5dbded4c 2021-08-30 [email protected] Move three Op-derived classes to the skgpu::v1 namespace 2021-08-30 [email protected] DSLParser now tracks parse errors separately from semantic errors 2021-08-30 [email protected] Metal: fix RenderCommandEncoder compatibility check. 2021-08-30 [email protected] Fix flaws in minus-prefix optimization. 2021-08-30 [email protected] Simplify SkRasterClip now that it's only intersect/diff 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] 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 0205341 commit abd7861

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ vars = {
2727
'skia_git': 'https://skia.googlesource.com',
2828
# OCMock is for testing only so there is no google clone
2929
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
30-
'skia_revision': 'e5d07787f0f141c02f842e455ea653764faef637',
30+
'skia_revision': 'cadd5dbded4c9a236164d61220d04e2194030607',
3131

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

ci/licenses_golden/licenses_skia

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 0d95d8ac96cc25dc0f1e7e97590f283e
1+
Signature: 97415479d63a1143bce35e5cfc3be9f5
22

33
UNUSED LICENSES:
44

@@ -1878,10 +1878,10 @@ FILE: ../../../third_party/skia/src/gpu/gl/glfw/GrGLMakeNativeInterface_glfw.cpp
18781878
FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLColorSpaceXformHelper.h
18791879
FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLProgramDataManager.cpp
18801880
FILE: ../../../third_party/skia/src/gpu/ops/GrPathStencilSettings.h
1881-
FILE: ../../../third_party/skia/src/gpu/ops/GrRegionOp.cpp
1882-
FILE: ../../../third_party/skia/src/gpu/ops/GrRegionOp.h
1883-
FILE: ../../../third_party/skia/src/gpu/ops/GrShadowRRectOp.cpp
1884-
FILE: ../../../third_party/skia/src/gpu/ops/GrShadowRRectOp.h
1881+
FILE: ../../../third_party/skia/src/gpu/ops/RegionOp.cpp
1882+
FILE: ../../../third_party/skia/src/gpu/ops/RegionOp.h
1883+
FILE: ../../../third_party/skia/src/gpu/ops/ShadowRRectOp.cpp
1884+
FILE: ../../../third_party/skia/src/gpu/ops/ShadowRRectOp.h
18851885
FILE: ../../../third_party/skia/src/gpu/vk/GrVkDescriptorPool.cpp
18861886
FILE: ../../../third_party/skia/src/gpu/vk/GrVkDescriptorPool.h
18871887
FILE: ../../../third_party/skia/src/gpu/vk/GrVkDescriptorSet.cpp
@@ -3267,8 +3267,8 @@ FILE: ../../../third_party/skia/src/gpu/ops/GrFillRectOp.cpp
32673267
FILE: ../../../third_party/skia/src/gpu/ops/GrFillRectOp.h
32683268
FILE: ../../../third_party/skia/src/gpu/ops/GrQuadPerEdgeAA.cpp
32693269
FILE: ../../../third_party/skia/src/gpu/ops/GrQuadPerEdgeAA.h
3270-
FILE: ../../../third_party/skia/src/gpu/ops/GrStrokeRectOp.cpp
3271-
FILE: ../../../third_party/skia/src/gpu/ops/GrStrokeRectOp.h
3270+
FILE: ../../../third_party/skia/src/gpu/ops/StrokeRectOp.cpp
3271+
FILE: ../../../third_party/skia/src/gpu/ops/StrokeRectOp.h
32723272
FILE: ../../../third_party/skia/src/gpu/text/GrAtlasManager.cpp
32733273
FILE: ../../../third_party/skia/src/gpu/text/GrAtlasManager.h
32743274
FILE: ../../../third_party/skia/src/gpu/text/GrSDFMaskFilter.cpp

0 commit comments

Comments
 (0)