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

Commits on Jul 27, 2023

  1. Hide some log lines from release builds (#44073)

    These lines are appearing in framework tests but do not appear to have significant diagnostic value.
    Hixie authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d73b8ee View commit details
    Browse the repository at this point in the history
  2. [Impeller] Move glyph atlas state from context into lazy glyph atlas. (

    …#43748)
    
    No impact on behavior. Rather that separately cache the lazy glyph atlas and the underlying state (bitmap, atlas, texture), move the state into the lazy glyph atlas. To do make this behave correctly, we need to "reset" the lazy glyph atlas instead of deleting it on each frame. Reseting it clears out the text runs and cached atlas, which has the same impact as deleting it in the previous behavior.
    
    This refactor is required in order to move to platform specific glyph atlases, to solve issues such as flutter/flutter#126104
    Jonah Williams authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    59867a1 View commit details
    Browse the repository at this point in the history
  3. Revert "[engine] disable picture complexity raster caching" (#44026)

    Reverts #43897
    Jonah Williams authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    284771d View commit details
    Browse the repository at this point in the history
Loading