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: 9cad7b663ee2
Choose a base ref
...
head repository: flutter/engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: daf4447a2eb2
Choose a head ref
  • 3 commits
  • 15 files changed
  • 1 contributor

Commits on Oct 11, 2018

  1. Allow raster caching any layer subtree (#6442)

    We first test this with OpacityLayer. This test alone (without retained rendering) should have ~30% speedup as we'll have fewer render target switches by snapshoting in the Preroll instead of saveLayer in the Paint.
    
    In my local flutter_gallery transition perf tests, the average frame time drops from ~16ms to ~12ms.
    
    flutter/flutter#21756
    liyuqian authored Oct 11, 2018
    Configuration menu
    Copy the full SHA
    6447418 View commit details
    Browse the repository at this point in the history
  2. Revert "Allow raster caching any layer subtree (#6442)" (#6506)

    Reverts #6442
    
    container_layer.h file is not synced which broke the bots
    liyuqian authored Oct 11, 2018
    Configuration menu
    Copy the full SHA
    c6e6da5 View commit details
    Browse the repository at this point in the history
  3. Reland "Allow raster caching any layer subtree (#6442)" (#6507)

    * Revert "Revert "Allow raster caching any layer subtree (#6442)" (#6506)"
    
    This reverts commit c6e6da5.
    
    * Use raw pointer for RasterCacheKey
    
    So we won't depend on whether it's a std::unique_ptr or std::shared_ptr.
    liyuqian authored Oct 11, 2018
    Configuration menu
    Copy the full SHA
    daf4447 View commit details
    Browse the repository at this point in the history
Loading