-
Notifications
You must be signed in to change notification settings - Fork 29.7k
[CP] Fixes for Impeller DrawVertices issues involving snapshots with empty sizes #163261
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] Fixes for Impeller DrawVertices issues involving snapshots with empty sizes #163261
Conversation
…empty sizes See flutter#162969 Includes flutter#163099 and flutter#163177
Impacted UsersImpeller users calling the Canvas DrawVertices API in some cases. Impact DescriptionDrawVertices will crash when using some kinds of shaders. WorkaroundNone RiskLow Test CoverageIncludes unit tests Validation StepsRun the example app in #162969 and check that the crash does not occur. |
jonahwilliams
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
cc @zanderso
|
CP lgtm |
jonahwilliams
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I forgot that we also need to update changelog for stable channel cherry picks.
|
Added a change log entry. |
|
autosubmit label was removed for flutter/flutter/163261, because - The status or check suite Mac clangd has failed. Please fix the issues identified (or deflake) before re-applying this label. |
|
autosubmit label was removed for flutter/flutter/163261, because - The status or check suite Mac mac_unopt has failed. Please fix the issues identified (or deflake) before re-applying this label. |
|
The presubmits were fixed in #164050. Pushing a merge commit to see if this PR will pass now. |
836b6fd
into
flutter:flutter-3.29-candidate.0
…hots with empty sizes (flutter/flutter#163261)
…hots with empty sizes (flutter/flutter#163261)
…empty sizes (flutter#163261) See flutter#162969 Includes flutter#163099 and flutter#163177
See #162969
Includes #163099 and #163177