mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll src/third_party/skia 18df87ec8bda..275eaff3be4b (7 commits) (flutter/engine#7369)
https://skia.googlesource.com/skia.git/%2Blog/18df87ec8bda..275eaff3be4b git log 18df87ec8bda0d01999c52fde7c1b7eed663afb5..275eaff3be4b371983451f3e15c4d757e4c6c675 --date=short --no-merges --format=%ad %ae %s 2019-01-04 kjlubick@google.com [pathkit] Add .ready() to initialize 2019-01-02 ethannicholas@google.com Fixed GL shader link status checks 2019-01-04 kjlubick@google.com [canvaskit] Add .ready() which is a real promise 2019-01-04 reed@google.com change paint serialization to exclude font-related fields 2019-01-04 herb@google.com Update SkDescriptor 2019-01-04 brianosman@google.com Revert "Add SkColorSpace factory from 3x3 row-major gamut and transfer function" 2019-01-04 benjaminwagner@google.com Reland "Remove win_vulkan_sdk." 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 (bungeman@google.com), and stop the roller if necessary.
This commit is contained in:
parent
e4df573e4a
commit
cf41290efb
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': '18df87ec8bda0d01999c52fde7c1b7eed663afb5',
|
||||
'skia_revision': '275eaff3be4b371983451f3e15c4d757e4c6c675',
|
||||
|
||||
# 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: 13af94568cbb99455e1d647a9015e2a7
|
||||
Signature: b2b766c41df77bbcf8d7f3d9d6e12592
|
||||
|
||||
UNUSED LICENSES:
|
||||
|
||||
@ -2079,6 +2079,7 @@ FILE: ../../../third_party/skia/experimental/canvaskit/perf/assets/confetti.json
|
||||
FILE: ../../../third_party/skia/experimental/canvaskit/perf/assets/drinks.json
|
||||
FILE: ../../../third_party/skia/experimental/canvaskit/perf/assets/lego_loader.json
|
||||
FILE: ../../../third_party/skia/experimental/canvaskit/perf/assets/onboarding.json
|
||||
FILE: ../../../third_party/skia/experimental/canvaskit/ready.js
|
||||
FILE: ../../../third_party/skia/experimental/canvaskit/release.js
|
||||
FILE: ../../../third_party/skia/experimental/docs/animationCommon.js
|
||||
FILE: ../../../third_party/skia/experimental/docs/backend.js
|
||||
@ -2125,7 +2126,6 @@ FILE: ../../../third_party/skia/infra/bots/assets/valgrind/VERSION
|
||||
FILE: ../../../third_party/skia/infra/bots/assets/win_ninja/VERSION
|
||||
FILE: ../../../third_party/skia/infra/bots/assets/win_toolchain/VERSION
|
||||
FILE: ../../../third_party/skia/infra/bots/assets/win_toolchain_2015/VERSION
|
||||
FILE: ../../../third_party/skia/infra/bots/assets/win_vulkan_sdk/VERSION
|
||||
FILE: ../../../third_party/skia/infra/bots/calmbench.isolate
|
||||
FILE: ../../../third_party/skia/infra/bots/cfg.json
|
||||
FILE: ../../../third_party/skia/infra/bots/empty.isolate
|
||||
@ -2399,6 +2399,7 @@ FILE: ../../../third_party/skia/modules/pathkit/perf/effects.bench.js
|
||||
FILE: ../../../third_party/skia/modules/pathkit/perf/path.bench.js
|
||||
FILE: ../../../third_party/skia/modules/pathkit/perf/pathops.bench.js
|
||||
FILE: ../../../third_party/skia/modules/pathkit/perf/perfReporter.js
|
||||
FILE: ../../../third_party/skia/modules/pathkit/ready.js
|
||||
FILE: ../../../third_party/skia/public.bzl
|
||||
FILE: ../../../third_party/skia/site/METADATA
|
||||
FILE: ../../../third_party/skia/site/dev/METADATA
|
||||
@ -5644,6 +5645,43 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
====================================================================================================
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: skia
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkDescriptor.cpp + ../../../third_party/skia/LICENSE
|
||||
TYPE: LicenseType.bsd
|
||||
FILE: ../../../third_party/skia/src/core/SkDescriptor.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/vk/GrVkSecondaryCBDrawContext.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/vk/GrVkSecondaryCBDrawContext.h
|
||||
----------------------------------------------------------------------------------------------------
|
||||
Copyright 2019 Google Inc.
|
||||
|
||||
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.
|
||||
====================================================================================================
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: skia
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkDevice.h + ../../../third_party/skia/LICENSE
|
||||
@ -5870,42 +5908,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
====================================================================================================
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: skia
|
||||
ORIGIN: ../../../third_party/skia/src/gpu/vk/GrVkSecondaryCBDrawContext.cpp + ../../../third_party/skia/LICENSE
|
||||
TYPE: LicenseType.bsd
|
||||
FILE: ../../../third_party/skia/src/gpu/vk/GrVkSecondaryCBDrawContext.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/vk/GrVkSecondaryCBDrawContext.h
|
||||
----------------------------------------------------------------------------------------------------
|
||||
Copyright 2019 Google Inc.
|
||||
|
||||
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.
|
||||
====================================================================================================
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: skia
|
||||
ORIGIN: ../../../third_party/skia/src/ports/SkFontConfigInterface_direct.cpp + ../../../third_party/skia/LICENSE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user