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

Commit e0a6bb2

Browse files
Roll Skia from fa183572bfd3 to d3399178196e (17 revisions)
https://skia.googlesource.com/skia.git/+log/fa183572bfd3..d3399178196e 2021-12-01 [email protected] Remove redundant trace_line elimination pass. 2021-12-01 [email protected] Add a setting to disable SkVM variable traces. 2021-12-01 [email protected] Add debug traces to an existing test. 2021-12-01 [email protected] Correct documentation on setting glyph.fMaskFormat 2021-12-01 [email protected] [python3] Add band-aid for invalid characters in adb logs 2021-12-01 [email protected] [graphite] Add operator== to BindBufferInfo 2021-12-01 [email protected] [graphite] Set up resolve and stencil/depth renderpass info 2021-12-01 [email protected] Remove background reset of command pools in Vulkan. 2021-12-01 [email protected] Remove references to ASTNode from SkSL. 2021-12-01 [email protected] [graphite] Record commands in DrawPass 2021-12-01 [email protected] [canvaskit] Use closure in release Bazel builds 2021-12-01 [email protected] fix device bounds for clipping test 2021-12-01 [email protected] [debugger] Define SK_ENABLE_DUMP_GPU to fix audit trail 2021-12-01 [email protected] [python3] Reland recipes -> python3 changes 2021-12-01 [email protected] Roll ANGLE from 949624bf5e3b to fc860bc16be3 (12 revisions) 2021-12-01 [email protected] Roll SwiftShader from f12305c3a0d9 to ff91ac52f4b7 (6 revisions) 2021-12-01 [email protected] Roll Chromium from 8d94e56fbd24 to 8a0b29eaa6a5 (542 revisions) 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] 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 5ad06c2 commit e0a6bb2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ vars = {
2727
'skia_git': 'https://skia.googlesource.com',
2828
# OCMock is for testing only so there is no google clone
2929
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
30-
'skia_revision': 'fa183572bfd34c5ea8dec024d4751b131ebd3572',
30+
'skia_revision': 'd3399178196e567326590ad3c1fd2a53de94cb1a',
3131

3232
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
3333
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.

ci/licenses_golden/licenses_skia

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 127e4d32f59c2b6d97a1c20d297ffb0e
1+
Signature: 1f7c583fb4b07f333f4a6c89cdbd8ce0
22

33
UNUSED LICENSES:
44

@@ -674,6 +674,7 @@ TYPE: LicenseType.bsd
674674
FILE: ../../../third_party/skia/.bazelrc
675675
FILE: ../../../third_party/skia/.bazelversion
676676
FILE: ../../../third_party/skia/.clang-tidy
677+
FILE: ../../../third_party/skia/.vpython
677678
FILE: ../../../third_party/skia/BUILD.bazel
678679
FILE: ../../../third_party/skia/CQ_COMMITTERS
679680
FILE: ../../../third_party/skia/DEPS

0 commit comments

Comments
 (0)