skia-flutter-autoroll 8b12d24e87 Roll src/third_party/skia b5c685991faa..42280f8961fa (32 commits) (flutter/engine#8535)
https://skia.googlesource.com/skia.git/%2Blog/b5c685991faa..42280f8961fa

git log b5c685991faa79d6ac5caeacd48644eca4954426..42280f8961fa90f5829b561f7925be3354e5991e --date=short --no-merges --format=%ad %ae %s
2019-04-10 brianosman@google.com Add Shared library Windows builds
2019-04-10 brianosman@google.com Even more DLL build fixes
2019-04-10 reed@google.com remove SkMixer, since we have explicit lerps/blends in SkShader
2019-04-10 egdaniel@google.com Reland "Remove unnecessary flush in RenderYUVAToRGBA (take 2)"
2019-04-10 fmalita@chromium.org [skottie] Initial "Levels" effect support
2019-04-10 fmalita@chromium.org Reland "[skottie] More snug kTop Shaper alignment"
2019-04-10 jvanverth@google.com Add mipmap generation for Metal
2019-04-10 halcanary@google.com SkPDF: narrow layer bbox
2019-04-10 egdaniel@google.com Revert "Remove unnecessary flush in RenderYUVAToRGBA (take 2)"
2019-04-10 mtklein@google.com make to_vec template parameters explicit
2019-04-10 mtklein@google.com tweak SkVx to play nicely with others
2019-04-08 herb@google.com Add an index to SkGlyphPos
2019-04-10 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-04-10 brianosman@google.com Make SkShaper's GN setup more DLL friendly
2019-04-10 brianosman@google.com Make Skottie's GN setup more DLL friendly
2019-04-10 ethannicholas@google.com moved files generated from .fp files into generated/ directories
2019-04-08 herb@google.com Reland "Do not use sub-pixel positioning for source space"
2019-04-10 robertphillips@google.com Remove unnecessary flush in RenderYUVAToRGBA (take 2)
2019-04-10 brianosman@google.com Delete SkSL::Compiler copy constructor and assignment operator
2019-04-10 bungeman@google.com Make path in Sk1DPathEffect thread safe.
2019-04-10 halcanary@google.com SkPDF: split GraphicStateStack out
2019-04-10 halcanary@google.com SkPDF: simplify device drawRect
2019-04-10 ethannicholas@google.com regenerated FP files to make bot happy
2019-04-09 bsalomon@google.com Add Vulkan implementation of transfering from GrSurface to a GrGpuBuffer
2019-04-10 brianosman@google.com Define all ImageSetEntry members out of line
2019-04-09 robertphillips@google.com Skip flush in GrDrawingManager if the specifed proxy doesn't have any work (take 2)
2019-04-09 rmistry@google.com [Android compile bot] Also build frameworks/base/libs/hwui
2019-04-09 nifong@google.com externs needed for cpu/gpu switch
2019-04-10 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
2019-04-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 82418c821689..f39b4f0280ef (12 commits)
2019-04-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader eba396cc66d3..f0aa9d5ab738 (14 commits)
2019-04-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 79154509c679..1b121674f584 (400 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 (egdaniel@google.com), and stop
the roller if necessary.
2019-04-10 17:42:24 -04:00
..

Flutter Engine

Build Status

Flutter is a new way to build high-performance, cross-platform mobile apps. Flutter is optimized for today's, and tomorrow's, mobile devices. We are focused on low-latency input and high frame rates on Android and iOS.

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.io. For specific information about Flutter's APIs, consider our API reference which can be found at the docs.flutter.io.

If you intend to contribute to Flutter, welcome! You are encouraged to start with our contributor guide, which helps onboard new team members.