Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

[Impeller] Pack 👏 the 👏 atlas 👏 #38024

Merged
merged 3 commits into from
Dec 2, 2022
Merged

Conversation

bdero
Copy link
Member

@bdero bdero commented Dec 2, 2022

...with individual glyph bounds.

Before:
1024 x 1024
Screen Shot 2022-12-01 at 7 24 08 PM

After:
512 x 512
Screen Shot 2022-12-01 at 7 21 06 PM

@bdero bdero self-assigned this Dec 2, 2022
@jonahwilliams
Copy link
Member

man I wish Github had gifs like discord and gchat so I could post a funny meme on this

Copy link
Member

@jonahwilliams jonahwilliams left a comment

Choose a reason for hiding this comment

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

LGTM

@bdero bdero merged commit b5242cc into flutter:main Dec 2, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 2, 2022
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Dec 2, 2022
…116426)

* 6c4dd8555 Roll Skia from b273c4c744be to 355045d108f0 (10 revisions) (flutter/engine#38021)

* 87e74118d Roll Skia from 355045d108f0 to e4273a995436 (1 revision) (flutter/engine#38023)

* b5242ccfb [Impeller] Pack 👏 the 👏 atlas 👏 (flutter/engine#38024)

* 1f94931c0 Roll Skia from e4273a995436 to c6a481bef3fb (1 revision) (flutter/engine#38025)

* fbe067645 Roll Skia from c6a481bef3fb to 5e687e4aced6 (1 revision) (flutter/engine#38027)

* df7ea39a7 Roll Skia from 5e687e4aced6 to c432cb7480b5 (1 revision) (flutter/engine#38029)

* 8e0747cc3 Roll Fuchsia Mac SDK from hODX8Qi_7J5kwKp4S... to aHgLxcRDjOQNKL7zH... (flutter/engine#38031)
@bdero
Copy link
Member Author

bdero commented Dec 3, 2022

I expect this to be mostly a GPU improvement for cases like:

  • Large text (like in Wondrous), which tends to have extreme glyph spacing.
  • Any screen with high text density. Most fonts seem to have quite a large min/max X boundary range (like 4-6x the width of most glyphs), making the step that samples from the atlas, well, 4-6x more fragment load on the GPU -- epic tons of overdraw rendering nothing.

zanderso pushed a commit to zanderso/engine that referenced this pull request Dec 5, 2022
itsjustkevin pushed a commit that referenced this pull request Dec 5, 2022
mit-mit pushed a commit to mit-mit/flutter that referenced this pull request Dec 6, 2022
…lutter#116426)

* 6c4dd8555 Roll Skia from b273c4c744be to 355045d108f0 (10 revisions) (flutter/engine#38021)

* 87e74118d Roll Skia from 355045d108f0 to e4273a995436 (1 revision) (flutter/engine#38023)

* b5242ccfb [Impeller] Pack 👏 the 👏 atlas 👏 (flutter/engine#38024)

* 1f94931c0 Roll Skia from e4273a995436 to c6a481bef3fb (1 revision) (flutter/engine#38025)

* fbe067645 Roll Skia from c6a481bef3fb to 5e687e4aced6 (1 revision) (flutter/engine#38027)

* df7ea39a7 Roll Skia from 5e687e4aced6 to c432cb7480b5 (1 revision) (flutter/engine#38029)

* 8e0747cc3 Roll Fuchsia Mac SDK from hODX8Qi_7J5kwKp4S... to aHgLxcRDjOQNKL7zH... (flutter/engine#38031)
shogohida pushed a commit to shogohida/flutter that referenced this pull request Dec 7, 2022
…lutter#116426)

* 6c4dd8555 Roll Skia from b273c4c744be to 355045d108f0 (10 revisions) (flutter/engine#38021)

* 87e74118d Roll Skia from 355045d108f0 to e4273a995436 (1 revision) (flutter/engine#38023)

* b5242ccfb [Impeller] Pack 👏 the 👏 atlas 👏 (flutter/engine#38024)

* 1f94931c0 Roll Skia from e4273a995436 to c6a481bef3fb (1 revision) (flutter/engine#38025)

* fbe067645 Roll Skia from c6a481bef3fb to 5e687e4aced6 (1 revision) (flutter/engine#38027)

* df7ea39a7 Roll Skia from 5e687e4aced6 to c432cb7480b5 (1 revision) (flutter/engine#38029)

* 8e0747cc3 Roll Fuchsia Mac SDK from hODX8Qi_7J5kwKp4S... to aHgLxcRDjOQNKL7zH... (flutter/engine#38031)
gspencergoog pushed a commit to gspencergoog/flutter that referenced this pull request Jan 19, 2023
…lutter#116426)

* 6c4dd8555 Roll Skia from b273c4c744be to 355045d108f0 (10 revisions) (flutter/engine#38021)

* 87e74118d Roll Skia from 355045d108f0 to e4273a995436 (1 revision) (flutter/engine#38023)

* b5242ccfb [Impeller] Pack 👏 the 👏 atlas 👏 (flutter/engine#38024)

* 1f94931c0 Roll Skia from e4273a995436 to c6a481bef3fb (1 revision) (flutter/engine#38025)

* fbe067645 Roll Skia from c6a481bef3fb to 5e687e4aced6 (1 revision) (flutter/engine#38027)

* df7ea39a7 Roll Skia from 5e687e4aced6 to c432cb7480b5 (1 revision) (flutter/engine#38029)

* 8e0747cc3 Roll Fuchsia Mac SDK from hODX8Qi_7J5kwKp4S... to aHgLxcRDjOQNKL7zH... (flutter/engine#38031)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants