-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listflutter-gputeam-engineOwned by Engine teamOwned by Engine teamtriaged-engineTriaged by Engine teamTriaged by Engine team
Description
To view progress on Flutter GPU, see this dashboard!
This is an umbrella bug that links to all other issues required for a Flutter GPU MVP.
MVP means: With a production Impeller backend enabled, users can...
- import from
package:flutter_gpu, shipped as a built-in Flutter SDK package - import shader bundles defined in
pubspec.yaml - explicitly allocate textures (or other surface derivative, like swapchains)
- import shader bundle assets and use them to form pipelines
- schedule the execution of render passes against those texture(s)
- instruct Flutter to composite those textures into the 2D Flutter scene
cbenhagen, chyiiiiiiiiiiii, ehsanonline, xvrh, parlough and 8 moreparlough, davidhicks980 and kaljitism
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listflutter-gputeam-engineOwned by Engine teamOwned by Engine teamtriaged-engineTriaged by Engine teamTriaged by Engine team
Type
Projects
Status
✅ Done