Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/rasops
Module Name: src
Committed By: rin
Date: Fri Aug 2 04:39:09 UTC 2019
Modified Files:
src/sys/dev/rasops: rasops1.c rasops2.c rasops24.c rasops4.c
rasops_bitops.h
Log Message:
Add general putchar functions for 2 and 4bpp.
Note that 1bpp continues to use its local version in rasops1.c,
which is much faster and simpler.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/dev/rasops/rasops1.c
cvs rdiff -u -r1.28 -r1.29 src/sys/dev/rasops/rasops2.c
cvs rdiff -u -r1.43 -r1.44 src/sys/dev/rasops/rasops24.c
cvs rdiff -u -r1.23 -r1.24 src/sys/dev/rasops/rasops4.c
cvs rdiff -u -r1.22 -r1.23 src/sys/dev/rasops/rasops_bitops.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index