Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Tohru Nishimura <nisimura@netbsd.org>
List: source-changes
Date: 10/19/1999 02:51:17
Module Name: syssrc
Committed By: nisimura
Date: Tue Oct 19 09:51:17 UTC 1999
Modified Files:
syssrc/sys/dev/tc: sfb.c
Log Message:
Preliminary import of 'SFB enhanced' text renderer with many caveats
to be corrected. Text drawing is now improved significantly, but;
cursor is drawn incorrectly, copycols() trashes a screen, 'standout
(\033[7m)' results in lines reversed entirely until '\033[0m', and
possibly more issues. Not multi-colour, 8bpp only this moment. Costly
write memory barrier instrunctions should be eliminated using framebuffer
address aliasing technique for NetBSD/alpha.
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 syssrc/sys/dev/tc/sfb.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.