This repository was archived by the owner on Feb 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6k
[Impeller] use blit pass to resize decoded images. #54606
Merged
auto-submit
merged 28 commits into
flutter:main
from
jonahwilliams:fix_image_upload_1232
Aug 21, 2024
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
ca965f2
[Impeller] use blit pass to resize image.
jonahwilliams abf3b66
test fixes.
jonahwilliams 9046147
++
jonahwilliams a2b6b72
++
jonahwilliams 6d853d0
compile fixes.
jonahwilliams 407eca8
++
jonahwilliams 29ff35d
++
jonahwilliams 4522d3d
image adjustments.
jonahwilliams 3163ced
++
jonahwilliams 2091507
++
jonahwilliams df0bd0a
++
jonahwilliams baec160
Update image_decoder_unittests.cc
jonahwilliams 63930c0
++
jonahwilliams c90fec8
++
jonahwilliams 003f13a
++
jonahwilliams f6d5340
flush in test.
jonahwilliams b0712bd
++
jonahwilliams d039650
use cmd blit image when resizing.
jonahwilliams f02dde4
fix dst size.
jonahwilliams 42bf31e
++
jonahwilliams f4b0f3b
Merge branch 'main' of github.com:flutter/engine into fix_image_uploa…
jonahwilliams 4d4b83c
use MPS shader to resize on iOS.
jonahwilliams 869a9dc
++
jonahwilliams 7905136
separate resize command.
jonahwilliams e6f1ec6
no mips on iOS.
jonahwilliams 1156b20
add shader write usage.
jonahwilliams 6f1ed78
++
jonahwilliams 855aad1
Update blit_command_gles.cc
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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Perform null checks here or wrap a null ptr in a do-nothing fml::closure in
StoreTaskForCPU
perhaps?