Skip to content
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] Remove references to moved impeller/image from README. #50513

Merged
merged 1 commit into from
Feb 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions impeller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,6 @@ states of completion:
* **`//impeller/base`**: Contains C++ utilities that are used throughout the
Impeller family of frameworks. Ideally, these should go in `//flutter/fml` but
their use is probably not widespread enough to at this time.
* **`//impeller/image`**: The Impeller renderer works with textures whose memory
is resident in device memory. However, pending the migration of
`//flutter/display_list` to graphics package agnosticism and the subsequent
migration of the image decoders to work with the package agnostic types, there
needs to be a way for tests and such to decode compressed image data. This
sub-framework provides that functionality. This sub-framework is slated for
removal and must not be used outside of tests.
* **`//fixtures`**: Contains test fixtures used by the various test harnesses.
This depends on `//flutter/testing`.
* **`//impeller/tools`**: Contains all GN rules and python scripts for working
Expand Down