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

GPU thread --> raster thread #3836

Merged
merged 1 commit into from Mar 24, 2020
Merged

Conversation

filiph
Copy link
Contributor

@filiph filiph commented Mar 23, 2020

This implements the “transition period” phase of the change proposed in flutter/flutter#29443 (comment).

This implements the “transition period” phase of the change proposed in flutter/flutter#29443 (comment).
@filiph filiph requested a review from sfshaza2 March 23, 2020 18:55
@googlebot googlebot added the cla: yes Contributor has signed the Contributor License Agreement label Mar 23, 2020
@filiph filiph requested a review from liyuqian March 23, 2020 19:38
Copy link
Contributor

@sfshaza2 sfshaza2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A trivial nit, otherwise LGTM

@@ -35,7 +35,7 @@ This chart is populated with individual frames as they are rendered
in your application. Each bar in the chart represents a frame.
The bars are color-coded to highlight the different portions of
work that occur when rendering a Flutter frame: work from the UI
thread and work from the GPU thread.
thread and work from the raster thread (previously known as GPU thread).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as GPU thread => as the GPU thread

@sfshaza2
Copy link
Contributor

(But let's wait for @liyuqian to review.)

Copy link
Contributor

@liyuqian liyuqian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. This also reveals that we need to rename some GPU in the DevTools too. CC @kenzieschmoll (also CC'ed in the planning Google doc).

@sfshaza2 sfshaza2 merged commit 155ee7a into flutter:master Mar 24, 2020
@filiph filiph deleted the raster-thread-rename branch March 24, 2020 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Contributor has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants