Actions
Feature #9998
closeduts: font rendering should support 16/24/32bit depths
Start date:
2018-11-21
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
Add callbacks to support more depths in font rendering. Also note, since we do not have information about colors, we can not yet add 16-bit callback into tem - it will be done later.
Testing is (can be) done in loader branch where we can switch to corresponding gfx mode in loader and confirm we can see the text output on the screen.
Updated by Electric Monk over 3 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 3e90f8d31de34a9f1efdf9484f999cca7149860d
commit 3e90f8d31de34a9f1efdf9484f999cca7149860d Author: Toomas Soome <tsoome@me.com> Date: 2018-12-03T21:53:41.000Z 9998 uts: font rendering should support 16/24/32bit depths Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Joshua M. Clulow <josh@sysmgr.org>
Actions