mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll src/third_party/skia 06a477c3300d..ef4709b7850d (31 commits) (#6811)
https://skia.googlesource.com/skia.git/+log/06a477c3300d..ef4709b7850d Created with: gclient setdep -r src/third_party/skia@ef4709b7850d The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary.
This commit is contained in:
parent
5646e86a6f
commit
9669aeb953
2
DEPS
2
DEPS
@ -23,7 +23,7 @@ vars = {
|
||||
'fuchsia_git': 'https://fuchsia.googlesource.com',
|
||||
'github_git': 'https://github.com',
|
||||
'skia_git': 'https://skia.googlesource.com',
|
||||
'skia_revision': '06a477c3300d7e1ceae339f704df7b6e0710dc1d',
|
||||
'skia_revision': 'ef4709b7850d0da575010e64f7a4d9eeeefcc83f',
|
||||
|
||||
# When updating the Dart revision, ensure that all entries that are
|
||||
# dependencies of Dart are also updated to match the entries in the
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Signature: 0d532a482c297b3600bfa72396105ec9
|
||||
Signature: fe389c93e3525da74cfc573a37b46cfa
|
||||
|
||||
UNUSED LICENSES:
|
||||
|
||||
@ -860,8 +860,6 @@ FILE: ../../../third_party/skia/samplecode/SampleMegaStroke.cpp
|
||||
FILE: ../../../third_party/skia/samplecode/SamplePathOverstroke.cpp
|
||||
FILE: ../../../third_party/skia/samplecode/SampleSVGFile.cpp
|
||||
FILE: ../../../third_party/skia/src/codec/SkCodecAnimationPriv.h
|
||||
FILE: ../../../third_party/skia/src/codec/SkRawAdapterCodec.cpp
|
||||
FILE: ../../../third_party/skia/src/codec/SkRawAdapterCodec.h
|
||||
FILE: ../../../third_party/skia/src/codec/SkRawCodec.cpp
|
||||
FILE: ../../../third_party/skia/src/codec/SkRawCodec.h
|
||||
FILE: ../../../third_party/skia/src/codec/SkStreamBuffer.cpp
|
||||
@ -3612,6 +3610,8 @@ FILE: ../../../third_party/skia/src/c/sk_c_from_to.h
|
||||
FILE: ../../../third_party/skia/src/c/sk_paint.cpp
|
||||
FILE: ../../../third_party/skia/src/c/sk_types_priv.h
|
||||
FILE: ../../../third_party/skia/src/codec/SkAndroidCodec.cpp
|
||||
FILE: ../../../third_party/skia/src/codec/SkAndroidCodecAdapter.cpp
|
||||
FILE: ../../../third_party/skia/src/codec/SkAndroidCodecAdapter.h
|
||||
FILE: ../../../third_party/skia/src/codec/SkBmpCodec.cpp
|
||||
FILE: ../../../third_party/skia/src/codec/SkBmpCodec.h
|
||||
FILE: ../../../third_party/skia/src/codec/SkBmpMaskCodec.cpp
|
||||
@ -3647,8 +3647,6 @@ FILE: ../../../third_party/skia/src/codec/SkSwizzler.cpp
|
||||
FILE: ../../../third_party/skia/src/codec/SkSwizzler.h
|
||||
FILE: ../../../third_party/skia/src/codec/SkWbmpCodec.cpp
|
||||
FILE: ../../../third_party/skia/src/codec/SkWbmpCodec.h
|
||||
FILE: ../../../third_party/skia/src/codec/SkWebpAdapterCodec.cpp
|
||||
FILE: ../../../third_party/skia/src/codec/SkWebpAdapterCodec.h
|
||||
FILE: ../../../third_party/skia/src/codec/SkWebpCodec.cpp
|
||||
FILE: ../../../third_party/skia/src/codec/SkWebpCodec.h
|
||||
FILE: ../../../third_party/skia/src/core/Sk4px.h
|
||||
|
||||
@ -3440,6 +3440,37 @@ met:
|
||||
contributors may be used to endorse or promote products derived
|
||||
from this software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||||
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
--------------------------------------------------------------------------------
|
||||
engine
|
||||
skia
|
||||
|
||||
Copyright 2018 The Chromium Authors. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
met:
|
||||
|
||||
* Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
* Redistributions in binary form must reproduce the above
|
||||
copyright notice, this list of conditions and the following disclaimer
|
||||
in the documentation and/or other materials provided with the
|
||||
distribution.
|
||||
* Neither the name of Google Inc. nor the names of its
|
||||
contributors may be used to endorse or promote products derived from
|
||||
this software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||
@ -10737,36 +10768,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
--------------------------------------------------------------------------------
|
||||
skia
|
||||
|
||||
Copyright 2018 The Chromium Authors. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
met:
|
||||
|
||||
* Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
* Redistributions in binary form must reproduce the above
|
||||
copyright notice, this list of conditions and the following disclaimer
|
||||
in the documentation and/or other materials provided with the
|
||||
distribution.
|
||||
* Neither the name of Google Inc. nor the names of its
|
||||
contributors may be used to endorse or promote products derived from
|
||||
this software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||||
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
--------------------------------------------------------------------------------
|
||||
skia
|
||||
|
||||
NEON optimized code (C) COPYRIGHT 2009 Motorola
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user