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

Commit 9f8edd2

Browse files
Roll Skia from 0c8127b3dd7d to 6a056a26b3c5 (16 revisions)
https://skia.googlesource.com/skia.git/+log/0c8127b3dd7d..6a056a26b3c5 2022-11-08 [email protected] Make CPU nearest image sampling round down and remove matrix tweak 2022-11-08 [email protected] [bazel] Generate driver workarounds file 2022-11-08 [email protected] Allow SkSpan(data, size) ctor to accept any integral-typed size. 2022-11-08 [email protected] Convert FatBits and ManyRects from Samples to Slides 2022-11-08 [email protected] Replace Ctx::None with NoCtx. 2022-11-08 [email protected] Disable gamut clamping in GrConvertPixels, too 2022-11-08 [email protected] Viewer slides default to window-filling dimensions 2022-11-08 [email protected] Roll Skia Infra from 2561765b1755 to 497526fd086e (1 revision) 2022-11-08 [email protected] Reland "MatrixTransform image filter supports complex canvas' transform" 2022-11-08 [email protected] Revert "Use accurate block size in SkArenaAlloc" 2022-11-08 [email protected] [cleanup] Add SkRasterPipeline_TablesCtx for byte tables. 2022-11-08 [email protected] Remove static-if and static-switch from SkSL 2022-11-08 [email protected] [cleanup] Use pipeline context pointer instead of void*. 2022-11-08 [email protected] Restructure build_pipeline logic. 2022-11-08 [email protected] Roll ANGLE from 9bda9a79b4ac to 5b2181969a22 (11 revisions) 2022-11-08 [email protected] Roll Dawn from 4cd8452c3caf to eb949c87ee5a (14 revisions) 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] 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 02cb789 commit 9f8edd2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
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': '0c8127b3dd7d34bb98919f59c4f733b8d0dc506f',
21+
'skia_revision': '6a056a26b3c5a43bd879e20db62554054d5456d1',
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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 78ca86992cb56b8a41e3f2fcd89eb957
1+
Signature: 6ff635db075ccb5f06b696183e297347
22

33
UNUSED LICENSES:
44

@@ -2334,7 +2334,6 @@ FILE: ../../../third_party/skia/include/private/SkPathRef.h
23342334
FILE: ../../../third_party/skia/include/private/SkWeakRefCnt.h
23352335
FILE: ../../../third_party/skia/include/utils/SkNullCanvas.h
23362336
FILE: ../../../third_party/skia/samplecode/SampleAnimBlur.cpp
2337-
FILE: ../../../third_party/skia/samplecode/SampleFatBits.cpp
23382337
FILE: ../../../third_party/skia/samplecode/SampleQuadStroker.cpp
23392338
FILE: ../../../third_party/skia/src/codec/SkColorTable.h
23402339
FILE: ../../../third_party/skia/src/core/SkAnnotation.cpp
@@ -2636,7 +2635,6 @@ FILE: ../../../third_party/skia/include/private/gpu/ganesh/GrTypesPriv.h
26362635
FILE: ../../../third_party/skia/include/utils/SkCanvasStateUtils.h
26372636
FILE: ../../../third_party/skia/samplecode/SampleChart.cpp
26382637
FILE: ../../../third_party/skia/samplecode/SampleClock.cpp
2639-
FILE: ../../../third_party/skia/samplecode/SampleManyRects.cpp
26402638
FILE: ../../../third_party/skia/samplecode/SampleStringArt.cpp
26412639
FILE: ../../../third_party/skia/src/core/SkBitmapDevice.cpp
26422640
FILE: ../../../third_party/skia/src/core/SkBitmapDevice.h

0 commit comments

Comments
 (0)