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
F106137110: D789.diff
Thu, Dec 26, 12:29 AM
Unknown Object (File)
Thu, Nov 28, 1:08 PM
Unknown Object (File)
Oct 27 2024, 3:33 AM
Unknown Object (File)
Oct 27 2024, 3:33 AM
Unknown Object (File)
Oct 27 2024, 3:32 AM
Unknown Object (File)
Sep 24 2024, 3:49 AM
Unknown Object (File)
Sep 20 2024, 10:13 AM
Unknown Object (File)
Sep 19 2024, 7:30 PM
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.