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

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    affd675 View commit details
    Browse the repository at this point in the history
  2. [Impeller] Fix runtime effect pipeline depth/stencil. (#49953)

    - Setup depth and stencil attachments for RuntimeEffect.
    - Add validation check in `EntityPass` to force backends to set things
    up the root pass correctly.
    - Add checks in `ContentContextOptions::ApplyToPipelineDescriptor` to
    validate that callers are holding it right.
    bdero authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    afb29da View commit details
    Browse the repository at this point in the history
  3. [Impeller] fix validation error for playground texture upload. (#49957)

    Buffer to image is missing barriers. We don't really need to use this for playgrounds though, as set contents does the right thing more or less.
    
    Fixes flutter/flutter#142024
    Jonah Williams authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    57d6b51 View commit details
    Browse the repository at this point in the history
Loading