Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Roll Skia from 7cafb622ee7f to a4f8f5177c8b (1 revision)
https://skia.googlesource.com/skia.git/+log/7cafb622ee7f..a4f8f5177c8b

2023-09-12 [email protected] [graphite] Remove dependency on dynamic rendering extension

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],[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
  • Loading branch information
skia-flutter-autoroll committed Sep 12, 2023
commit 8e902c2a099e0d52d6ffad09d80a5ad8b0cb59c7
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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': '7cafb622ee7fd7c61364a1ee4fa2ea215c2fcc69',
'skia_revision': 'a4f8f5177c8b14f8a7ed3b6857b13509649eaf94',

# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
Expand Down
6 changes: 5 additions & 1 deletion ci/licenses_golden/licenses_skia
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: 44a8f811b0f2c83142090ba0834c97b4
Signature: 970fdf70ba253a7a0cb72f11656de999

====================================================================================================
LIBRARY: etc1
Expand Down Expand Up @@ -8975,6 +8975,8 @@ ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanDescriptorPool.cpp +
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanDescriptorPool.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanDescriptorSet.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanDescriptorSet.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanFramebuffer.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanFramebuffer.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanGraphicsPipeline.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanGraphicsPipeline.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanRenderPass.cpp + ../../../third_party/skia/LICENSE
Expand Down Expand Up @@ -9234,6 +9236,8 @@ FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanDescriptorPool.cpp
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanDescriptorPool.h
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanDescriptorSet.cpp
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanDescriptorSet.h
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanFramebuffer.cpp
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanFramebuffer.h
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanGraphicsPipeline.cpp
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanGraphicsPipeline.h
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanRenderPass.cpp
Expand Down