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

Commits on Mar 6, 2024

  1. [Impeller] Create a new render target with the specified attachment c…

    …onfigs when reusing cached render target textures (#51208)
    
    If the RenderTargetCache::Create methods reuse a cached RenderTarget as is, then the returned RenderTarget may contain AttachmentConfig parameters that do not match the ones passed to the create method.
    
    This PR instead creates a new RenderTarget based on the existing textures from the cached RenderTarget.
    jason-simmons authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    792bfc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5945dad View commit details
    Browse the repository at this point in the history
  3. [Impeller] Append fewer redundant points when bridging triangle strip…

    …s between contours. (#51232)
    
    Optimizes out 1-2 points per contour. Improvement to the TessellateConvex changes I made to get StC over the line.
    bdero authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    44405ae View commit details
    Browse the repository at this point in the history
Loading