mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll src/third_party/skia 384981be3dd2..0c64a545176a (11 commits) (flutter/engine#9404)
https://skia.googlesource.com/skia.git /%2Blog/384981be3dd2..0c64a545176a git log 384981be3dd2f98226a748628ace453a481050f9..0c64a545176a0f0231bca2f9acc247bd3177588e --date=short --no-merges --format=%ad %ae %s 2019-06-20 mtklein@google.com two register ops 2019-06-20 mtklein@google.com two register + immediate ops 2019-06-20 mtklein@google.com remaining 3-reg ops 2019-06-19 jlavrova@google.com Adding TestFontCollection 2019-06-20 michaelludwig@google.com Add lighting, alpha threshold, and tile image filters to GM 2019-06-20 senorblanco@chromium.org Revert "GPU: always use TopLeft origin for saveLayer render targets." 2019-06-20 jvanverth@google.com Fix ASAN issue. 2019-06-20 brianosman@google.com ByteCode: Fixes for TRACE 2019-06-20 senorblanco@chromium.org GPU: always use TopLeft origin for saveLayer render targets. 2019-06-20 brianosman@google.com ByteCode: Allow calls to functions that return void 2019-06-20 jvanverth@google.com Revert "Prefer using GrOvalOpFactory over GrFillRRect for circles and" 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 (bsalomon@google.com), and stop the roller if necessary.
This commit is contained in:
parent
0e29357616
commit
7cd0bc946b
2
DEPS
2
DEPS
@ -24,7 +24,7 @@ vars = {
|
||||
'fuchsia_git': 'https://fuchsia.googlesource.com',
|
||||
'github_git': 'https://github.com',
|
||||
'skia_git': 'https://skia.googlesource.com',
|
||||
'skia_revision': '384981be3dd2f98226a748628ace453a481050f9',
|
||||
'skia_revision': '0c64a545176a0f0231bca2f9acc247bd3177588e',
|
||||
|
||||
# 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: 4f33e78fc378a0892121cdab2ba08a64
|
||||
Signature: 8acb146f1e0dd052fedd3b7b82d3f102
|
||||
|
||||
UNUSED LICENSES:
|
||||
|
||||
@ -2271,6 +2271,8 @@ FILE: ../../../third_party/skia/modules/skparagraph/src/TextStyle.cpp
|
||||
FILE: ../../../third_party/skia/modules/skparagraph/src/TextWrapper.cpp
|
||||
FILE: ../../../third_party/skia/modules/skparagraph/src/TextWrapper.h
|
||||
FILE: ../../../third_party/skia/modules/skparagraph/src/TypefaceFontProvider.cpp
|
||||
FILE: ../../../third_party/skia/modules/skparagraph/utils/TestFontCollection.cpp
|
||||
FILE: ../../../third_party/skia/modules/skparagraph/utils/TestFontCollection.h
|
||||
FILE: ../../../third_party/skia/public.bzl
|
||||
FILE: ../../../third_party/skia/samplecode/SampleParagraph.cpp
|
||||
FILE: ../../../third_party/skia/site/METADATA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user