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: 23a8e027dbbe
Choose a base ref
...
head repository: flutter/engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 97cacfbfec89
Choose a head ref
  • 14 commits
  • 64 files changed
  • 7 contributors

Commits on Nov 20, 2020

  1. Configuration menu
    Copy the full SHA
    53fc019 View commit details
    Browse the repository at this point in the history
  2. Implement Scene.toImage() in CanvasKit mode. (#22085)

    Harry Terkelsen authored Nov 20, 2020
    Configuration menu
    Copy the full SHA
    fc55814 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c45e02a View commit details
    Browse the repository at this point in the history
  4. Remove opt outs for dart:ui (#22603)

    * Remove null safety opt outs for dart:ui
    vsmenon authored Nov 20, 2020
    Configuration menu
    Copy the full SHA
    550c750 View commit details
    Browse the repository at this point in the history
  5. [fuchsia] shader warmup fixes (#22439)

    This change contains a couple of changes that should have been in
    github.com/flutter/engine/commit/3105db8ee856ffef281d018774d21a6164c81236
    but fell through the cracks
    
    First one lifts the initialization of the flutter::RunConfiguration so that
    the asset manager gets set on the persistant cache before the shader
    warmup happens. I'm not sure how this didnt end up in the first PR I
    think it got mangled during merge conflict resolution. no test coverage
    for that code because its in the middle of a 400 line constructor
    
    Second one fixes a race condition that the tests dont catch because the
    tests are single threaded. This change restructures the test that missed
    this bug so that it would have caught that bug and will catch comparable
    bugs.
    freiling authored Nov 20, 2020
    Configuration menu
    Copy the full SHA
    f2803ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce94c4e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    76b6acb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    976e887 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    885bd65 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8971b82 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a09cdfd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a9f332c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1bf5c8b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    97cacfb View commit details
    Browse the repository at this point in the history
Loading