Skip to content

Commit 4d24ba4

Browse files
Roll Skia from 001a96acfd29 to 67a236832d64 (9 revisions) (#166033)
https://skia.googlesource.com/skia.git/+log/001a96acfd29..67a236832d64 2025-03-26 [email protected] Roll vulkan-deps from 006a8300ca77 to 7079800bfae4 (7 revisions) 2025-03-26 [email protected] [rust png] Sanitize the size of `PLTE` and `tRNS` chunks. 2025-03-26 [email protected] [graphite] Fix SkBitmap creation in ClipAtlasManager. 2025-03-26 [email protected] [rust png] Split `#ifdef` for `kLow` and `kMedium` compression mapping. 2025-03-26 [email protected] Update exporter sources to generate a file list for Fontations 2025-03-26 [email protected] Implement asImageFilter for SkTableMaskFilter 2025-03-26 [email protected] Fix viewer on Mac + GL 2025-03-26 [email protected] Remove IntelIrisPlus Mac jobs 2025-03-26 [email protected] Add stages to more easily visualize/debug SkRasterPipeline 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] 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 e929c03 commit 4d24ba4

File tree

3 files changed

+74
-3
lines changed

3 files changed

+74
-3
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': '001a96acfd2927919e2e18c246502ae0da282e8f',
17+
'skia_revision': '67a236832d641b002b683415b72d76b8d2dbd042',
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.

engine/src/flutter/ci/licenses_golden/licenses_skia

Lines changed: 41 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: a29dfad7447c6982f388fec514684a54
1+
Signature: 6f8706c6d018444b3d33a71df29d38f1
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -9865,6 +9865,7 @@ ORIGIN: ../../../flutter/third_party/skia/modules/skunicode/include/SkUnicode_bi
98659865
ORIGIN: ../../../flutter/third_party/skia/modules/skunicode/src/SkUnicode_bidi.cpp + ../../../flutter/third_party/skia/LICENSE
98669866
ORIGIN: ../../../flutter/third_party/skia/src/core/SkDrawTypes.h + ../../../flutter/third_party/skia/LICENSE
98679867
ORIGIN: ../../../flutter/third_party/skia/src/core/SkMaskFilterBase.cpp + ../../../flutter/third_party/skia/LICENSE
9868+
ORIGIN: ../../../flutter/third_party/skia/src/core/SkRasterPipelineVizualizer.h + ../../../flutter/third_party/skia/LICENSE
98689869
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/TextureFormat.cpp + ../../../flutter/third_party/skia/LICENSE
98699870
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/TextureFormat.h + ../../../flutter/third_party/skia/LICENSE
98709871
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/precompile/SerializationUtils.cpp + ../../../flutter/third_party/skia/LICENSE
@@ -9878,6 +9879,7 @@ FILE: ../../../flutter/third_party/skia/modules/skunicode/include/SkUnicode_bidi
98789879
FILE: ../../../flutter/third_party/skia/modules/skunicode/src/SkUnicode_bidi.cpp
98799880
FILE: ../../../flutter/third_party/skia/src/core/SkDrawTypes.h
98809881
FILE: ../../../flutter/third_party/skia/src/core/SkMaskFilterBase.cpp
9882+
FILE: ../../../flutter/third_party/skia/src/core/SkRasterPipelineVizualizer.h
98819883
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/TextureFormat.cpp
98829884
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/TextureFormat.h
98839885
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/precompile/SerializationUtils.cpp
@@ -9914,4 +9916,41 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
99149916
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
99159917
====================================================================================================
99169918

9917-
Total license count: 72
9919+
====================================================================================================
9920+
LIBRARY: skia
9921+
ORIGIN: ../../../flutter/third_party/skia/gm/tablemaskfilter.cpp + ../../../flutter/third_party/skia/LICENSE
9922+
TYPE: LicenseType.bsd
9923+
FILE: ../../../flutter/third_party/skia/gm/tablemaskfilter.cpp
9924+
----------------------------------------------------------------------------------------------------
9925+
Copyright 2025 Google LLC.
9926+
9927+
Redistribution and use in source and binary forms, with or without
9928+
modification, are permitted provided that the following conditions are
9929+
met:
9930+
9931+
* Redistributions of source code must retain the above copyright
9932+
notice, this list of conditions and the following disclaimer.
9933+
9934+
* Redistributions in binary form must reproduce the above copyright
9935+
notice, this list of conditions and the following disclaimer in
9936+
the documentation and/or other materials provided with the
9937+
distribution.
9938+
9939+
* Neither the name of the copyright holder nor the names of its
9940+
contributors may be used to endorse or promote products derived
9941+
from this software without specific prior written permission.
9942+
9943+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
9944+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
9945+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
9946+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
9947+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
9948+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
9949+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
9950+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
9951+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
9952+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
9953+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
9954+
====================================================================================================
9955+
9956+
Total license count: 73

engine/src/flutter/sky/packages/sky_engine/LICENSE

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27235,6 +27235,38 @@ skia
2723527235

2723627236
Copyright 2025 Google LLC
2723727237

27238+
Redistribution and use in source and binary forms, with or without
27239+
modification, are permitted provided that the following conditions are
27240+
met:
27241+
27242+
* Redistributions of source code must retain the above copyright
27243+
notice, this list of conditions and the following disclaimer.
27244+
27245+
* Redistributions in binary form must reproduce the above copyright
27246+
notice, this list of conditions and the following disclaimer in
27247+
the documentation and/or other materials provided with the
27248+
distribution.
27249+
27250+
* Neither the name of the copyright holder nor the names of its
27251+
contributors may be used to endorse or promote products derived
27252+
from this software without specific prior written permission.
27253+
27254+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
27255+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
27256+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
27257+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
27258+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
27259+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
27260+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27261+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27262+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27263+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27264+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27265+
--------------------------------------------------------------------------------
27266+
skia
27267+
27268+
Copyright 2025 Google LLC.
27269+
2723827270
Redistribution and use in source and binary forms, with or without
2723927271
modification, are permitted provided that the following conditions are
2724027272
met:

0 commit comments

Comments
 (0)