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-team-archive/engine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b1c2ba8c4d52
Choose a base ref
...
head repository: flutter-team-archive/engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c4b0184c8783
Choose a head ref
  • 1 commit
  • 12 files changed
  • 1 contributor

Commits on Oct 25, 2024

  1. [DisplayList] Remove legacy size fields in DLOp records (#56101)

    After landing #54676 we had the DLBuilder using legacy size fields in the DLOp records to manage traversing the records, but we constructed a more direct "offset vector" for the DisplayList to enable random access to the ops. The offset vector was created on the fly during the `Build()` method and then the size fields in the DLOp records were largely unused and redundant.
    
    This PR gets rid of the remaining uses of the DLOp size fields and has the Builder produce the offsets vector directly during recording.
    flar authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    c4b0184 View commit details
    Browse the repository at this point in the history
Loading