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

[Flutter GPU] Shader bundle improvements: Uniform structs & member offset reflection, GLES metadata, separate from runtime stage. #49485

Merged
merged 4 commits into from
Jan 8, 2024

Commits on Jan 7, 2024

  1. [Flutter GPU] Pack multiple backends in shader bundles.

    Add ShaderBundleData
    
    Pack struct and member fields into the shader bundle flatbuffer
    
    Unpack new shader bundle
    
    Wire up new uniforms
    bdero committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    6eeaab2 View commit details
    Browse the repository at this point in the history
  2. Fix null access crash

    bdero committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    81f3c61 View commit details
    Browse the repository at this point in the history
  3. static casts

    bdero committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    4bce08b View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. win doze

    bdero committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    94e6194 View commit details
    Browse the repository at this point in the history