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

Commits on Aug 2, 2022

  1. [impeller] drawAtlas (#35009)

    Jonah Williams authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    e7a37cc View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Configuration menu
    Copy the full SHA
    1bd07de View commit details
    Browse the repository at this point in the history
  2. [Windows] Fix incorrect public C API argument type (#35106)

    FlutterDesktopEngineGetTextureRegistrar is used to get the texture
    registrar associated with an engine object and therefore should take a
    FlutterDesktopEngineRef parameter.
    
    This bug was initially identified and fixed by @knopp in:
    #27522
    
    This patch replaces that one and adds the simplest possible unit test to
    get it landed.
    
    This also adds an initial unit test for the public Windows C API used to
    implement the C++ client wrapper. In order to fully test this API, we'll
    want to support test fixtures similar to what we do in the embedder API
    tests. See: flutter/flutter#87299
    
    Fixes: flutter/flutter#86617
    cbracken authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    ccf6cee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27dce12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1e77ae View commit details
    Browse the repository at this point in the history
Loading