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

Commit efef892

Browse files
Roll Skia from d113402de2ce to 8c05d5103d6b (4 revisions)
https://skia.googlesource.com/skia.git/+log/d113402de2ce..8c05d5103d6b 2023-08-31 [email protected] Add X11/xcb packages to install_dependencies.sh 2023-08-31 [email protected] [graphite] Remove GRAPHITE_TEST_UTILS from Recorder 2023-08-31 [email protected] [graphite][dawn] Introduce DawnComputePipeline 2023-08-31 [email protected] Update EGL-Registry 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
1 parent 51090e3 commit efef892

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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': 'd113402de2ce054c6f6bf036f26fdbb0974944de',
21+
'skia_revision': '8c05d5103d6be2221ae54f658a412b3966fa4275',
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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 86791114441efb1840df3892f550f42b
1+
Signature: addb92d1fea1588d4c7f77908e6c465f
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -8968,6 +8968,8 @@ ORIGIN: ../../../third_party/skia/src/gpu/graphite/compute/VelloComputeSteps.cpp
89688968
ORIGIN: ../../../third_party/skia/src/gpu/graphite/compute/VelloComputeSteps.h + ../../../third_party/skia/LICENSE
89698969
ORIGIN: ../../../third_party/skia/src/gpu/graphite/compute/VelloRenderer.cpp + ../../../third_party/skia/LICENSE
89708970
ORIGIN: ../../../third_party/skia/src/gpu/graphite/compute/VelloRenderer.h + ../../../third_party/skia/LICENSE
8971+
ORIGIN: ../../../third_party/skia/src/gpu/graphite/dawn/DawnComputePipeline.cpp + ../../../third_party/skia/LICENSE
8972+
ORIGIN: ../../../third_party/skia/src/gpu/graphite/dawn/DawnComputePipeline.h + ../../../third_party/skia/LICENSE
89718973
ORIGIN: ../../../third_party/skia/src/gpu/graphite/dawn/DawnErrorChecker.cpp + ../../../third_party/skia/LICENSE
89728974
ORIGIN: ../../../third_party/skia/src/gpu/graphite/dawn/DawnErrorChecker.h + ../../../third_party/skia/LICENSE
89738975
ORIGIN: ../../../third_party/skia/src/gpu/graphite/geom/AtlasShape.h + ../../../third_party/skia/LICENSE
@@ -9219,6 +9221,8 @@ FILE: ../../../third_party/skia/src/gpu/graphite/compute/VelloComputeSteps.cpp
92199221
FILE: ../../../third_party/skia/src/gpu/graphite/compute/VelloComputeSteps.h
92209222
FILE: ../../../third_party/skia/src/gpu/graphite/compute/VelloRenderer.cpp
92219223
FILE: ../../../third_party/skia/src/gpu/graphite/compute/VelloRenderer.h
9224+
FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnComputePipeline.cpp
9225+
FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnComputePipeline.h
92229226
FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnErrorChecker.cpp
92239227
FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnErrorChecker.h
92249228
FILE: ../../../third_party/skia/src/gpu/graphite/geom/AtlasShape.h

0 commit comments

Comments
 (0)