mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll src/third_party/skia 69aaee0ff927..f62e575bab08 (11 commits) (flutter/engine#9142)
https://skia.googlesource.com/skia.git /%2Blog/69aaee0ff927..f62e575bab08 git log 69aaee0ff92748ac763e66a8b586592927841cb4..f62e575bab086650d9340152e20009c3749eca5d --date=short --no-merges --format=%ad %ae %s 2019-05-30 robertphillips@google.com Use GrVkImage utilities in GrVkGpu::createTestingOnlyVkImage 2019-05-30 halcanary@google.com SkPDF: implement kDecal image shader TileMode 2019-05-30 halcanary@google.com SkPDF: MakeShader uses Color4f 2019-05-30 bungeman@google.com Correct shaper assert around iterator fonts. 2019-05-30 reed@google.com support assets for skottie2movie 2019-05-29 herb@google.com Collapse the SkTextInterceptsIter into base class 2019-05-28 brianosman@google.com Interpreter: Elide dup/pop around stores 2019-05-29 bungeman@google.com Add trivial implemenations of shaper run iterators. 2019-05-30 rmistry@google.com Add new G3 compile try bot 2019-05-30 rmistry@google.com Add recipe for triggering and waiting for G3 compile tasks 2019-05-29 rmistry@google.com Script to trigger and wait for G3 compile tasks 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 (kjlubick@google.com), and stop the roller if necessary.
This commit is contained in:
parent
03ec25fb58
commit
6fd518e34a
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': '69aaee0ff92748ac763e66a8b586592927841cb4',
|
||||
'skia_revision': 'f62e575bab086650d9340152e20009c3749eca5d',
|
||||
|
||||
# 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: f50d17d2eda26aa3f5df06845c80d2a4
|
||||
Signature: b31a120a9a7e7f39df44470ee6f82c09
|
||||
|
||||
UNUSED LICENSES:
|
||||
|
||||
@ -2083,6 +2083,9 @@ FILE: ../../../third_party/skia/infra/bots/recipes/compile.expected/Build-Win-Cl
|
||||
FILE: ../../../third_party/skia/infra/bots/recipes/compute_buildstats.expected/normal_bot.json
|
||||
FILE: ../../../third_party/skia/infra/bots/recipes/compute_buildstats.expected/trybot.json
|
||||
FILE: ../../../third_party/skia/infra/bots/recipes/compute_test.expected/Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-OpenCL.json
|
||||
FILE: ../../../third_party/skia/infra/bots/recipes/g3_compile.expected/g3_compile_nontrybot.json
|
||||
FILE: ../../../third_party/skia/infra/bots/recipes/g3_compile.expected/g3_compile_trybot.json
|
||||
FILE: ../../../third_party/skia/infra/bots/recipes/g3_compile.expected/g3_compile_trybot_failure.json
|
||||
FILE: ../../../third_party/skia/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit-Trybot.json
|
||||
FILE: ../../../third_party/skia/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit.json
|
||||
FILE: ../../../third_party/skia/infra/bots/recipes/infra.expected/infra_tests.json
|
||||
@ -3006,7 +3009,6 @@ FILE: ../../../third_party/skia/src/core/SkTInternalLList.h
|
||||
FILE: ../../../third_party/skia/src/core/SkTLList.h
|
||||
FILE: ../../../third_party/skia/src/core/SkTLS.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkTLS.h
|
||||
FILE: ../../../third_party/skia/src/core/SkTextToPathIter.h
|
||||
FILE: ../../../third_party/skia/src/core/SkWriteBuffer.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/GrMemoryPool.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/GrMemoryPool.h
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user