1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00
freebsd/lib/libvgl
Nicolas Souchu 933d455fac Add Truecolor 16 and 32bits support. Note that 24bits modes are not
supported since it's not easy to put 3 bytes accross 64Kb windows
of memory. This should not be such a problem with linear framebuffers.

There is no major interface modification except that the color type
becomes u_long instead of byte. So one just need to recompile his
application.

Approved by:	Soren Schmidt <sos@freebsd.dk>
2001-01-13 11:30:17 +00:00
..
bitmap.c Add Truecolor 16 and 32bits support. Note that 24bits modes are not 2001-01-13 11:30:17 +00:00
keyboard.c Initiate deorbit burn sequence for <machine/console.h>. 2000-10-08 21:34:00 +00:00
main.c Add Truecolor 16 and 32bits support. Note that 24bits modes are not 2001-01-13 11:30:17 +00:00
Makefile
mouse.c Initiate deorbit burn sequence for <machine/console.h>. 2000-10-08 21:34:00 +00:00
simple.c Add Truecolor 16 and 32bits support. Note that 24bits modes are not 2001-01-13 11:30:17 +00:00
text.c Initiate deorbit burn sequence for <machine/console.h>. 2000-10-08 21:34:00 +00:00
vgl.3 Prepare for mdoc(7)NG. 2000-12-29 14:08:20 +00:00
vgl.h Add Truecolor 16 and 32bits support. Note that 24bits modes are not 2001-01-13 11:30:17 +00:00