mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll Skia from e2b8ebe16203 to e585bb68893b (7 revisions) (flutter/engine#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
This commit is contained in:
parent
513906fced
commit
55083d455b
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': 'e2b8ebe16203f782b65a73f2ae364591fe0da882',
|
||||
'skia_revision': 'e585bb68893be9e4f771f1da6e850b3f587ba9c4',
|
||||
|
||||
# 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: 32b97c00d73ce5eb0f10ea1b54d06da2
|
||||
Signature: 2164bc8c41e9404a3cf70628df9305ef
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
@ -8642,6 +8642,8 @@ ORIGIN: ../../../third_party/skia/src/encode/SkJpegGainmapEncoder.cpp + ../../..
|
||||
ORIGIN: ../../../third_party/skia/src/gpu/dawn/DawnUtils.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanImageView.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanImageView.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanSamplerYcbcrConversion.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanSamplerYcbcrConversion.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/ports/SkTypeface_fontations.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/ports/SkTypeface_fontations_priv.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/shaders/SkGainmapShader.cpp + ../../../third_party/skia/LICENSE
|
||||
@ -8690,6 +8692,8 @@ FILE: ../../../third_party/skia/src/encode/SkJpegGainmapEncoder.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/dawn/DawnUtils.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanImageView.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanImageView.h
|
||||
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanSamplerYcbcrConversion.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanSamplerYcbcrConversion.h
|
||||
FILE: ../../../third_party/skia/src/ports/SkTypeface_fontations.cpp
|
||||
FILE: ../../../third_party/skia/src/ports/SkTypeface_fontations_priv.h
|
||||
FILE: ../../../third_party/skia/src/shaders/SkGainmapShader.cpp
|
||||
@ -8963,6 +8967,7 @@ ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanRenderPass.cpp + ../
|
||||
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanRenderPass.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanSampler.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanSampler.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/gpu/vk/VulkanUtilsPriv.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/image/SkImageGeneratorPriv.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/image/SkImage_AndroidFactories.cpp + ../../../third_party/skia/LICENSE
|
||||
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
|
||||
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanRenderPass.h
|
||||
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanSampler.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanSampler.h
|
||||
FILE: ../../../third_party/skia/src/gpu/vk/VulkanUtilsPriv.cpp
|
||||
FILE: ../../../third_party/skia/src/image/SkImageGeneratorPriv.h
|
||||
FILE: ../../../third_party/skia/src/image/SkImage_AndroidFactories.cpp
|
||||
FILE: ../../../third_party/skia/src/image/SkImage_Base.cpp
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user