Skip to content

[CP][Impeller] adjust coverage origin when rounding out SaveLayer bounds (#161838) - #162189

Merged
auto-submit[bot] merged 1 commit into
flutter:flutter-3.29-candidate.0from
jonahwilliams:cp_3
Jan 29, 2025
Merged

[CP][Impeller] adjust coverage origin when rounding out SaveLayer bounds (#161838)#162189
auto-submit[bot] merged 1 commit into
flutter:flutter-3.29-candidate.0from
jonahwilliams:cp_3

Conversation

@jonahwilliams

Copy link
Copy Markdown
Contributor

Fixes#161374

When we round out the texture size for a saveLayer, also round out the coverage so that the drawing origin is correct. Otherwise we may actually cut off the top left edge of rendering.

…flutter#161838)
Fixesflutter#161374
When we round out the texture size for a saveLayer, also round out the
coverage so that the drawing origin is correct. Otherwise we may
actually cut off the top left edge of rendering.
---------
Co-authored-by: gaaclarke <30870216+gaaclarke@users.noreply.github.com>
@github-actionsgithub-actionsBot added engine flutter/engine related. See also e: labels. e: impeller Impeller rendering backend issues and features requests labels Jan 24, 2025
@reidbakerreidbaker added the cp: beta cherry pick this pull request to beta release candidate branch label Jan 28, 2025
@reidbakerreidbaker added the autosubmit Merge PR when tree becomes green via auto submit App label Jan 29, 2025
@auto-submit
auto-submitBot merged commit e77a96d into flutter:flutter-3.29-candidate.0Jan 29, 2025
@reidbakerreidbaker mentioned this pull request Jan 30, 2025
9 tasks
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Feb 12, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Feb 13, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Feb 13, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Mar 6, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Mar 7, 2025
@reidbakerreidbaker mentioned this pull request Apr 4, 2025
9 tasks
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autosubmitMerge PR when tree becomes green via auto submit Appcp: betacherry pick this pull request to beta release candidate branche: impellerImpeller rendering backend issues and features requestsengineflutter/engine related. See also e: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@jonahwilliams@reidbaker@jtmcdole