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:           Mon Jul 29 10:55:56 UTC 2019

Modified Files:
        src/sys/dev/rasops: rasops15.c rasops32.c rasops8.c
Added Files:
        src/sys/dev/rasops: rasops_putchar_aa.h

Log Message:
Factor out putchar_aa functions into rasops_putchar_aa.h, which includes
the following fixes:

- stop using memset to framebuffer for depth 8
- correctly support non-standard positions/lengths of RGB bits in pixel


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/dev/rasops/rasops15.c
cvs rdiff -u -r1.38 -r1.39 src/sys/dev/rasops/rasops32.c
cvs rdiff -u -r1.43 -r1.44 src/sys/dev/rasops/rasops8.c
cvs rdiff -u -r0 -r1.1 src/sys/dev/rasops/rasops_putchar_aa.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