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

Commit fad49a3

Browse files
Roll src/third_party/skia fb6a1ab..ba8752f (8 commits) (#13156)
https://skia.googlesource.com/skia.git/+log/fb6a1abe4567..ba8752f37dab git log fb6a1ab..ba8752f --date=short --no-merges --format='%ad %ae %s' 2019-10-15 egdaniel@google.com Remove use of GrColorType as in param in SimpleTextureEffect.fp to just constructor param. 2019-10-15 jvanverth@google.com Remove some more MoltenVK support 2019-10-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 8c5dee1e7fe2..8e28e18b5c9e (1 commits) 2019-10-15 csmartdalton@google.com Reland "ccpr: Unblacklist Qualcomm with msaa" 2019-10-15 egdaniel@google.com Remove some unneeded colortype format validation checks in ProxyProvider. 2019-10-15 csmartdalton@google.com Reland "Use GL_QCOM_TILED_RENDERING to explicitly discard stencil" 2019-10-15 egdaniel@google.com Plumb GrColorType through all ops/processors that sample textures. 2019-10-15 brianosman@google.com Add interactive demo to particle gallery Created with: gclient setdep -r src/third_party/skia@ba8752f37dab 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 csmartdalton@google.com on the revert to ensure that a human is aware of the problem. 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/+/master/autoroll/README.md Bug: None TBR=csmartdalton@google.com
1 parent 73d6e3f commit fad49a3

File tree

3 files changed

+4
-34
lines changed

3 files changed

+4
-34
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ vars = {
2626
'skia_git': 'https://skia.googlesource.com',
2727
# OCMock is for testing only so there is no google clone
2828
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
29-
'skia_revision': 'fb6a1abe45673659c603241569db9128fe5691d7',
29+
'skia_revision': 'ba8752f37dab023db961c3bbb95ac32c56aa52cb',
3030

3131
# When updating the Dart revision, ensure that all entries that are
3232
# dependencies of Dart are also updated to match the entries in the

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: fb6dc15fcac215acc47edc6d44d64194
1+
Signature: 161eee3b4b8b6882b23d253793db8b3d
22

33
UNUSED LICENSES:
44

sky/packages/sky_engine/LICENSE

Lines changed: 2 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -8118,38 +8118,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
81188118
--------------------------------------------------------------------------------
81198119
icu
81208120

8121-
Copyright 2019 the V8 project authors. All rights reserved.
8122-
8123-
Redistribution and use in source and binary forms, with or without
8124-
modification, are permitted provided that the following conditions are
8125-
met:
8126-
8127-
* Redistributions of source code must retain the above copyright
8128-
notice, this list of conditions and the following disclaimer.
8129-
* Redistributions in binary form must reproduce the above
8130-
copyright notice, this list of conditions and the following
8131-
disclaimer in the documentation and/or other materials provided
8132-
with the distribution.
8133-
* Neither the name of Google Inc. nor the names of its
8134-
contributors may be used to endorse or promote products derived
8135-
from this software without specific prior written permission.
8136-
8137-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
8138-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
8139-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
8140-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
8141-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
8142-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
8143-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
8144-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
8145-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
8146-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
8147-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
8148-
--------------------------------------------------------------------------------
8149-
icu
8150-
8151-
Copyright © 1991-2019 Unicode, Inc. All rights reserved.
8152-
Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
8121+
Copyright © 1991-2018 Unicode, Inc. All rights reserved.
8122+
Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
81538123

81548124
Permission is hereby granted, free of charge, to any person obtaining
81558125
a copy of the Unicode data files and any associated documentation

0 commit comments

Comments
 (0)