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

Commit ee72155

Browse files
Roll Skia from c4e94d5febdc to 62aa41ee8135 (2 revisions) (#45690)
https://skia.googlesource.com/skia.git/+log/c4e94d5febdc..62aa41ee8135 2023-09-12 johnstiles@google.com Add new modifier `pixel_local` to SkSL. 2023-09-12 johnstiles@google.com Limit sk_Clockwise workaround to Vulkan + Ganesh only. 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 brianosman@google.com,jmbetancourt@google.com,rmistry@google.com,zra@google.com 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 0c771e0 commit ee72155

3 files changed

Lines changed: 66 additions & 2 deletions

File tree

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': 'c4e94d5febdce98b3949d43aab24203e5d283c4f',
21+
'skia_revision': '62aa41ee8135c618304df0414921ec24fb450281',
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: df7284d9b0b43550ff1d3e097338acec
1+
Signature: a164ccae3e59a731b8298c0499f29823
22

33
====================================================================================================
44
LIBRARY: etc1

sky/packages/sky_engine/LICENSE

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27512,6 +27512,38 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2751227512
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2751327513
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2751427514
--------------------------------------------------------------------------------
27515+
libwebp
27516+
27517+
Copyright 2021 Google Inc. All Rights Reserved.
27518+
27519+
Redistribution and use in source and binary forms, with or without
27520+
modification, are permitted provided that the following conditions are
27521+
met:
27522+
27523+
* Redistributions of source code must retain the above copyright
27524+
notice, this list of conditions and the following disclaimer.
27525+
27526+
* Redistributions in binary form must reproduce the above copyright
27527+
notice, this list of conditions and the following disclaimer in
27528+
the documentation and/or other materials provided with the
27529+
distribution.
27530+
27531+
* Neither the name of Google nor the names of its contributors may
27532+
be used to endorse or promote products derived from this software
27533+
without specific prior written permission.
27534+
27535+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
27536+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
27537+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
27538+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
27539+
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
27540+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
27541+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27542+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27543+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27544+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27545+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27546+
--------------------------------------------------------------------------------
2751527547
skia
2751627548

2751727549
Copyright 2021 Google LLC
@@ -27799,6 +27831,38 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2779927831
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2780027832
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2780127833
--------------------------------------------------------------------------------
27834+
libwebp
27835+
27836+
Copyright 2022 Google Inc. All Rights Reserved.
27837+
27838+
Redistribution and use in source and binary forms, with or without
27839+
modification, are permitted provided that the following conditions are
27840+
met:
27841+
27842+
* Redistributions of source code must retain the above copyright
27843+
notice, this list of conditions and the following disclaimer.
27844+
27845+
* Redistributions in binary form must reproduce the above copyright
27846+
notice, this list of conditions and the following disclaimer in
27847+
the documentation and/or other materials provided with the
27848+
distribution.
27849+
27850+
* Neither the name of Google nor the names of its contributors may
27851+
be used to endorse or promote products derived from this software
27852+
without specific prior written permission.
27853+
27854+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
27855+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
27856+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
27857+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
27858+
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
27859+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
27860+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27861+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27862+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27863+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27864+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27865+
--------------------------------------------------------------------------------
2780227866
skia
2780327867

2780427868
Copyright 2022 Google LLC

0 commit comments

Comments
 (0)