Batch text of the same color in each glyph run #9047

Open
opened 2026-01-31 01:44:37 +00:00 by claunia · 0 comments
Owner

Originally created by @miniksa on GitHub (Jun 15, 2020).

This is a perf issue for things like cacafire where colors switch a bunch. We could batch the colors of text together for DrawGlyphRun and have fewer draw commands (and flushes) inside the lock.

Originally created by @miniksa on GitHub (Jun 15, 2020). This is a perf issue for things like `cacafire` where colors switch a bunch. We could batch the colors of text together for DrawGlyphRun and have fewer draw commands (and flushes) inside the lock.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#9047