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: 198b0051a5a2
Choose a base ref
...
head repository: flutter/engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 33fccf564973
Choose a head ref
  • 1 commit
  • 8 files changed
  • 2 contributors

Commits on Aug 15, 2022

  1. GLFW example with dirty region management (#35057)

    * Update the GLFW example callbacks.
    
    * Update the dart example.
    
    * Update CMakeLists
    
    * Update library dependencies in the BUILD file.
    
    * Documenting.
    
    * Formatting.
    
    * Update the callback name.
    
    * Move glfw_drm example to a new folder.
    
    * Create new example folder for drm_embedder.
    
    * Add the flutter spinkit dependency
    
    * Update BUILD files.
    
    * Do not compile glfw_drm example if running it on mac.
    
    * Update the executable name for the glfw_drm example.
    
    * Avoid looking for the surface and display every time since they are always the same.
    
    * Formatting.
    
    * GN formatting.
    
    * Update the way the user malloc's the existing damage
    
    * Update comment
    
    * Update example and add gitignore.
    
    Co-authored-by: Bernardo Eilert Trevisan <[email protected]>
    betrevisan and Bernardo Eilert Trevisan authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    33fccf5 View commit details
    Browse the repository at this point in the history
Loading