
README		Documentation
README.vgalib	Documentation of VGAlib 1.2, on which svgalib is based.
vga.h		Headerfile for library
vga.c		Main module
vgaclear.c	Files that resulted from vga.c split
vgadraw.c
vgaline.c
vgamodesel.c
vgapal.c
vgapix.c
vgadrv.c	Standard VGA driver (also used by other drivers)
cirrus.c	Cirrus GD542x driver
et4000.c	Tseng ET4000 driver
tvga8900.c	Trident 8900/9000 driver
oak.c		Oak 037/067/077 driver (not really)
vgamacros.h	Definitions shared between modules
chipsets.h	More definitions shared between modules
dumpreg.c	A program to dump VGA registers
vgatest.c	Simple test program
svgalib.lsm	LSM entry for svgalib
setmclk.c	Program to tweak memory clock of Cirrus 542x cards
restoretextmode.c Program to save and restore VGA textmode registers
savetextmode	Script to save textmode registers and font
textmode	Script to restore textmode registers and font
restorepalette.c Program to set the VGA textmode palette to the default
Makefile

In the font/ directory:
restorefont.c	Program to save and restore (corrupted) VGA textmode font
convfont.c	Program to convert VGA fonts
runx		Shell script to start XFree86 with font saving/restoration.
Makefile
font8		Sample 8-line VGA font
font14		Sample 14-line VGA font
font16		Sample 16-line VGA font

In support/:
vga.c		DOS program to dump VGA registers
tseng2.c	Source of DOS program to dump Tseng ET4000 registers
tseng2.exe	Binary of Tseng register dump program

In gl/:
def.h		Sources of vgagl library
driver.c	Primitives
driver.h
grlib.c		Main module
inlstring.h
line.c
palette.c
scale.c
text.c
vgagl.h		Headerfile of vgagl library
makefile
README
fun.c		Demo program with moving pixels
testgl.c	Test program
speedtest.c	Tests framebuffer video speed

