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

Commit 0a79a3e

Browse files
Roll Skia from 817fca468240 to 40223641388b (19 revisions)
https://skia.googlesource.com/skia.git/+log/817fca468240..40223641388b 2023-10-31 [email protected] [canvaskit] Add shim for old function name 2023-10-31 [email protected] GraphiteDawn: use dynamic offsets for uniform buffers. 2023-10-31 [email protected] Roll vulkan-deps from e334b7a22bdd to 9700973b4f9a (5 revisions) 2023-10-31 [email protected] Roll ANGLE from 95fe7e470418 to 8e8b4dc940dc (12 revisions) 2023-10-31 [email protected] Roll SK Tool from 61b4a8b2976d to ff59f0a147f2 2023-10-31 [email protected] Roll Skia Infra from f5454137fb7d to 61b4a8b2976d (5 revisions) 2023-10-31 [email protected] Roll SwiftShader from d9ec9befba05 to 5c95af798ba4 (1 revision) 2023-10-31 [email protected] Roll Dawn from 52564ab1a0e3 to 1f568ab4ba16 (18 revisions) 2023-10-31 [email protected] Roll skcms from c01d0bc50536 to 29ce1bdfaccc (1 revision) 2023-10-31 [email protected] Add drawing downsampler 2023-10-30 [email protected] Roll skcms from fa50717f8c06 to c01d0bc50536 (3 revisions) 2023-10-30 [email protected] Roll vulkan-deps from 1a99a795c229 to e334b7a22bdd (7 revisions) 2023-10-30 [email protected] Move Android Image and Surface factories out of default GPU build. 2023-10-30 [email protected] Guard against null tops and bottoms 2023-10-30 [email protected] Remove empty typeface define for now 2023-10-30 [email protected] Expose SkTypeface::MakeEmpty 2023-10-30 [email protected] Revert "[graphite] Simplify vertex processing for PerEdgeAAQuadRenderStep." 2023-10-30 [email protected] Make default typeface return empty 2023-10-30 [email protected] [canvaskit] Get rid of dependency on default fontmgr 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://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 6b9b806 commit 0a79a3e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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': '817fca4682400813db1f68fb86366affddc0be42',
21+
'skia_revision': '40223641388b50b2edeffdb5762f2e9631969c89',
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: c7ea76f5b89559349024bb80f7f1cba5
1+
Signature: 235df4f87d189e11e44be4b5f55ac2df
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -8639,6 +8639,7 @@ ORIGIN: ../../../third_party/skia/src/codec/SkJpegXmp.h + ../../../third_party/s
86398639
ORIGIN: ../../../third_party/skia/src/codec/SkTiffUtility.cpp + ../../../third_party/skia/LICENSE
86408640
ORIGIN: ../../../third_party/skia/src/codec/SkTiffUtility.h + ../../../third_party/skia/LICENSE
86418641
ORIGIN: ../../../third_party/skia/src/codec/SkXmp.cpp + ../../../third_party/skia/LICENSE
8642+
ORIGIN: ../../../third_party/skia/src/core/SkMipmapDrawDownSampler.cpp + ../../../third_party/skia/LICENSE
86428643
ORIGIN: ../../../third_party/skia/src/core/SkMipmapHQDownSampler.cpp + ../../../third_party/skia/LICENSE
86438644
ORIGIN: ../../../third_party/skia/src/core/SkRasterPipelineContextUtils.h + ../../../third_party/skia/LICENSE
86448645
ORIGIN: ../../../third_party/skia/src/core/SkRasterPipelineOpContexts.h + ../../../third_party/skia/LICENSE
@@ -8684,6 +8685,7 @@ FILE: ../../../third_party/skia/src/codec/SkJpegXmp.h
86848685
FILE: ../../../third_party/skia/src/codec/SkTiffUtility.cpp
86858686
FILE: ../../../third_party/skia/src/codec/SkTiffUtility.h
86868687
FILE: ../../../third_party/skia/src/codec/SkXmp.cpp
8688+
FILE: ../../../third_party/skia/src/core/SkMipmapDrawDownSampler.cpp
86878689
FILE: ../../../third_party/skia/src/core/SkMipmapHQDownSampler.cpp
86888690
FILE: ../../../third_party/skia/src/core/SkRasterPipelineContextUtils.h
86898691
FILE: ../../../third_party/skia/src/core/SkRasterPipelineOpContexts.h

0 commit comments

Comments
 (0)