Page MenuHomeFreeBSD

vt(4): Use vt_fb_drawrect() and vt_fb_setpixel() in all vt_fb-derivative
ClosedPublic

Authored by dumbbell on Sep 16 2014, 5:47 PM.
Tags
None
Referenced Files
F153498124: D789.diff
Tue, Apr 21, 11:42 AM
Unknown Object (File)
Sun, Apr 12, 6:01 AM
Unknown Object (File)
Sun, Apr 5, 9:27 PM
Unknown Object (File)
Sun, Apr 5, 5:48 AM
Unknown Object (File)
Mar 19 2026, 9:18 AM
Unknown Object (File)
Mar 9 2026, 7:24 AM
Unknown Object (File)
Feb 28 2026, 8:46 AM
Unknown Object (File)
Jan 4 2026, 10:08 AM
Subscribers
None

Details

Summary

Without this, one could see margins in an unexpected color when using a screen and/or a font with a non-multiple-of-8 width.

This was reported by bz@, but he didn't had time to test it yet. This is only compile-tested, as I have no use of the affected backends, though, I believe this is ok.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

dumbbell retitled this revision from to vt(4): Use vt_fb_drawrect() and vt_fb_setpixel() in all vt_fb-derivative.
dumbbell updated this object.
dumbbell edited the test plan for this revision. (Show Details)
dumbbell added reviewers: emaste, ray, nwhitehorn.
nwhitehorn edited edge metadata.

Looks good!

This revision is now accepted and ready to land.Sep 16 2014, 5:56 PM

Thank you!

Committed in r271684.