1. 22 10月, 2019 5 次提交
    • J
      Do not attempt to drain the SkiaUnrefQueue in the destructor (#13237) · 4f85010d
      Jason Simmons 提交于
      SkiaUnrefQueue should be empty at destruction time.  If the queue is nonempty,
      then there will be a pending drain task that will hold a reference to the
      queue.  The queue can only be destructed after the drain completes and the
      reference is dropped.
      
      Drains must only be done on the queue's task runner thread, which may not be
      the thread where the queue is destructed.
      4f85010d
    • B
      Updated license script to ignore testdata directories, which often contain... · a16b0f98
      Ben Konyi 提交于
      Updated license script to ignore testdata directories, which often contain object files and other compilation results (#13261)
      
      a16b0f98
    • K
      Add templates to generate fuchsia host bundles (#13158) · 84a3365d
      Kaushik Iska 提交于
      This is part of an effort to separate generation of
      host artifacts and target artifacts for fuchsia. The
      `fuchsia_host_bundle` template aims to capture all the
      artifacts that are specific to a given host.
      
      The next step would be to bundle these are separate CIPD
      packages for mac and linux (only x64 hosts)
      
      internal planning doc: go/flutter-fuchsia-packaging
      84a3365d
    • G
      8318d5f3
    • H
      Update CanvasKit to 0.7.0 and flesh out painting (#13240) · 5cc74169
      Harry Terkelsen 提交于
      * Update CanvasKit to 0.7.0 and flesh out painting
      
      This allows us to fix some bugs in the CanvasKit backend.
      
      - Implement RRect where the radii are different
      - Implement drawDRRect
      - Implement ColorFilter
      - Implement the correct `arcTo` for `arcToPoint`
      
      * update licenses
      
      * Respond to review comments
      
      - Add TODO to avoid unnecessary conversions
      - Don't set CanvasKit to default
      - Fix licenses file
      
      * Add ==, hashCode, and toString back to ColorFilter API
      5cc74169
  2. 20 10月, 2019 1 次提交
  3. 19 10月, 2019 16 次提交
  4. 18 10月, 2019 18 次提交