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

Commit 05455ac

Browse files
Roll Skia from 94450cd1df4e to 22526b55be02 (6 revisions) (#37455)
https://skia.googlesource.com/skia.git/+log/94450cd1df4e..22526b55be02 2022-11-08 [email protected] Roll Skia Infra from 65ed8710816a to 1a3a7f52e8fc (1 revision) 2022-11-08 [email protected] Change SkTArray::size to return int 2022-11-08 [email protected] [graphite] add some jobs for build graphite dawn on Windows, Linux, etc 2022-11-08 [email protected] [Graphite] Share vulkan memory helpers between Ganesh and Graphite. 2022-11-08 [email protected] Roll Skia Infra from 8f5037737d33 to 65ed8710816a (1 revision) 2022-11-08 [email protected] Revert "Add asyncReadPixels to SkImage and SkSurface." 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 5df42a8 commit 05455ac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-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': '94450cd1df4e6e025a4b7d6e2122035a904f2102',
21+
'skia_revision': '22526b55be02f947a29209d453a3ead26ab9576e',
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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: dced5e433ba7dd1d9c0a216014ace769
1+
Signature: e96847857d0063ea7729cc9b4d6ec4d1
22

33
UNUSED LICENSES:
44

@@ -3332,8 +3332,6 @@ FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkGpu.cpp
33323332
FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkGpu.h
33333333
FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkImage.cpp
33343334
FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkImage.h
3335-
FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkMemory.cpp
3336-
FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkMemory.h
33373335
FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkRenderPass.cpp
33383336
FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkRenderPass.h
33393337
FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkRenderTarget.cpp
@@ -3346,6 +3344,8 @@ FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkUtil.cpp
33463344
FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkUtil.h
33473345
FILE: ../../../third_party/skia/src/gpu/vk/VulkanInterface.cpp
33483346
FILE: ../../../third_party/skia/src/gpu/vk/VulkanInterface.h
3347+
FILE: ../../../third_party/skia/src/gpu/vk/VulkanMemory.cpp
3348+
FILE: ../../../third_party/skia/src/gpu/vk/VulkanMemory.h
33493349
FILE: ../../../third_party/skia/src/image/SkImage_Gpu.h
33503350
FILE: ../../../third_party/skia/src/image/SkImage_Lazy.cpp
33513351
FILE: ../../../third_party/skia/src/opts/SkBlitMask_opts.h

0 commit comments

Comments
 (0)