mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll src/third_party/skia 279b65ddb5a3..d0d5bb8c8500 (12 commits) (flutter/engine#7353)
https://skia.googlesource.com/skia.git/%2Blog/279b65ddb5a3..d0d5bb8c8500 git log 279b65ddb5a306cb05552a6adfd4f63a9e78fb45..d0d5bb8c85002629fd0750c7548f468d188bd420 --date=short --no-merges --format=%ad %ae %s 2019-01-02 reed@google.com Revert "undefine SK_SUPPORT_LEGACY_PAINT_TEXTMEASURE" 2019-01-02 brianosman@google.com Remove special case for DCI P3 when making ICC profiles 2018-12-29 ianloic@google.com Update SkFontMgr_fuchsia.cpp for new FIDL API 2019-01-02 herb@google.com Return SkGlyphCache and GrTextStrike together. 2019-01-02 fmalita@chromium.org [skottie] Initial 3D layer transform support 2019-01-02 reed@google.com undefine SK_SUPPORT_LEGACY_PAINT_TEXTMEASURE 2019-01-02 reed@google.com don't use paint to perform char-to-glyph 2019-01-02 reed@google.com make bookmaker happier 2019-01-02 mtklein@google.com flip on one-big-switch SkRasterPipeline 2019-01-02 mtklein@google.com allocate a little bit of space 2019-01-02 reed@google.com use font instead of paint for text 2019-01-02 mtklein@google.com fix fallthrough when deciding lowp/highp 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
f63f447b47
commit
deff80f12e
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': '279b65ddb5a306cb05552a6adfd4f63a9e78fb45',
|
||||
'skia_revision': 'd0d5bb8c85002629fd0750c7548f468d188bd420',
|
||||
|
||||
# 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: 2e3b3c0acf638f5661ae1827f5fecd2d
|
||||
Signature: 9a024e140ecd2e0dd74cc0c8fd353a36
|
||||
|
||||
UNUSED LICENSES:
|
||||
|
||||
@ -2849,7 +2849,6 @@ FILE: ../../../third_party/skia/samplecode/SampleLCD.cpp
|
||||
FILE: ../../../third_party/skia/samplecode/SampleLayerMask.cpp
|
||||
FILE: ../../../third_party/skia/samplecode/SampleLayers.cpp
|
||||
FILE: ../../../third_party/skia/samplecode/SampleLines.cpp
|
||||
FILE: ../../../third_party/skia/samplecode/SampleMeasure.cpp
|
||||
FILE: ../../../third_party/skia/samplecode/SamplePatch.cpp
|
||||
FILE: ../../../third_party/skia/samplecode/SamplePath.cpp
|
||||
FILE: ../../../third_party/skia/samplecode/SamplePathClip.cpp
|
||||
@ -2863,7 +2862,6 @@ FILE: ../../../third_party/skia/samplecode/SampleShaders.cpp
|
||||
FILE: ../../../third_party/skia/samplecode/SampleSlides.cpp
|
||||
FILE: ../../../third_party/skia/samplecode/SampleStrokePath.cpp
|
||||
FILE: ../../../third_party/skia/samplecode/SampleStrokeRect.cpp
|
||||
FILE: ../../../third_party/skia/samplecode/SampleTextAlpha.cpp
|
||||
FILE: ../../../third_party/skia/samplecode/SampleTextBox.cpp
|
||||
FILE: ../../../third_party/skia/samplecode/SampleTextEffects.cpp
|
||||
FILE: ../../../third_party/skia/samplecode/SampleTextureDomain.cpp
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user