Roll Skia from 94450cd1df4e to 22526b55be02 (6 revisions) (flutter/engine#37455)
https://skia.googlesource.com/skia.git/+log/94450cd1df4e..22526b55be02 2022-11-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from 65ed8710816a to 1a3a7f52e8fc (1 revision) 2022-11-08 herb@google.com Change SkTArray::size to return int 2022-11-08 penghuang@chromium.org [graphite] add some jobs for build graphite dawn on Windows, Linux, etc 2022-11-08 egdaniel@google.com [Graphite] Share vulkan memory helpers between Ganesh and Graphite. 2022-11-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from 8f5037737d33 to 65ed8710816a (1 revision) 2022-11-08 jvanverth@google.com 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 jimgraham@google.com,lovisolo@google.com 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
This commit is contained in:
committed by
GitHub
parent
445caa4bbc
commit
5384ec4cb0
2
DEPS
2
DEPS
@@ -18,7 +18,7 @@ vars = {
|
||||
'llvm_git': 'https://llvm.googlesource.com',
|
||||
# OCMock is for testing only so there is no google clone
|
||||
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
|
||||
'skia_revision': '94450cd1df4e6e025a4b7d6e2122035a904f2102',
|
||||
'skia_revision': '22526b55be02f947a29209d453a3ead26ab9576e',
|
||||
|
||||
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
|
||||
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Signature: dced5e433ba7dd1d9c0a216014ace769
|
||||
Signature: e96847857d0063ea7729cc9b4d6ec4d1
|
||||
|
||||
UNUSED LICENSES:
|
||||
|
||||
@@ -3332,8 +3332,6 @@ FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkGpu.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkGpu.h
|
||||
FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkImage.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkImage.h
|
||||
FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkMemory.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkMemory.h
|
||||
FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkRenderPass.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkRenderPass.h
|
||||
FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkRenderTarget.cpp
|
||||
@@ -3346,6 +3344,8 @@ FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkUtil.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkUtil.h
|
||||
FILE: ../../../third_party/skia/src/gpu/vk/VulkanInterface.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/vk/VulkanInterface.h
|
||||
FILE: ../../../third_party/skia/src/gpu/vk/VulkanMemory.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/vk/VulkanMemory.h
|
||||
FILE: ../../../third_party/skia/src/image/SkImage_Gpu.h
|
||||
FILE: ../../../third_party/skia/src/image/SkImage_Lazy.cpp
|
||||
FILE: ../../../third_party/skia/src/opts/SkBlitMask_opts.h
|
||||
|
||||
Reference in New Issue
Block a user