-
Notifications
You must be signed in to change notification settings - Fork 6k
[Impeller] Add a note about Graphite to the FAQ. #54623
Conversation
Action item from go/impeller-faq-followups.
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.
LGTM
impeller/docs/faq.md
Outdated
Improvements are being made in Graphite to allow for easier pre-compilation of | ||
shaders at startup time. But, since it is still aims to support Skia’s general | ||
2D API and has the same spec. requirements, the inherent issues that make full | ||
offline shader compilation possible still exist. |
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.
This needs some wordsmithing. E.g. around "But, since it is still aims ..."
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.
You're right. That sentence was a mess. I reworded it. Another look?
impeller/docs/faq.md
Outdated
(e.g Metal, Vulkan, Dawn). It aims to reduce the CPU cost of recording commands | ||
while taking advantage of newer GPU features. | ||
|
||
Improvements are being made in Graphite to allow for easier pre-compilation of |
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.
this paragraph would get out of date, right?
Perhaps a phrasing here is "One of the goals of Graphite is to allow for easier pre-compilation of shaders at startup time." ? WDYT?
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.
Done. PTAL.
impeller/docs/faq.md
Outdated
same spec. requirements. The design decisions made to support those requirements | ||
make offline shader compilation impossible. | ||
|
||
Right now, Flutter has no plans to use Graphite. However, we, the Flutter team, |
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.
"As of August 2024, Flutter has ..."
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.
Done.
LGTM with small tweak. Thank you! |
…153733) flutter/engine@9d7e3a6...7dd71ff 2024-08-19 kevmoo@users.noreply.github.com web_ui: bump min Dart SDK to 3.6.0-0 (flutter/engine#54626) 2024-08-19 chinmaygarde@google.com [Impeller] Add a note about Graphite to the FAQ. (flutter/engine#54623) 2024-08-19 jacksongardner@google.com [skwasm] Fix skwasm clip coverage algorithm. (flutter/engine#54572) 2024-08-19 skia-flutter-autoroll@skia.org Roll Skia from 318b7958f748 to b6224c9e6611 (2 revisions) (flutter/engine#54625) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC rmistry@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
…lutter#153733) flutter/engine@9d7e3a6...7dd71ff 2024-08-19 kevmoo@users.noreply.github.com web_ui: bump min Dart SDK to 3.6.0-0 (flutter/engine#54626) 2024-08-19 chinmaygarde@google.com [Impeller] Add a note about Graphite to the FAQ. (flutter/engine#54623) 2024-08-19 jacksongardner@google.com [skwasm] Fix skwasm clip coverage algorithm. (flutter/engine#54572) 2024-08-19 skia-flutter-autoroll@skia.org Roll Skia from 318b7958f748 to b6224c9e6611 (2 revisions) (flutter/engine#54625) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC rmistry@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Action item from go/impeller-faq-followups.