skia-flutter-autoroll 3474af996b Roll src/third_party/skia 9dc0b9e2f86a..e9cb76221597 (12 commits) (flutter/engine#10259)
https://skia.googlesource.com/skia.git
/compare/9dc0b9e2f86a..e9cb76221597

git log 9dc0b9e2f86adf9768b9daf2d519a7d1f4d75881..e9cb76221597ac9e9b0bf009ab1a843da8428d83 --date=short --no-merges --format=%ad %ae %s
2019-07-30 halcanary@google.com experimental/editor : handle word-left and word-right
2019-07-30 reed@google.com simplify canvas after looper's demise
2019-07-30 mtklein@google.com small refactors
2019-07-30 senorblanco@chromium.org First implementation of GrDawnUniformHandler.
2019-07-30 halcanary@google.com experimental/editor: clean up BUILD.gn
2019-07-30 michaelludwig@google.com Update SkPicture version for simplified image filter enums
2019-07-30 halcanary@google.com experimental/editor: Editor::markDirty() private helper
2019-07-29 robertphillips@google.com Add GrContext::defaultBackendFormat
2019-07-30 fmalita@chromium.org [skottie] Fix property observer scoping for effects
2019-07-16 fmalita@chromium.org Clean up SkBaseDevice::CreateInfo
2019-07-29 robertphillips@google.com Add GrCaps::isFormatCompressed
2019-07-30 reed@google.com remove drawlooper bots, as that code is now gone

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 (benjaminwagner@google.com), and stop
the roller if necessary.
2019-07-30 13:31:00 -04:00
..
2019-07-01 14:32:38 -07:00

Flutter Engine

Build Status - Cirrus

Flutter is Google's mobile app SDK for crafting high-quality native interfaces on iOS and Android in record time. Flutter works with existing code, is used by developers and organizations around the world, and is free and open source.

The Flutter Engine is a portable runtime for hosting Flutter applications. It implements Flutter's core libraries, including animation and graphics, file and network I/O, accessibility support, plugin architecture, and a Dart runtime and compile toolchain. Most developers will interact with Flutter via the Flutter Framework, which provides a modern, reactive framework, and a rich set of platform, layout and foundation widgets.

If you are new to Flutter, then you will find more general information on the Flutter project, including tutorials and samples, on our Web site at Flutter.dev. For specific information about Flutter's APIs, consider our API reference which can be found at the docs.flutter.dev.

Flutter is a fully open source project, and we welcome contributions. Information on how to get started can be found at our contributor guide.