Subversion Repositories shark

Compare Revisions

Regard whitespace Rev 1132 → Rev 1133

/demos/trunk/svgademo/readme.txt
0,0 → 1,38
--------------------------------------
SVGA Demo
 
by
 
Giacomo Guidi <giacomo@gandalf.sssup.it>
 
Last update 17/03/2003
--------------------------------------
 
This is a simple test demo for the new graphic
drivers ported from SVGAlib 1.9.7
 
The cards actually supported are:
 
GEFORCE TNT TNT2 - driver name NV3
RAGE128 RADEON - driver name R128
SAVAGE VIRGE - driver neme SAVAGE
 
--------------------------------------
 
The demo is composed by:
 
MAKEFILE The makefile used to compile the application
README.TXT This file
INITFILE.C The init file
SVGADEMO.C The SVGA Demo
 
--------------------------------------
 
- To specify your card change the line
 
#define CARD <driver name>
 
- The demo calls the grx functions modified for the new
drivers. The resolution must be 16 bitsperpixel (64K colors)
and the graphic access mode must be linear.