Date: Fri, 17 Sep 2010 23:09:31 +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: <201009172309.o8HN9pHW080017@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkim 2010-09-17 23:09:31 UTC FreeBSD src repository Modified files: sys/dev/syscons scvgarndr.c Log: SVN rev 212806 on 2010-09-17 23:09:31Z by jkim 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. Reported by: David DEMELIER (demelier dot david at gmail dot com) Revision Changes Path 1.28 +4 -7 src/sys/dev/syscons/scvgarndr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009172309.o8HN9pHW080017>