Module Name: src Committed By: rin Date: Thu Jul 25 15:18:54 UTC 2019
Modified Files: src/sys/dev/rasops: rasops15.c rasops24.c rasops32.c rasops8.c Added Files: src/sys/dev/rasops: rasops_putchar.h rasops_putchar_width.h Log Message: Factor out putchar and width-optimized putchar functions into rasops_putchar.h and rasops_putchar_width.h, respectively. XXX Possibly, we can do the same for putchar_aa functions. But it is currently missing for 24-bpp. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/rasops/rasops15.c cvs rdiff -u -r1.34 -r1.35 src/sys/dev/rasops/rasops24.c cvs rdiff -u -r1.36 -r1.37 src/sys/dev/rasops/rasops32.c cvs rdiff -u -r1.41 -r1.42 src/sys/dev/rasops/rasops8.c cvs rdiff -u -r0 -r1.1 src/sys/dev/rasops/rasops_putchar.h \ src/sys/dev/rasops/rasops_putchar_width.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.