-
Notifications
You must be signed in to change notification settings - Fork 6k
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
[Impeller] separate algorithm for computing render target size. #54604
Merged
auto-submit
merged 38 commits into
flutter:main
from
jonahwilliams:render_target_sizing
Aug 31, 2024
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
9d59af1
[Impeller] separate algorithm for computing render target size.
jonahwilliams a935594
++
jonahwilliams 7aa3a48
Update save_layer_utils_unittests.cc
jonahwilliams 54cea5a
nolint.
jonahwilliams e6e56d8
oh boy here we go.
jonahwilliams 98a5d68
cleanups.
jonahwilliams 81ccaa0
remove print.
jonahwilliams 55a6a50
Update save_layer_utils_unittests.cc
jonahwilliams 3591395
dont overwrite save layer bounds.
jonahwilliams a8f0e2c
Merge branch 'render_target_sizing' of github.com:jonahwilliams/engin…
jonahwilliams 1c55cf5
++
jonahwilliams a6f5f21
Update dl_dispatcher.cc
jonahwilliams a646c1b
++
jonahwilliams 8daf291
Merge branch 'main' of github.com:flutter/engine into render_target_s…
jonahwilliams 199a846
++
jonahwilliams b2eb6b9
++
jonahwilliams d347783
++
jonahwilliams 24442e0
flood clip.
jonahwilliams 78b7f60
add flood clip.
jonahwilliams 2a4ac2d
++
jonahwilliams 3eff88b
++
jonahwilliams 04b5be5
Update entity_pass.cc
jonahwilliams 086abb8
Update entity_pass.h
jonahwilliams 4a5f30b
++
jonahwilliams fa3afcc
Merge branch 'render_target_sizing' of github.com:jonahwilliams/engin…
jonahwilliams 4e7a707
partial review feedback.
jonahwilliams e0105d7
more adjustments.
jonahwilliams e8f34ac
oops
jonahwilliams 8a3d1ef
Merge branch 'main' into render_target_sizing
jonahwilliams 24ef59a
Merge branch 'main' into render_target_sizing
jonahwilliams 0cae7a8
flar review.
jonahwilliams ae57e62
Merge branch 'main' of github.com:flutter/engine into render_target_s…
jonahwilliams bc2276e
no bds from caller.
jonahwilliams b3ab833
update comment.
jonahwilliams 334e5e9
++
jonahwilliams 82a6621
++
jonahwilliams 5011b3c
++
jonahwilliams 008b6f9
++
jonahwilliams File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Should this also examine the paint.color_filter?
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.
We don't know that bit currently, but we will eventually: flutter/flutter#154035
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.
(once we delete impeller::ColorFilter)