Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Ignatios Souvatzis <is@netbsd.org>
List: source-changes
Date: 06/21/2000 14:28:43
Module Name:	syssrc
Committed By:	is
Date:		Wed Jun 21 21:28:42 UTC 2000

Modified Files:
	syssrc/sys/arch/amiga/dev: ite_cc.c

Log Message:
- auto-USE_C_BFOPS when !defined(__m68k__)
- for bold characters, only blit the leftmost ftwidth pixels per character
  cell row. The rightmost row which used to be printed would have been
  overwritten formerly by the next character on sequential output, so no
  visible change will result most of the time.
  This fixes two problems:
  * USE_C_BFOPS (which only works for 8 pixel wide fonts) blits the same
    for bold characters now... it used to print the rightmost 8 pixel columns
    of the bold-smeared characters
  * we no longer need a reserved 1 pixel column at the right end of the screen.
    That is, a 640x400 screen will hold 80x50 charactes with the 8x8 font.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 syssrc/sys/arch/amiga/dev/ite_cc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.