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

Commit 6eb1125

Browse files
Roll Skia from 27a2eeacd330 to 18b36bd2e2a3 (1 revision)
https://skia.googlesource.com/skia.git/+log/27a2eeacd330..18b36bd2e2a3 2022-08-30 michaelludwig@google.com [graphite] Add unique ID to RenderStep, simplify GraphicsPipelineDesc 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 jsimmons@google.com,kjlubick@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 7a03a54 commit 6eb1125

2 files changed

Lines changed: 3 additions & 3 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': '27a2eeacd330a0b5579f6749be162880e34c8619',
21+
'skia_revision': '18b36bd2e2a39bd0f98f33d662f84d04ea9aeafc',
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 8bac2ba4371fa6b4f5be581c4481db35
1+
Signature: b211c59707f78eea9c03e2ddca54b6a5
22

33
UNUSED LICENSES:
44

@@ -2593,7 +2593,6 @@ FILE: ../../../third_party/skia/src/gpu/graphite/DrawWriter.h
25932593
FILE: ../../../third_party/skia/src/gpu/graphite/GpuWorkSubmission.h
25942594
FILE: ../../../third_party/skia/src/gpu/graphite/GraphicsPipeline.cpp
25952595
FILE: ../../../third_party/skia/src/gpu/graphite/GraphicsPipeline.h
2596-
FILE: ../../../third_party/skia/src/gpu/graphite/GraphicsPipelineDesc.cpp
25972596
FILE: ../../../third_party/skia/src/gpu/graphite/GraphicsPipelineDesc.h
25982597
FILE: ../../../third_party/skia/src/gpu/graphite/Image_Graphite.cpp
25992598
FILE: ../../../third_party/skia/src/gpu/graphite/Image_Graphite.h
@@ -5573,6 +5572,7 @@ FILE: ../../../third_party/skia/src/gpu/graphite/QueueManager.cpp
55735572
FILE: ../../../third_party/skia/src/gpu/graphite/QueueManager.h
55745573
FILE: ../../../third_party/skia/src/gpu/graphite/RecorderPriv.h
55755574
FILE: ../../../third_party/skia/src/gpu/graphite/RecordingPriv.h
5575+
FILE: ../../../third_party/skia/src/gpu/graphite/Renderer.cpp
55765576
FILE: ../../../third_party/skia/src/gpu/graphite/RendererProvider.cpp
55775577
FILE: ../../../third_party/skia/src/gpu/graphite/RendererProvider.h
55785578
FILE: ../../../third_party/skia/src/gpu/graphite/Resource.cpp

0 commit comments

Comments
 (0)