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

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    5d7241a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0442dde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b93d707 View commit details
    Browse the repository at this point in the history
  4. Try to get GLES tests running... (#49701)

    I plan to fix the GLES fragment program reload issue, but first want to make sure this gets some failures for it.
    
    Added a few skips for shaders that require an extension not available on CI (mipmap related ones).
    
    Updated a couple tests that were failing.
    dnfield authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    750e7a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7d360e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6202fd2 View commit details
    Browse the repository at this point in the history
  7. Osv-scanner integration (#49470)

    This change integrates directly with osv-scanner rather than using the OSV API to query each dependency for vulnerabilities.
    
    - use [lockfile format](#49203) for third party deps rather than a flat file
    - let osv-scanner do the work of checking for vulns rather than API calls to OSV database
    - let osv-scanner create and populate the SARIF results 
    
    A successful run of the vulnerability scanner can be seen in the tests of this PR.
    
    *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
    
    [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
    sealesj authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    61e72c3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cc5d481 View commit details
    Browse the repository at this point in the history
  9. Google GitHub mirrors - reland (#49716)

    Reland of #49203 after permissions issue. The googleapis.dart mirror is now verified to be publicly available.
    
    Also remove github dependency variable since there are no more existing uses.
    
    [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
    sealesj authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    e7e9c1a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c88c6ec View commit details
    Browse the repository at this point in the history
  11. Revert Dart SDK to 3245b92a5930 (#49727)

    A recent Dart SDK roll included a regression affecting runs of "flutter analyze" on individual files
    
    (see https://dart.googlesource.com/sdk/+/89bd370e95c0695250a4f0111be3134b9936eadd)
    jason-simmons authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    569a2b1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f7cf731 View commit details
    Browse the repository at this point in the history
  13. [Impeller] dont accidentally copy shared ptr. (#49731)

    Copying the shared ptr when we don't need to results in us incrementing/decrementing the ref count which isn't free.
    Jonah Williams authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    6db71f2 View commit details
    Browse the repository at this point in the history
  14. Run tests on macOS 13 only (#49722)

    Release team wants engine tests running exclusively on macOS 13 in main for a while before CP'ing to beta.
    
    [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
    vashworth authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    74fcc38 View commit details
    Browse the repository at this point in the history
  15. [Impeller] Begin migrating to RenderPass command recording API. (#49480)

    Part of flutter/flutter#140804 proposes removing the Command object. This demonstrates the new API without changing the implementation, which can be done separately per backend. This also doesn't change every single callsite for reasons...
    Jonah Williams authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    cded76e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0e6e7d8 View commit details
    Browse the repository at this point in the history
  17. Add SurfaceTextureSurfaceProducer (#49653)

    Unblocks flutter/flutter#139702.
    
    The next step will be local validation that this API works for at least a few of our internal plugins (video_player, camera).
    matanlurey authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    42738dd View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    44a0a6e View commit details
    Browse the repository at this point in the history
Loading