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] Add Impeller Metal support in the embedder API #42411
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
a356b2c
[Impeller] Support Impeller in the Metal embedder API
bdero 3475eaf
Embedder platform view progress
bdero c9bcbe2
Render target wrapping
bdero d631207
Add texture-only path
bdero 3a9d4a5
It's alive!
bdero fc9fd89
Derp
bdero 2167ade
Deps
bdero 84c2343
Address comments
bdero 9499a12
Build...
bdero 367a71e
Build shaders for fuchsia
bdero ba6188a
Add iOS version check again
bdero 0cd0373
Add fuchsia to vulkan backend build check
bdero 36fc4ae
Revert "Add fuchsia to vulkan backend build check"
bdero 6fa7e42
Revert "Build shaders for fuchsia"
bdero 67633cf
Forward declare instead
bdero 8a53fc8
Metal macro
bdero bd56675
Metal
bdero 6cab1eb
Fix flow impeller include
bdero cba3f6a
More build fixes
bdero cbdea4d
Build fixes
bdero 679b888
More build fixes
bdero 37597b7
Dyn dispatch for EmbedderRenderTarget
bdero 76833bd
Fix includes
bdero e8b47f2
Build fixes
bdero fe76983
Make GN understand defines?
bdero f792fb8
Make GN happy 2
bdero 05d19c7
Fuchsia
bdero e03bbc8
Fuchsia
bdero 1e4be50
Fuchsia
bdero 4b9b822
Fuchsia
bdero e7613ef
Fuchsia
bdero 14870a2
Fuchsia
bdero 52964f6
Fuchsia
bdero 248415c
Lint
bdero 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
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.
Ooh, that's a bit unfortunate. But we can clean this up later.