Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CP-stable]Fix rendering corruption by Flutter and GDK sharing the same OpenGL context #53183

Commits on Jun 3, 2024

  1. Fix rendering corruption by Flutter and GDK sharing the same OpenGL c…

    …ontext (flutter#53103)
    
    Fix rendering corruption by Flutter and GDK sharing the same OpenGL
    context
    
    Solved by having three contexts - one for GDK and two for Flutter.
    
    Regression introduced in flutter#50754
    
    Fixes flutter/flutter#148653
    robert-ancell authored and GitHub Actions Bot committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    e0472d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Merge branch 'flutter-3.22-candidate.0' into cp-engine-stable-af1f20a…

    …7c40f2ba9150670dff301a08753401b7d
    robert-ancell authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    7c71df3 View commit details
    Browse the repository at this point in the history