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

Commit ef4c205

Browse files
Roll Skia from d5ca52bc7739 to 636e136b0da9 (8 revisions) (#51006)
https://skia.googlesource.com/skia.git/+log/d5ca52bc7739..636e136b0da9 2024-02-27 [email protected] Reland "Implementing Fontations font scanner" 2024-02-27 [email protected] Manually roll Dawn to the latest version. 2024-02-27 [email protected] Delete legacy shadeSpan implementation of Perlin Noise. 2024-02-27 [email protected] Roll vulkan-deps from cc25d8806a33 to 32b3df0d7dd6 (5 revisions) 2024-02-27 [email protected] Minor clang tidy/format fixes 2024-02-27 [email protected] Reland "[skif] Add transparent padding to source saveLayers" 2024-02-27 [email protected] Enforce IWYU on skottie and sksg 2024-02-27 [email protected] Roll ANGLE from acba61cb3e27 to f0af4730d927 (10 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],[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://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
1 parent 8b24024 commit ef4c205

File tree

3 files changed

+76
-4
lines changed

3 files changed

+76
-4
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ vars = {
1414
'flutter_git': 'https://flutter.googlesource.com',
1515
'skia_git': 'https://skia.googlesource.com',
1616
'llvm_git': 'https://llvm.googlesource.com',
17-
'skia_revision': 'd5ca52bc77391c3653f7e26e901d9b1344243d48',
17+
'skia_revision': '636e136b0da9ccb4d7bad34cec84db4801b9a94a',
1818

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

ci/licenses_golden/licenses_skia

Lines changed: 42 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: e169773a87d151cbfa74676d3827c84c
1+
Signature: d0e2dbd80825ebc06e20c50dda9b9f38
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -397,6 +397,7 @@ FILE: ../../../flutter/third_party/skia/modules/pathkit/perf/perfReporter.js
397397
FILE: ../../../flutter/third_party/skia/modules/skparagraph/test.html
398398
FILE: ../../../flutter/third_party/skia/package-lock.json
399399
FILE: ../../../flutter/third_party/skia/relnotes/FilterColorDeprecated.md
400+
FILE: ../../../flutter/third_party/skia/relnotes/PerlinNoise.md
400401
FILE: ../../../flutter/third_party/skia/src/gpu/gpu_workaround_list.txt
401402
FILE: ../../../flutter/third_party/skia/src/ports/fontations/Cargo.toml
402403
FILE: ../../../flutter/third_party/skia/src/sksl/generated/sksl_compute.minified.sksl
@@ -9553,4 +9554,43 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
95539554
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
95549555
====================================================================================================
95559556

9556-
Total license count: 69
9557+
====================================================================================================
9558+
LIBRARY: skia
9559+
ORIGIN: ../../../flutter/third_party/skia/src/ports/SkFontScanner_fontations.cpp + ../../../flutter/third_party/skia/LICENSE
9560+
ORIGIN: ../../../flutter/third_party/skia/src/ports/SkFontScanner_fontations.h + ../../../flutter/third_party/skia/LICENSE
9561+
TYPE: LicenseType.bsd
9562+
FILE: ../../../flutter/third_party/skia/src/ports/SkFontScanner_fontations.cpp
9563+
FILE: ../../../flutter/third_party/skia/src/ports/SkFontScanner_fontations.h
9564+
----------------------------------------------------------------------------------------------------
9565+
Copyright 2024 The Android Open Source Project
9566+
9567+
Redistribution and use in source and binary forms, with or without
9568+
modification, are permitted provided that the following conditions are
9569+
met:
9570+
9571+
* Redistributions of source code must retain the above copyright
9572+
notice, this list of conditions and the following disclaimer.
9573+
9574+
* Redistributions in binary form must reproduce the above copyright
9575+
notice, this list of conditions and the following disclaimer in
9576+
the documentation and/or other materials provided with the
9577+
distribution.
9578+
9579+
* Neither the name of the copyright holder nor the names of its
9580+
contributors may be used to endorse or promote products derived
9581+
from this software without specific prior written permission.
9582+
9583+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
9584+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
9585+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
9586+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
9587+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
9588+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
9589+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
9590+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
9591+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
9592+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
9593+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
9594+
====================================================================================================
9595+
9596+
Total license count: 70

sky/packages/sky_engine/LICENSE

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28674,6 +28674,38 @@ skia
2867428674

2867528675
Copyright 2024 Google LLC
2867628676

28677+
Redistribution and use in source and binary forms, with or without
28678+
modification, are permitted provided that the following conditions are
28679+
met:
28680+
28681+
* Redistributions of source code must retain the above copyright
28682+
notice, this list of conditions and the following disclaimer.
28683+
28684+
* Redistributions in binary form must reproduce the above copyright
28685+
notice, this list of conditions and the following disclaimer in
28686+
the documentation and/or other materials provided with the
28687+
distribution.
28688+
28689+
* Neither the name of the copyright holder nor the names of its
28690+
contributors may be used to endorse or promote products derived
28691+
from this software without specific prior written permission.
28692+
28693+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
28694+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
28695+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
28696+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
28697+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
28698+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
28699+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
28700+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28701+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28702+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28703+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28704+
--------------------------------------------------------------------------------
28705+
skia
28706+
28707+
Copyright 2024 The Android Open Source Project
28708+
2867728709
Redistribution and use in source and binary forms, with or without
2867828710
modification, are permitted provided that the following conditions are
2867928711
met:
@@ -31704,7 +31736,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
3170431736
This Source Code Form is "Incompatible With Secondary Licenses", as
3170531737
defined by the Mozilla Public License, v. 2.0.
3170631738

31707-
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/67b2a250747b9c25c64b901ffbf17bdf36987331
31739+
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/be6be2b9ba6e7352edc509cd8358caad6c199ee5
3170831740
/third_party/fallback_root_certificates/
3170931741

3171031742
--------------------------------------------------------------------------------

0 commit comments

Comments
 (0)