Skip to content

Linux glyph gamma correction#187122

Merged
auto-submit[bot] merged 9 commits into
flutter:masterfrom
gaaclarke:glyph-gamma-correction
May 28, 2026
Merged

Linux glyph gamma correction#187122
auto-submit[bot] merged 9 commits into
flutter:masterfrom
gaaclarke:glyph-gamma-correction

Conversation

@gaaclarke

@gaaclarke gaaclarke commented May 26, 2026

Copy link
Copy Markdown
Member

fixes: #186975

Impeller renders in the linear space, whereas the glyphs coming from freetype are assuming gamma space. This resulted in light text looking washed out but dark text looking fine.

This PR introduces a gamma correction that boost's the gamma of a color based on it's luminance, so black colors look the same, but light colors get boosted to the tune of 2.2, which is the gamma value for sRGB.

images

(These are screenshots taking over chrome remote desktop, thus some compression artifacts)

before

before

after

after

Pre-launch Checklist

If you need help, consider asking for advice on the #hackers-new channel on Discord.

If this change needs to override an active code freeze, provide a comment explaining why. The code freeze workflow can be overridden by code reviewers. See pinned issues for any active code freezes with guidance.

Note: The Flutter team is currently trialing the use of Gemini Code Assist for GitHub. Comments from the gemini-code-assist bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed.

@flutter-dashboard flutter-dashboard Bot added the CICD Run CI/CD label May 26, 2026
@github-actions github-actions Bot added a: text input Entering text in a text field or keyboard related problems engine flutter/engine related. See also e: labels. e: impeller Impeller rendering backend issues and features requests labels May 26, 2026
@github-actions github-actions Bot removed the CICD Run CI/CD label May 27, 2026
@flutter-dashboard flutter-dashboard Bot added the CICD Run CI/CD label May 27, 2026
@gaaclarke gaaclarke changed the title Glyph gamma correction Linux glyph gamma correction May 27, 2026
@gaaclarke gaaclarke marked this pull request as ready for review May 27, 2026 17:25

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request introduces gamma/contrast correction for text rendering on Linux platforms within Impeller. It calculates a contrast factor based on the text color's relative luminance in text_contents.cc and applies it in the glyph_atlas.frag shader to adjust glyph coverage. The Mali offline compiler metrics have been updated to reflect the shader changes. Feedback suggests optimizing the shader by removing a redundant clamp call on the coverage value, as it is already guaranteed to be within the [0.0, 1.0] range.

Comment thread engine/src/flutter/impeller/entity/shaders/glyph_atlas.frag Outdated
@github-actions github-actions Bot removed the CICD Run CI/CD label May 27, 2026
@flutter-dashboard

This comment was marked as outdated.

@gaaclarke gaaclarke added the CICD Run CI/CD label May 27, 2026
@flutter-dashboard

Copy link
Copy Markdown

Golden file changes have been found for this pull request. Click here to view and triage (e.g. because this is an intentional change).

If you are still iterating on this change and are not ready to resolve the images on the Flutter Gold dashboard, consider marking this PR as a draft pull request above. You will still be able to view image results on the dashboard, commenting will be silenced, and the check will not try to resolve itself until marked ready for review.

For more guidance, visit Writing a golden file test for package:flutter.

Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing.

Changes reported for pull request #187122 at sha e735ca1

@flutter-dashboard flutter-dashboard Bot added the will affect goldens Changes to golden files label May 27, 2026
@github-actions github-actions Bot removed the CICD Run CI/CD label May 27, 2026
@gaaclarke gaaclarke added the CICD Run CI/CD label May 27, 2026
@gaaclarke gaaclarke requested review from b-luk and jason-simmons May 27, 2026 20:50
@gaaclarke

Copy link
Copy Markdown
Member Author

(b-luk is ooo but I'd like this to be on his radar since he looked into similar issues on macos)

Comment thread engine/src/flutter/impeller/entity/contents/text_contents.h Outdated
@github-actions github-actions Bot removed the CICD Run CI/CD label May 27, 2026
@gaaclarke gaaclarke added the CICD Run CI/CD label May 27, 2026
@gaaclarke gaaclarke requested a review from jason-simmons May 27, 2026 23:19
@gaaclarke gaaclarke added the autosubmit Merge PR when tree becomes green via auto submit App label May 27, 2026
@auto-submit auto-submit Bot added this pull request to the merge queue May 28, 2026
Merged via the queue into flutter:master with commit e70534d May 28, 2026
206 checks passed
@flutter-dashboard flutter-dashboard Bot removed the autosubmit Merge PR when tree becomes green via auto submit App label May 28, 2026
auto-submit Bot pushed a commit to flutter/packages that referenced this pull request May 28, 2026
flutter/flutter@c8f2f16...e70534d

2026-05-28 [email protected] Linux glyph gamma correction (flutter/flutter#187122)
2026-05-28 [email protected] [iOS] Eliminate strong retain cycle from VSyncClient (flutter/flutter#187164)
2026-05-28 [email protected] Revert "[pubspec] Bump Dart SDK constraint to ^3.13.0 (#186957)" (flutter/flutter#187209)
2026-05-28 [email protected] Roll Skia from f1b8ba877c07 to 32acea791248 (3 revisions) (flutter/flutter#187220)
2026-05-27 [email protected] Roll Fuchsia Linux SDK from k9EizfEGJO4WwQN9-... to SBpmmPxqx3lAvGojE... (flutter/flutter#187211)
2026-05-27 [email protected] [Impeller] Add block-compressed texture format support (BC, ETC2, ASTC) (flutter/flutter#187077)
2026-05-27 [email protected] Disable analyzer (flutter/flutter#187205)
2026-05-27 [email protected] [Flutter GPU] Add explicit draw counts (reland) (flutter/flutter#187192)
2026-05-27 [email protected] [Flutter GPU] Inject per-backend defines into shader bundle compilation (flutter/flutter#187081)
2026-05-27 [email protected] Roll Skia from fa944af10f91 to f1b8ba877c07 (13 revisions) (flutter/flutter#187194)
2026-05-27 [email protected] Fixes bug when changing accessibilityFocusBlockType doesn't update ch… (flutter/flutter#186596)
2026-05-27 [email protected] Roll pub packages (flutter/flutter#187191)
2026-05-27 [email protected] [web, tool] Support recompiling shaders and unify asset processing (2nd try) (flutter/flutter#186902)
2026-05-27 [email protected] Fix crash if FlView is destroyed during a draw. (flutter/flutter#186848)
2026-05-27 [email protected] Roll Packages from fc795e5 to 4b424d7 (4 revisions) (flutter/flutter#187174)
2026-05-27 [email protected] Stop prefetching Swift packages in pub get (flutter/flutter#187113)
2026-05-27 [email protected] Update CI with newer android sdk package (flutter/flutter#187143)
2026-05-27 [email protected] Add a tag to the Linux platform properties in .ci.yaml that specifies x64 CPUs (flutter/flutter#187124)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-packages
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.

To file a bug in Packages: 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

a: text input Entering text in a text field or keyboard related problems CICD Run CI/CD e: impeller Impeller rendering backend issues and features requests engine flutter/engine related. See also e: labels. will affect goldens Changes to golden files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[linux]: Impeller text is whispy

2 participants