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

Commit 2db4c60

Browse files
Roll Skia from d448fe07ea46 to ac87929b3d2e (8 revisions)
https://skia.googlesource.com/skia.git/+log/d448fe07ea46..ac87929b3d2e 2023-05-22 [email protected] Replace SkOpts::hash/hash_fn with SkChecksum::Hash32 2023-05-22 [email protected] Make destcolor GM non-Ganesh-specific 2023-05-22 [email protected] Roll vulkan-deps from dc49e5c6de1e to e2fe2393abb4 (1 revision) 2023-05-22 [email protected] Add wyhash as SkChecksum::Hash32/64 2023-05-22 [email protected] Make ChecksumBench much more interesting and representative 2023-05-22 [email protected] Revert "[skif] Add FilterResult::Builder and update SkMergeImageFilter to use it" 2023-05-22 [email protected] Add WGSL support for anonymous function parameters. 2023-05-22 [email protected] Add Protected checks to GL and Mock onCanCopySurface methods 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 1095102 commit 2db4c60

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': 'd448fe07ea4610a28947b120305ed8b8a6a59504',
21+
'skia_revision': 'ac87929b3d2e63aa15e2c29212122cc63be1a40d',
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: 43d287276a201994c50af19750dd9949
1+
Signature: 63dcc0840a13f9b0e65497ae34248fe7
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -8941,6 +8941,7 @@ ORIGIN: ../../../third_party/skia/src/base/SkSafeMath.cpp + ../../../third_party
89418941
ORIGIN: ../../../third_party/skia/src/core/SkBlitter_A8.h + ../../../third_party/skia/LICENSE
89428942
ORIGIN: ../../../third_party/skia/src/core/SkBlurMaskFilterImpl.h + ../../../third_party/skia/LICENSE
89438943
ORIGIN: ../../../third_party/skia/src/core/SkCanvas_Raster.cpp + ../../../third_party/skia/LICENSE
8944+
ORIGIN: ../../../third_party/skia/src/core/SkChecksum.cpp + ../../../third_party/skia/LICENSE
89448945
ORIGIN: ../../../third_party/skia/src/core/SkDrawBase.cpp + ../../../third_party/skia/LICENSE
89458946
ORIGIN: ../../../third_party/skia/src/core/SkDrawBase.h + ../../../third_party/skia/LICENSE
89468947
ORIGIN: ../../../third_party/skia/src/core/SkFilterColorProgram.cpp + ../../../third_party/skia/LICENSE
@@ -9059,6 +9060,7 @@ FILE: ../../../third_party/skia/src/base/SkSafeMath.cpp
90599060
FILE: ../../../third_party/skia/src/core/SkBlitter_A8.h
90609061
FILE: ../../../third_party/skia/src/core/SkBlurMaskFilterImpl.h
90619062
FILE: ../../../third_party/skia/src/core/SkCanvas_Raster.cpp
9063+
FILE: ../../../third_party/skia/src/core/SkChecksum.cpp
90629064
FILE: ../../../third_party/skia/src/core/SkDrawBase.cpp
90639065
FILE: ../../../third_party/skia/src/core/SkDrawBase.h
90649066
FILE: ../../../third_party/skia/src/core/SkFilterColorProgram.cpp

0 commit comments

Comments
 (0)