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
Unknown Object (File)
Thu, Mar 28, 4:31 PM
Unknown Object (File)
Thu, Mar 28, 3:31 PM
Unknown Object (File)
Dec 26 2023, 1:42 AM
Unknown Object (File)
Dec 21 2023, 10:53 PM
Unknown Object (File)
Nov 30 2023, 7:00 AM
Unknown Object (File)
Sep 29 2023, 7:39 PM
Unknown Object (File)
Aug 28 2023, 8:16 PM
Unknown Object (File)
Aug 9 2023, 12:55 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.