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

Commit 43edf74

Browse files
Roll Skia from f41fa8bffd58 to 78927395bf5c (20 revisions)
https://skia.googlesource.com/skia.git/+log/f41fa8bffd58..78927395bf5c 2022-11-03 [email protected] Revert "MatrixTransform image filter supports complex canvas' transform" 2022-11-03 [email protected] Add backend flags to SkSL layout. 2022-11-03 [email protected] [cleanup] Migrate runtime-effect related logic. 2022-11-02 [email protected] Roll vulkan-deps from fc19c4d01633 to 2f3fb2d6bb9c (5 revisions) 2022-11-02 [email protected] Roll Skia Infra from 34281da1948e to e3826053ca36 (1 revision) 2022-11-02 [email protected] Reland "Reverse local matrix concatenation order" 2022-11-02 [email protected] Add step data for CodeSize tryjobs 2022-11-02 [email protected] Fix compile error on Windows 2022-11-02 [email protected] Roll Skia Infra from bb4e9bb75082 to 34281da1948e (1 revision) 2022-11-02 [email protected] Reland^4 Return actual byte count and ptr from sk_allocate_* 2022-11-02 [email protected] Revert "Make SkSurface::imageInfo() const, without creating SkCanvas." 2022-11-02 [email protected] [graphite] Add ColorFilterShader support 2022-11-02 [email protected] Revert "[graphite] AsyncReadPixels clean up." 2022-11-02 [email protected] MatrixTransform image filter supports complex canvas' transform 2022-11-02 [email protected] Revert "Reverse local matrix concatenation order" 2022-11-02 [email protected] Migrate most other separators to Separator(). 2022-11-02 [email protected] Roll SwiftShader from da2edceb04a8 to a113fba5d946 (1 revision) 2022-11-02 [email protected] Roll Skia Infra from 7ab05c228953 to bb4e9bb75082 (1 revision) 2022-11-02 [email protected] [graphite] Add VulkanCaps format table 2022-11-02 [email protected] [graphite] AsyncReadPixels clean up. 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 491032c commit 43edf74

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': 'f41fa8bffd58e1b065cc45cb87746a6da3542dbd',
21+
'skia_revision': '78927395bf5cbc182b8072ffc72cc60725edbfea',
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: 923e03b6fd5c8ea1da022f3e759dc239
1+
Signature: 57aa75d4922a54e0bdab70f489f5739c
22

33
UNUSED LICENSES:
44

@@ -6227,6 +6227,7 @@ FILE: ../../../third_party/skia/modules/skplaintexteditor/src/stringslice.cpp
62276227
FILE: ../../../third_party/skia/modules/skplaintexteditor/src/word_boundaries.cpp
62286228
FILE: ../../../third_party/skia/modules/skplaintexteditor/src/word_boundaries.h
62296229
FILE: ../../../third_party/skia/samplecode/SamplePathTessellators.cpp
6230+
FILE: ../../../third_party/skia/src/core/SkContainers.cpp
62306231
FILE: ../../../third_party/skia/src/core/SkMalloc.cpp
62316232
FILE: ../../../third_party/skia/src/core/SkPixelRefPriv.h
62326233
FILE: ../../../third_party/skia/src/core/SkTextBlobTrace.cpp
@@ -7961,6 +7962,7 @@ FILE: ../../../third_party/skia/include/gpu/graphite/vk/VulkanGraphiteTypes.h
79617962
FILE: ../../../third_party/skia/include/gpu/vk/VulkanExtensions.h
79627963
FILE: ../../../third_party/skia/include/gpu/vk/VulkanMemoryAllocator.h
79637964
FILE: ../../../third_party/skia/include/gpu/vk/VulkanTypes.h
7965+
FILE: ../../../third_party/skia/include/private/SkContainers.h
79647966
FILE: ../../../third_party/skia/include/private/gpu/graphite/DawnTypesPriv.h
79657967
FILE: ../../../third_party/skia/include/private/gpu/graphite/VulkanGraphiteTypesPriv.h
79667968
FILE: ../../../third_party/skia/include/private/gpu/vk/VulkanTypesPriv.h

0 commit comments

Comments
 (0)