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

Commit 88a0a56

Browse files
Roll Skia from 027bf16067ab to b09e51fc8d51 (8 revisions) (#37223)
https://skia.googlesource.com/skia.git/+log/027bf16067ab..b09e51fc8d51 2022-11-01 [email protected] Minor cleanup (typos, white-space) 2022-11-01 [email protected] Reland "Reland "Reland "Return actual byte count and ptr from sk_allocate_*""" 2022-11-01 [email protected] [graphite] Add color conversion support to asyncReadPixels. 2022-11-01 [email protected] Roll vulkan-deps from a07614aadace to bd979ff3dc04 (4 revisions) 2022-11-01 [email protected] Update wembley devices. 2022-11-01 [email protected] [graphite] Add test for mutable (AHB-style) SkImages 2022-11-01 [email protected] Use forward declare of SkEncodedImageFormat 2022-11-01 [email protected] Add Kawase blur test slide. 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 24b99d5 commit 88a0a56

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-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': '027bf16067abf2eefe6950784a8ddd02aa53309f',
21+
'skia_revision': 'b09e51fc8d515e426c8859dfc52cc6bbcc3ef2de',
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: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 3b5494a94294eb1767f567a30c3921a6
1+
Signature: 866c4115f478457b6c26bf942220cce7
22

33
UNUSED LICENSES:
44

@@ -6226,6 +6226,7 @@ FILE: ../../../third_party/skia/modules/skplaintexteditor/src/stringslice.cpp
62266226
FILE: ../../../third_party/skia/modules/skplaintexteditor/src/word_boundaries.cpp
62276227
FILE: ../../../third_party/skia/modules/skplaintexteditor/src/word_boundaries.h
62286228
FILE: ../../../third_party/skia/samplecode/SamplePathTessellators.cpp
6229+
FILE: ../../../third_party/skia/src/core/SkContainers.cpp
62296230
FILE: ../../../third_party/skia/src/core/SkMalloc.cpp
62306231
FILE: ../../../third_party/skia/src/core/SkPixelRefPriv.h
62316232
FILE: ../../../third_party/skia/src/core/SkTextBlobTrace.cpp
@@ -6581,6 +6582,7 @@ FILE: ../../../third_party/skia/gm/crbug_1156804.cpp
65816582
FILE: ../../../third_party/skia/gm/crbug_1162942.cpp
65826583
FILE: ../../../third_party/skia/gm/crbug_224618.cpp
65836584
FILE: ../../../third_party/skia/gm/encode_color_types.cpp
6585+
FILE: ../../../third_party/skia/gm/kawase_blur_rt.cpp
65846586
FILE: ../../../third_party/skia/gm/userfont.cpp
65856587
FILE: ../../../third_party/skia/gm/ycbcrimage.cpp
65866588
FILE: ../../../third_party/skia/include/core/SkYUVAInfo.h
@@ -7958,6 +7960,7 @@ FILE: ../../../third_party/skia/include/gpu/graphite/vk/VulkanGraphiteTypes.h
79587960
FILE: ../../../third_party/skia/include/gpu/vk/VulkanExtensions.h
79597961
FILE: ../../../third_party/skia/include/gpu/vk/VulkanMemoryAllocator.h
79607962
FILE: ../../../third_party/skia/include/gpu/vk/VulkanTypes.h
7963+
FILE: ../../../third_party/skia/include/private/SkContainers.h
79617964
FILE: ../../../third_party/skia/include/private/gpu/graphite/DawnTypesPriv.h
79627965
FILE: ../../../third_party/skia/include/private/gpu/graphite/VulkanGraphiteTypesPriv.h
79637966
FILE: ../../../third_party/skia/include/private/gpu/vk/VulkanTypesPriv.h

0 commit comments

Comments
 (0)