Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flutter/engine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4d68474
Choose a base ref
...
head repository: flutter/engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 02e6a13
Choose a head ref
  • 4 commits
  • 6 files changed
  • 4 contributors

Commits on Jun 11, 2019

  1. Fix missing return lint (#9246)

    A recent Dart roll improved the detection of missing return statements.
    Since we enforce that all enum values must be covered in switch
    statements, this isn't an issue, but we add a return to fix the lint.
    cbracken authored Jun 11, 2019
    Configuration menu
    Copy the full SHA
    10a3ab0 View commit details
    Browse the repository at this point in the history
  2. Roll src/third_party/skia a716809..df586b7 (17 commits) (#9279)

    https://skia.googlesource.com/skia.git
    /%2Blog/a716809d5ad3..df586b7
    
    git log a716809..df586b7 --date=short --no-merges --format=%ad %ae %s
    2019-06-11 [email protected] Use float literal with std::fill of floats
    2019-06-11 [email protected] Don't use MSAA config if can't resolve
    2019-05-30 [email protected] Reland "SkParagraph"
    2019-06-11 [email protected] Remove all NexusPlayer bots and driver workarounds
    2019-06-11 [email protected] Add bin/try-clients to trigger client tryjobs
    2019-06-11 [email protected] fixed an skslc crash with uninitialized globals
    2019-06-10 [email protected] fixed SkSL handling of negated literal vectors
    2019-06-11 [email protected] Support more YUV texture formats for Metal
    2019-06-11 [email protected] Initial implementation of SkSurface::asyncRescaleAndReadPixelsYUV420.
    2019-06-11 [email protected] Revert "try resolver pattern"
    2019-06-11 [email protected] Remove IO refs from GrSurfaceProxy only
    2019-06-05 [email protected] Enable gl_FragCoord workaround on NexusPlayer, and re-enable analytic clipping
    2019-06-11 [email protected] fix up relative links and spacing
    2019-06-10 [email protected] Minor cleanups to GrMtlGpuRTCommandBuffer
    2019-06-10 [email protected] [skottie] Animated text tracking support
    2019-06-10 [email protected] Use new retain() method to set up window context.
    2019-06-10 [email protected] fixed a spot where skslc would crash instead of report a parse error
    
    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.
    skia-flutter-autoroll authored Jun 11, 2019
    Configuration menu
    Copy the full SHA
    8d017fa View commit details
    Browse the repository at this point in the history
  3. Fix crash on minimize with GLFW shell (#9278)

    Fixes a divide-by-zero in pixel density computation.
    stuartmorgan-g authored Jun 11, 2019
    Configuration menu
    Copy the full SHA
    95f9b3d View commit details
    Browse the repository at this point in the history
  4. Roll src/third_party/dart 7ecd81b..b37aa3b (4 commits) (#9272)

    dart-lang/sdk@b37aa3b036 Update dart_style to 1.2.8.
    dart-lang/sdk@3d96805597 Merge CHANGELOG following 2.3.2-dev.0.1 release
    dart-lang/sdk@801ad8b521 [cfe] Remember if finalizeExports was done
    dart-lang/sdk@a1401e3015 [vm] Roll back part of 2nd simarm_x64 CL that slowed benchmarks
    bkonyi authored Jun 11, 2019
    Configuration menu
    Copy the full SHA
    02e6a13 View commit details
    Browse the repository at this point in the history
Loading