-
Notifications
You must be signed in to change notification settings - Fork 6k
Comparing changes
Open a pull request
base repository: flutter/engine
base: 2940812ab26a
head repository: flutter/engine
compare: 134b65ec6034
- 9 commits
- 9 files changed
- 4 contributors
Commits on Jan 2, 2019
-
Roll src/third_party/skia 8f37ce5..279b65d (6 commits) (#7350)
https://skia.googlesource.com/skia.git/%2Blog/8f37ce5b9f2c..279b65ddb5a3 git log 8f37ce5..279b65d --date=short --no-merges --format=%ad %ae %s 2018-12-28 [email protected] SkPDF: clean up public header 2019-01-02 [email protected] Roll third_party/externals/angle2 0c66721..04ea03e (2 commits) 2019-01-02 [email protected] Add docker caches in more places 2019-01-02 [email protected] [skottie] Derive most adapters from SkNVRefCnt 2019-01-02 [email protected] Reland "Wide color support in AA Convex path renderer" 2019-01-02 [email protected] Remove extra semi-colons 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 ([email protected]), and stop the roller if necessary.
Configuration menu - View commit details
-
Copy full SHA for 2d291c7 - Browse repository at this point
Copy the full SHA 2d291c7View commit details -
Give more control over when dynamic patches get downloaded and instal…
…led. (#7327) This change introduces manifest properties that control when dynamic patches are downloaded and installed in the application lifecycle. Application developer can choose whether between install on restart, install on resume, or immediate forced install of dynamic patches.
Configuration menu - View commit details
-
Copy full SHA for 8cca33a - Browse repository at this point
Copy the full SHA 8cca33aView commit details -
Roll src/third_party/skia 279b65d..d0d5bb8 (12 commits) (#7353)
https://skia.googlesource.com/skia.git/%2Blog/279b65ddb5a3..d0d5bb8c8500 git log 279b65d..d0d5bb8 --date=short --no-merges --format=%ad %ae %s 2019-01-02 [email protected] Revert "undefine SK_SUPPORT_LEGACY_PAINT_TEXTMEASURE" 2019-01-02 [email protected] Remove special case for DCI P3 when making ICC profiles 2018-12-29 [email protected] Update SkFontMgr_fuchsia.cpp for new FIDL API 2019-01-02 [email protected] Return SkGlyphCache and GrTextStrike together. 2019-01-02 [email protected] [skottie] Initial 3D layer transform support 2019-01-02 [email protected] undefine SK_SUPPORT_LEGACY_PAINT_TEXTMEASURE 2019-01-02 [email protected] don't use paint to perform char-to-glyph 2019-01-02 [email protected] make bookmaker happier 2019-01-02 [email protected] flip on one-big-switch SkRasterPipeline 2019-01-02 [email protected] allocate a little bit of space 2019-01-02 [email protected] use font instead of paint for text 2019-01-02 [email protected] 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 ([email protected]), and stop the roller if necessary.
Configuration menu - View commit details
-
Copy full SHA for 0ad16dd - Browse repository at this point
Copy the full SHA 0ad16ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54d7c42 - Browse repository at this point
Copy the full SHA 54d7c42View commit details -
Preparing to remove SK_SUPPORT_LEGACY_PAINT_TEXTMEASURE (#7354)
* Preparing to remove SK_SUPPORT_LEGACY_PAINT_TEXTMEASURE * Fixing a bug * Formatting problem
Configuration menu - View commit details
-
Copy full SHA for 4d353de - Browse repository at this point
Copy the full SHA 4d353deView commit details
Commits on Jan 3, 2019
-
Roll src/third_party/skia d0d5bb8..bc84adc (6 commits) (#7355)
https://skia.googlesource.com/skia.git/%2Blog/d0d5bb8c8500..bc84adceaada git log d0d5bb8..bc84adc --date=short --no-merges --format=%ad %ae %s 2019-01-02 [email protected] Move GrVkSecondaryCBDrawContext header into src to hide it. 2019-01-01 [email protected] hide drawpostext etc. 2019-01-02 [email protected] pass a font to GlyphRunBuilder 2019-01-02 [email protected] [canvaskit] Move to using SkFont instead of SkPaint.measure* 2019-01-02 [email protected] [infra] Uninstall ASAN when cleaning up Android device. 2019-01-02 [email protected] Add initial support for creating a vulkan secondary command buffer drawing context. 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 ([email protected]), and stop the roller if necessary.
Configuration menu - View commit details
-
Copy full SHA for 15fcba4 - Browse repository at this point
Copy the full SHA 15fcba4View commit details -
Roll src/third_party/skia bc84adc..96345a2 (2 commits) (#7356)
https://skia.googlesource.com/skia.git/%2Blog/bc84adceaada..96345a23dfa9 git log bc84adc..96345a2 --date=short --no-merges --format=%ad %ae %s 2019-01-02 [email protected] pass font's explicitly, instead of relying on SkFont::LEGACY_ExtractFromPaint 2019-01-02 [email protected] Roll third_party/externals/angle2 04ea03e..904bb91 (4 commits) 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 ([email protected]), and stop the roller if necessary.
Configuration menu - View commit details
-
Copy full SHA for d051c47 - Browse repository at this point
Copy the full SHA d051c47View commit details -
Roll src/third_party/skia 96345a2..aae6ae3 (1 commits) (#7357)
https://skia.googlesource.com/skia.git/%2Blog/96345a23dfa9..aae6ae39a356 git log 96345a2..aae6ae3 --date=short --no-merges --format=%ad %ae %s 2019-01-03 [email protected] Update go_deps asset 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 ([email protected]), and stop the roller if necessary.
Configuration menu - View commit details
-
Copy full SHA for f97edf2 - Browse repository at this point
Copy the full SHA f97edf2View commit details -
Roll src/third_party/skia aae6ae3..fdde292 (1 commits) (#7358)
https://skia.googlesource.com/skia.git/%2Blog/aae6ae39a356..fdde2926df92 git log aae6ae3..fdde292 --date=short --no-merges --format=%ad %ae %s 2019-01-03 [email protected] Roll third_party/externals/angle2 904bb91..4627b37 (1 commits) 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 ([email protected]), and stop the roller if necessary.
Configuration menu - View commit details
-
Copy full SHA for 134b65e - Browse repository at this point
Copy the full SHA 134b65eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2940812ab26a...134b65ec6034