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

Commit 8a99224

Browse files
Roll Skia from e2b8ebe16203 to e585bb68893b (7 revisions) (#47826)
https://skia.googlesource.com/skia.git/+log/e2b8ebe16203..e585bb68893b 2023-11-08 michaelludwig@google.com GrBlurUtils: Subset on low-res pixel boundary, not float coords 2023-11-08 jvanverth@google.com Force coloremoji GM to have a small multitexture atlas. 2023-11-08 mike@reedtribe.org Add build-flag to enable smaller/slower mipmap builder 2023-11-08 egdaniel@google.com [Graphite] Add initial support for Resource labels. 2023-11-08 herb@google.com Tighten up image and empty tracking for SkGlyph 2023-11-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from 4da518531bee to 6a90ad65ed95 2023-11-08 nicolettep@google.com [graphite] Add sampler YCbCr conversion class, info struct; share utilities w/ ganesh 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 bdero@google.com,brianosman@google.com,fmalita@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://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
1 parent 9f32e03 commit 8a99224

2 files changed

Lines changed: 8 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': 'e2b8ebe16203f782b65a73f2ae364591fe0da882',
21+
'skia_revision': 'e585bb68893be9e4f771f1da6e850b3f587ba9c4',
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: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 32b97c00d73ce5eb0f10ea1b54d06da2
1+
Signature: 2164bc8c41e9404a3cf70628df9305ef
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -8642,6 +8642,8 @@ ORIGIN: ../../../third_party/skia/src/encode/SkJpegGainmapEncoder.cpp + ../../..
86428642
ORIGIN: ../../../third_party/skia/src/gpu/dawn/DawnUtils.cpp + ../../../third_party/skia/LICENSE
86438643
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanImageView.cpp + ../../../third_party/skia/LICENSE
86448644
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanImageView.h + ../../../third_party/skia/LICENSE
8645+
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanSamplerYcbcrConversion.cpp + ../../../third_party/skia/LICENSE
8646+
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanSamplerYcbcrConversion.h + ../../../third_party/skia/LICENSE
86458647
ORIGIN: ../../../third_party/skia/src/ports/SkTypeface_fontations.cpp + ../../../third_party/skia/LICENSE
86468648
ORIGIN: ../../../third_party/skia/src/ports/SkTypeface_fontations_priv.h + ../../../third_party/skia/LICENSE
86478649
ORIGIN: ../../../third_party/skia/src/shaders/SkGainmapShader.cpp + ../../../third_party/skia/LICENSE
@@ -8690,6 +8692,8 @@ FILE: ../../../third_party/skia/src/encode/SkJpegGainmapEncoder.cpp
86908692
FILE: ../../../third_party/skia/src/gpu/dawn/DawnUtils.cpp
86918693
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanImageView.cpp
86928694
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanImageView.h
8695+
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanSamplerYcbcrConversion.cpp
8696+
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanSamplerYcbcrConversion.h
86938697
FILE: ../../../third_party/skia/src/ports/SkTypeface_fontations.cpp
86948698
FILE: ../../../third_party/skia/src/ports/SkTypeface_fontations_priv.h
86958699
FILE: ../../../third_party/skia/src/shaders/SkGainmapShader.cpp
@@ -8963,6 +8967,7 @@ ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanRenderPass.cpp + ../
89638967
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanRenderPass.h + ../../../third_party/skia/LICENSE
89648968
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanSampler.cpp + ../../../third_party/skia/LICENSE
89658969
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanSampler.h + ../../../third_party/skia/LICENSE
8970+
ORIGIN: ../../../third_party/skia/src/gpu/vk/VulkanUtilsPriv.cpp + ../../../third_party/skia/LICENSE
89668971
ORIGIN: ../../../third_party/skia/src/image/SkImageGeneratorPriv.h + ../../../third_party/skia/LICENSE
89678972
ORIGIN: ../../../third_party/skia/src/image/SkImage_AndroidFactories.cpp + ../../../third_party/skia/LICENSE
89688973
ORIGIN: ../../../third_party/skia/src/image/SkImage_Base.cpp + ../../../third_party/skia/LICENSE
@@ -9241,6 +9246,7 @@ FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanRenderPass.cpp
92419246
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanRenderPass.h
92429247
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanSampler.cpp
92439248
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanSampler.h
9249+
FILE: ../../../third_party/skia/src/gpu/vk/VulkanUtilsPriv.cpp
92449250
FILE: ../../../third_party/skia/src/image/SkImageGeneratorPriv.h
92459251
FILE: ../../../third_party/skia/src/image/SkImage_AndroidFactories.cpp
92469252
FILE: ../../../third_party/skia/src/image/SkImage_Base.cpp

0 commit comments

Comments
 (0)