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

Commits on Apr 1, 2024

  1. [Impeller] Avoid loading redundant Vulkan extensions. (#51818)

    All dependencies of VK_ANDROID_external_memory_android_hardware_buffer were enabled earlier. But I didn't realize that those extensions became core in Vulkan 1.1. There is no need to load them unnecessarily. It just makes the extensions requirements look more complicated than they are.
    
    Just deletes code. No change in functionality.
    chinmaygarde authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    6d4d546 View commit details
    Browse the repository at this point in the history
  2. Remove testing/android_background_image which does not run/exist on…

    … CI. (#51815)
    
    I am guessing this just either served it's purpose (flutter/flutter#26654, flutter/flutter#26728) or didn't and was never followed up. I can't find any examples of it running on CI - I suspect if we want a test like this, we're better off just adding it to `scenario_app` versus creating more 1-off Android integration test environments.
    matanlurey authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    357876e View commit details
    Browse the repository at this point in the history
  3. [Impeller] Add a TextureGLES API for wrapping a framebuffer and use i…

    …t to implement OpenGL FBO targets in the embedder library (#51269)
    
    The Linux embedder is rendering to a FlutterOpenGLFramebuffer that specifies an OpenGL FBO.  This API allows the embedder to create a color attachment that wraps the FBO so that the render pass will bind to that FBO during encoding.
    jason-simmons authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    ea93c5d View commit details
    Browse the repository at this point in the history
Loading