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: 6c1b0b83c2b3
Choose a base ref
...
head repository: flutter/engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c991647404f8
Choose a head ref
  • 2 commits
  • 26 files changed
  • 2 contributors

Commits on Apr 1, 2019

  1. Roll src/third_party/skia de206c7..b27667a (14 commits) (#8399)

    https://skia.googlesource.com/skia.git/%2Blog/de206c75c2c8..b27667a15a15
    
    git log de206c7..b27667a --date=short --no-merges --format=%ad %ae %s
    2019-04-01 [email protected] Remove ToolUtils::write_pixels
    2019-04-01 [email protected] Include wasm debugger in continuous build part 2
    2019-03-27 [email protected] Expose basic shaper iterators.
    2019-04-01 [email protected] mark introspection methods as deprecated
    2019-04-01 [email protected] Add geometry domain for non-rectilinear quads
    2019-04-01 [email protected] Fix mkdir_p in skpbench
    2019-04-01 [email protected] Include wasm debugger in continuous build
    2019-04-01 [email protected] [sksg] Refactor gradient implementation
    2019-03-28 [email protected] Cache data stream for CG typefaces.
    2019-04-01 [email protected] GrBackendTextureImageGenerator proxy callback uses unique key to find existing GrTexture.
    2019-04-01 [email protected] Make prepareSurfaceForExternalIO always flush
    2019-04-01 [email protected] Make GrVkGpuRTCommandBuffer::CommandBufferInfo hold textures by pending read.
    2019-04-01 [email protected] Remove 4 page sets that are not useful as SKPs
    2019-04-01 [email protected] Make lazy proxies have 2 modes for proxy/surface key management.
    
    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 Apr 1, 2019
    Configuration menu
    Copy the full SHA
    8c9aca4 View commit details
    Browse the repository at this point in the history
  2. Separate the data required to bootstrap the VM into its own class. (#…

    …8397)
    
    When attempting to shutdown and subsequently restart the VM, having the
    VM own this data introduces lifecycle issues due to circular references.
    chinmaygarde authored Apr 1, 2019
    Configuration menu
    Copy the full SHA
    c991647 View commit details
    Browse the repository at this point in the history
Loading