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

Commit b99d94f

Browse files
Roll Skia from 1c82367 to 2d2f82c (13 revisions) (#22015)
https://skia.googlesource.com/skia.git/+log/1c823674d957..2d2f82c00aeb 2020-10-20 [email protected] Always declare sk_FragColor in GLSL, even if unused 2020-10-20 [email protected] added SkSLNodeArrayWrapper 2020-10-20 [email protected] update dox for drawPaint 2020-10-20 [email protected] Wrap built-in symbol tables during inlining. 2020-10-20 [email protected] Wrap built-in symbol tables when an IRNode is cloned. 2020-10-20 [email protected] Fix typo in class name. 2020-10-20 [email protected] Make GrFillRectOp::onPrePrepareDraws also call base class' version 2020-10-20 [email protected] Reland "Remove GrContext" 2020-10-20 [email protected] Rename some of GrThreadSafeCache's member variables 2020-10-20 [email protected] [fuchsia] Migrate to new zx::vmar::map method 2020-10-20 [email protected] upstream cl/337571894 with tweaks 2020-10-20 [email protected] Pull the triangulating path renderer's shape-space triangulation into a helper method 2020-10-20 [email protected] [svg] Parse text attributes 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] on the revert to ensure that a human is aware of the problem. 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/master/autoroll/README.md
1 parent 6934f8a commit b99d94f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ vars = {
2626
'skia_git': 'https://skia.googlesource.com',
2727
# OCMock is for testing only so there is no google clone
2828
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
29-
'skia_revision': '1c823674d957ad8cadf577c3bdc4039d8821be2e',
29+
'skia_revision': '2d2f82c00aeb8d82f37911621a287fe7cee00dbc',
3030

3131
# When updating the Dart revision, ensure that all entries that are
3232
# dependencies of Dart are also updated to match the entries in the

ci/licenses_golden/licenses_skia

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 41a3732cd420fc510eeec5ac7809b7f4
1+
Signature: 0e8ec177a82c430d86c666c78510f189
22

33
UNUSED LICENSES:
44

@@ -1696,7 +1696,6 @@ FILE: ../../../third_party/skia/src/effects/SkPackBits.cpp
16961696
FILE: ../../../third_party/skia/src/effects/SkTableMaskFilter.cpp
16971697
FILE: ../../../third_party/skia/src/gpu/GrAttachment.cpp
16981698
FILE: ../../../third_party/skia/src/gpu/GrAttachment.h
1699-
FILE: ../../../third_party/skia/src/gpu/GrContext.cpp
17001699
FILE: ../../../third_party/skia/src/gpu/GrGpu.h
17011700
FILE: ../../../third_party/skia/src/gpu/GrGpuResource.cpp
17021701
FILE: ../../../third_party/skia/src/gpu/GrNativeRect.h
@@ -5602,6 +5601,7 @@ FILE: ../../../third_party/skia/src/sksl/SkSLRehydrator.cpp
56025601
FILE: ../../../third_party/skia/src/sksl/SkSLRehydrator.h
56035602
FILE: ../../../third_party/skia/src/sksl/ir/SkSLConstructor.cpp
56045603
FILE: ../../../third_party/skia/src/sksl/ir/SkSLIRNode.cpp
5604+
FILE: ../../../third_party/skia/src/sksl/ir/SkSLNodeArrayWrapper.h
56055605
----------------------------------------------------------------------------------------------------
56065606
Copyright 2020 Google LLC.
56075607

@@ -6344,7 +6344,6 @@ ORIGIN: ../../../third_party/skia/include/gpu/GrConfig.h + ../../../third_party/
63446344
TYPE: LicenseType.bsd
63456345
FILE: ../../../third_party/skia/include/gpu/GrConfig.h
63466346
FILE: ../../../third_party/skia/include/gpu/GrTypes.h
6347-
FILE: ../../../third_party/skia/include/private/GrContext.h
63486347
FILE: ../../../third_party/skia/src/core/SkImageInfo.cpp
63496348
FILE: ../../../third_party/skia/src/core/SkRasterClip.cpp
63506349
FILE: ../../../third_party/skia/src/core/SkRasterClip.h

0 commit comments

Comments
 (0)