Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/wsfb



Module Name:    src
Committed By:   macallan
Date:           Wed Jan 27 22:42:53 UTC 2021

Modified Files:
        src/sys/dev/wsfb: files.wsfb genfb.c genfbvar.h

Log Message:
add optional glyph cache for genfb
enable with options GENFB_GLYPHCACHE=n
with n being the desired size of the cache in MB. Should be enough to cache
at least 900 glyphs in whatever video mode used in order to be effective
in 32bit per pixel that's about 1MB


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/wsfb/files.wsfb
cvs rdiff -u -r1.80 -r1.81 src/sys/dev/wsfb/genfb.c
cvs rdiff -u -r1.25 -r1.26 src/sys/dev/wsfb/genfbvar.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