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

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    3535a67 View commit details
    Browse the repository at this point in the history
  2. Remove a clang-tidy test that launches a full run of clang-tidy (#45033)

    This can take a lot of time or be overly dependent on configuration details of the local git repository.
    jason-simmons authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    e9122ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab11333 View commit details
    Browse the repository at this point in the history
  4. [Impeller] Add debug captures and inspector. (#43764)

    Weekend project! Press `C` to capture in the Aiks playground.
    
    Decided to finally give this a go and attempt to relieve some of the print debugging/mindfuck around investigation of coverage-related issues lately. :)
    
    Captures:
    * Capture documents from anywhere in Impeller.
    * Easily implement inspectors for those documents.
    * Replay documents with live editing.
    * No overhead when capturing is build time disabled (that's the idea, anyway).
    * Low overhead when capturing is runtime disabled.
    
    Aiks inspector:
    * Outline passes and rendered entities.
    * Identify collapsed passes.
    * Visibly highlight coverage.
    * Live edit scene properties.
    
    Possible future work:
    * Filters!
    * Blend mode property.
    * Pointer + release proc property.
    * Support captures in the DL playground.
    * Text atlas visualization.
    * Multi-frame capture and scrubbing.
    * Menus instead of key bindings?
    
    https://github.com/flutter/engine/assets/919017/a7a63e24-f72f-4140-a21e-6ca02a05fc20
    bdero authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    3b92bb6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eee9105 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b5de6f3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a63a5b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2222940 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a4a3ce4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    35b522d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0d2f557 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    43a0cb6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    85d2da0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6fac0a2 View commit details
    Browse the repository at this point in the history
  15. Revert "[Impeller] add trace events for VkRenderPass and VkFrameBuffe… (

    #45047)
    
    �r creation. (#44837)"
    
    This reverts commit ca4ea82.
    
    *Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.*
    
    *List which issues are fixed by this PR. You must list at least one issue.*
    
    These trace events aren't super useful, since we've tracked down the issues as either 1) phone is overloaded due to image decoding at large size or 2) flutter/flutter#133198
    Jonah Williams authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    327ae3c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6f390e3 View commit details
    Browse the repository at this point in the history
  17. [Impeller] Don't place vertex buffer bindings in the Binding map. (#4…

    …5040)
    
    The metal backend is the only backend that doesn't treat binding the vertex buffer specially. For the GLES and Vulkan backend, we can instead pull it out of the cmd map entirely.
    
    This will make it easier to partially inline the map into the bindings object.
    
    flutter/flutter#133199
    Jonah Williams authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    03b0894 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    54c64a4 View commit details
    Browse the repository at this point in the history
Loading