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

Commit 3c9bf28

Browse files
Roll Skia from 887e58fff02f to 93c869da03f5 (12 revisions)
https://skia.googlesource.com/skia.git/+log/887e58fff02f..93c869da03f5 2023-05-03 kjlubick@google.com Move SkImageGenerator::MakeFromEncoded to private 2023-05-03 herb@google.com Take const ref in is(Right|Left)Of 2023-05-03 michaelludwig@google.com [skif] Add applyColorFilter to FilterResult 2023-05-03 johnstiles@google.com Add golden-output test for to/fromLinearSrgb. 2023-05-03 nicolettep@google.com [graphite] Make ResourceProvider's resource cache protected instead of private 2023-05-03 nicolettep@google.com [graphite] Add VulkanDescriptorPool, VulkanDescriptorSet classes 2023-05-03 johnstiles@google.com Add single-slot immediate min/max ops. 2023-05-03 jamesgk@google.com [graphite] Don't track snippet req flags on gatherer 2023-05-03 herb@google.com Handle more cases for sk_doubles_nearly_equal_ulps 2023-05-03 johnstiles@google.com Fix fuzzer-discovered error with repeated assignment. 2023-05-03 kjlubick@google.com Manually Roll Dawn from 22f70bb09892 to 2966d3ad08eb (35 revisions) 2023-05-03 kjlubick@google.com Fix typos in public.bzl 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 brianosman@google.com,bungeman@google.com,jimgraham@google.com,rmistry@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
1 parent 95d8f2e commit 3c9bf28

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

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': '887e58fff02f976206c2d6e401a92b448448817d',
21+
'skia_revision': '93c869da03f54add25adf9fa81d223ad9a091dd1',
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: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 8b7e5ae462e33752ff99f502dcdd4d79
1+
Signature: 76bac5c440fc28395195a84a30f584c3
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -386,6 +386,7 @@ FILE: ../../../third_party/skia/modules/skparagraph/test.html
386386
FILE: ../../../third_party/skia/package-lock.json
387387
FILE: ../../../third_party/skia/relnotes/skimage_methods.md
388388
FILE: ../../../third_party/skia/relnotes/skimage_subset.md
389+
FILE: ../../../third_party/skia/relnotes/skimagegenerator_encoded.md
389390
FILE: ../../../third_party/skia/relnotes/sksurface_backend.md
390391
FILE: ../../../third_party/skia/src/core/SkOrderedReadBuffer.h
391392
FILE: ../../../third_party/skia/src/gpu/gpu_workaround_list.txt
@@ -8979,6 +8980,7 @@ ORIGIN: ../../../third_party/skia/src/gpu/ganesh/image/SkImage_LazyTexture.cpp +
89798980
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/image/SkImage_LazyTexture.h + ../../../third_party/skia/LICENSE
89808981
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/image/SkImage_RasterPinnable.cpp + ../../../third_party/skia/LICENSE
89818982
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/image/SkImage_RasterPinnable.h + ../../../third_party/skia/LICENSE
8983+
ORIGIN: ../../../third_party/skia/src/gpu/graphite/Descriptors.h + ../../../third_party/skia/LICENSE
89828984
ORIGIN: ../../../third_party/skia/src/gpu/graphite/Image_Base_Graphite.cpp + ../../../third_party/skia/LICENSE
89838985
ORIGIN: ../../../third_party/skia/src/gpu/graphite/Image_Base_Graphite.h + ../../../third_party/skia/LICENSE
89848986
ORIGIN: ../../../third_party/skia/src/gpu/graphite/Image_YUVA_Graphite.cpp + ../../../third_party/skia/LICENSE
@@ -8994,6 +8996,9 @@ ORIGIN: ../../../third_party/skia/src/gpu/graphite/compute/ComputeStep.h + ../..
89948996
ORIGIN: ../../../third_party/skia/src/gpu/graphite/compute/DispatchGroup.cpp + ../../../third_party/skia/LICENSE
89958997
ORIGIN: ../../../third_party/skia/src/gpu/graphite/compute/DispatchGroup.h + ../../../third_party/skia/LICENSE
89968998
ORIGIN: ../../../third_party/skia/src/gpu/graphite/geom/EdgeAAQuad.h + ../../../third_party/skia/LICENSE
8999+
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanDescriptorPool.h + ../../../third_party/skia/LICENSE
9000+
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanDescriptorSet.cpp + ../../../third_party/skia/LICENSE
9001+
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanDescriptorSet.h + ../../../third_party/skia/LICENSE
89979002
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanGraphicsPipeline.cpp + ../../../third_party/skia/LICENSE
89989003
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanGraphicsPipeline.h + ../../../third_party/skia/LICENSE
89999004
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanSampler.cpp + ../../../third_party/skia/LICENSE
@@ -9072,6 +9077,7 @@ FILE: ../../../third_party/skia/src/gpu/ganesh/image/SkImage_LazyTexture.cpp
90729077
FILE: ../../../third_party/skia/src/gpu/ganesh/image/SkImage_LazyTexture.h
90739078
FILE: ../../../third_party/skia/src/gpu/ganesh/image/SkImage_RasterPinnable.cpp
90749079
FILE: ../../../third_party/skia/src/gpu/ganesh/image/SkImage_RasterPinnable.h
9080+
FILE: ../../../third_party/skia/src/gpu/graphite/Descriptors.h
90759081
FILE: ../../../third_party/skia/src/gpu/graphite/Image_Base_Graphite.cpp
90769082
FILE: ../../../third_party/skia/src/gpu/graphite/Image_Base_Graphite.h
90779083
FILE: ../../../third_party/skia/src/gpu/graphite/Image_YUVA_Graphite.cpp
@@ -9087,6 +9093,9 @@ FILE: ../../../third_party/skia/src/gpu/graphite/compute/ComputeStep.h
90879093
FILE: ../../../third_party/skia/src/gpu/graphite/compute/DispatchGroup.cpp
90889094
FILE: ../../../third_party/skia/src/gpu/graphite/compute/DispatchGroup.h
90899095
FILE: ../../../third_party/skia/src/gpu/graphite/geom/EdgeAAQuad.h
9096+
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanDescriptorPool.h
9097+
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanDescriptorSet.cpp
9098+
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanDescriptorSet.h
90909099
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanGraphicsPipeline.cpp
90919100
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanGraphicsPipeline.h
90929101
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanSampler.cpp

0 commit comments

Comments
 (0)