1. 26 6月, 2019 7 次提交
    • S
      Roll src/third_party/skia 69881fb0b5fb..0c4fbf1bbb93 (5 commits) (#9487) · d90573a9
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git
      /%2Blog/69881fb0b5fb..0c4fbf1bbb93
      
      git log 69881fb0b5fbda98038b738917ee83ae2807be39..0c4fbf1bbb937280d066eaf71777295e531a3dd1 --date=short --no-merges --format=%ad %ae %s
      2019-06-25 nifong@google.com Include sharing proc in skia static library when building for android.
      2019-06-25 robertphillips@google.com Expose SkSurface::isCompatible
      2019-06-25 herb@google.com findImage(const SkGlyph&) -> prepareImage(SkGlyph*)
      2019-06-25 mtklein@google.com more aarch64 instructions
      2019-06-25 jcgregorio@google.com Upgrade cipd package for vpython to latest.
      
      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 (djsollen@google.com), and stop
      the roller if necessary.
      d90573a9
    • J
      Simplify loading of app bundles on Android (#9360) · 3f4f6061
      Jason Simmons 提交于
      * Remove deprecated runBundle APIs
      * Remove code related to dynamic patching (including support for multiple
        bundle paths)
      * Change FlutterRunArugments.bundlePath to be the Android AssetManager path
        where the app's assets are located
      3f4f6061
    • C
      Add --observatory-host switch (#9485) · 107fe823
      Chris Bracken 提交于
      Adds --observatory-host, which allows callers to specify the localhost
      IP binding directly. Allows users to set 0.0.0.0 or the host IP address
      as is possible in the standalone VM, rather than restricting users to
      loopback.
      
      We retain the default behaviour of binding to loopback since the vast
      majority of observatory use-cases involve local access (e.g. host tests
      on flutter_tester) or port-forwarded local access (e.g. flutter driver
      device tests). However, some scenarios, such as QA test labs, may
      benefit from binding to a publicly-accessible IP address.
      107fe823
    • S
      Roll src/third_party/skia ebbc82c02471..69881fb0b5fb (11 commits) (#9479) · 20a76ded
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git
      /%2Blog/ebbc82c02471..69881fb0b5fb
      
      git log ebbc82c02471a2d785136e5261346e906f910561..69881fb0b5fbda98038b738917ee83ae2807be39 --date=short --no-merges --format=%ad %ae %s
      2019-06-25 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms d7303797becf..4f682a1d0b94 (1 commits)
      2019-06-24 bsalomon@google.com Make GrColorSpaceInfo store GrColorType.
      2019-06-17 halcanary@google.com SkQP: fix Filterable.filter
      2019-06-24 jvanverth@google.com Use asynchronous routines to build Metal shaders and pipelines for MacOS.
      2019-06-24 mtklein@google.com baby steps for aarch64 support
      2019-06-24 herb@google.com Introduce mergeGlyphAndImage to SkStrike
      2019-06-24 borenet@google.com [infra] Add go_win asset, add InfraTests_Win bot
      2019-06-25 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-06-24 bsalomon@google.com Trace events in backend texture APIs and GrDataUtils
      2019-06-25 borenet@google.com Roll recipe dependencies (nontrivial).
      2019-06-25 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
      
      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 (djsollen@google.com), and stop
      the roller if necessary.
      20a76ded
    • C
      Revert "IOS Platform view transform/clipping (#9075)" (#9480) · 00d929f7
      Chris Bracken 提交于
      This reverts commit ebb5b909.
      
      Seeing the following breakage on host build:
      ```
      ../../flutter/flow/scene_update_context.cc:205:36: error: non-const lvalue reference to type 'flutter::MutatorsStack' cannot bind to a value of unrelated type 'const flutter::Stopwatch'
                                         frame.context().raster_time(),
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      ../../flutter/flow/scene_update_context.cc:207:36: error: no viable conversion from 'flutter::TextureRegistry' to 'const flutter::Stopwatch'
                                         frame.context().texture_registry(),
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      ../../flutter/flow/instrumentation.h:55:32: note: candidate constructor not viable: no known conversion from 'flutter::TextureRegistry' to 'const flutter::Stopwatch &' for 1st argument
        FML_DISALLOW_COPY_AND_ASSIGN(Stopwatch);
                                     ^
      ../../flutter/fml/macros.h:28:3: note: expanded from macro 'FML_DISALLOW_COPY_AND_ASSIGN'
        TypeName(const TypeName&) = delete;          \
        ^
      ../../flutter/flow/scene_update_context.cc:208:36: error: non-const lvalue reference to type 'flutter::TextureRegistry' cannot bind to a temporary of type 'flutter::RasterCache *'
                                         &frame.context().raster_cache(),
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      ../../flutter/flow/scene_update_context.cc:209:36: error: cannot initialize a member subobject of type 'const flutter::RasterCache *' with an rvalue of type 'bool'
                                         false};
                                         ^~~~~
      ```
      00d929f7
    • A
    • C
      IOS Platform view transform/clipping (#9075) · ebb5b909
      Chris Yang 提交于
      ebb5b909
  2. 25 6月, 2019 19 次提交
  3. 24 6月, 2019 6 次提交
  4. 23 6月, 2019 5 次提交
  5. 22 6月, 2019 3 次提交