Date: Wed, 22 Sep 2010 22:16:48 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/syscons scvgarndr.c Message-ID: <201009222217.o8MMHB2U078385@repoman.freebsd.org>
index | next in thread | raw e-mail
jkim 2010-09-22 22:16:48 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/dev/syscons scvgarndr.c
Log:
SVN rev 213040 on 2010-09-22 22:16:48Z by jkim
MFC: r212806
Rework r210248. Although it fixed most of problems, it did not fix one
particular edge case where X-axis resolution is not multiple of font width.
Now we just advance enough scan lines, then deduct a partial scan line.
It is more intuitive than the previous code. Apply the same wisdom to EGA
and VGA planar renderers for consistency.
Revision Changes Path
1.22.2.5 +4 -7 src/sys/dev/syscons/scvgarndr.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009222217.o8MMHB2U078385>
