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

Commit b4a2192

Browse files
Roll Skia from ab19daec3b88 to d0c7f636453b (1 revision)
https://skia.googlesource.com/skia.git/+log/ab19daec3b88..d0c7f636453b 2021-10-14 [email protected] Move Wang's formula back into src/gpu/tessellate 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 8034050 commit b4a2192

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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': 'ab19daec3b88fb6c71e855ee71a16158eed9d944',
30+
'skia_revision': 'd0c7f636453b2e18c96bde8f41c174b7c11e3aa8',
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 2466fb1815ba3ba53e864c095ad390a5
1+
Signature: fc2b261fb44e48c83f00f4ab4eb98b2a
22

33
UNUSED LICENSES:
44

@@ -4061,7 +4061,6 @@ FILE: ../../../third_party/skia/src/gpu/GrThreadSafeCache.cpp
40614061
FILE: ../../../third_party/skia/src/gpu/GrThreadSafeCache.h
40624062
FILE: ../../../third_party/skia/src/gpu/geometry/GrAATriangulator.cpp
40634063
FILE: ../../../third_party/skia/src/gpu/geometry/GrAATriangulator.h
4064-
FILE: ../../../third_party/skia/src/gpu/geometry/GrWangsFormula.h
40654064
FILE: ../../../third_party/skia/src/gpu/mock/GrMockOpTarget.h
40664065
FILE: ../../../third_party/skia/src/gpu/ops/DrawAtlasPathOp.cpp
40674066
FILE: ../../../third_party/skia/src/gpu/ops/DrawAtlasPathOp.h
@@ -4074,6 +4073,7 @@ FILE: ../../../third_party/skia/src/gpu/ops/SmallPathShapeData.h
40744073
FILE: ../../../third_party/skia/src/gpu/tessellate/MiddleOutPolygonTriangulator.h
40754074
FILE: ../../../third_party/skia/src/gpu/tessellate/StrokeIterator.h
40764075
FILE: ../../../third_party/skia/src/gpu/tessellate/VectorXform.h
4076+
FILE: ../../../third_party/skia/src/gpu/tessellate/WangsFormula.h
40774077
FILE: ../../../third_party/skia/src/gpu/text/GrSDFTControl.cpp
40784078
FILE: ../../../third_party/skia/src/gpu/text/GrSDFTControl.h
40794079
FILE: ../../../third_party/skia/src/opts/SkOpts_skx.cpp

0 commit comments

Comments
 (0)