Subversion Repositories shark

Rev

Rev 1146 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1133 giacomo 1
--------------------------------------
2
SVGA Demo
3
 
4
by
5
 
6
Giacomo Guidi	<giacomo@gandalf.sssup.it>
7
 
8
Last update 17/03/2003
9
--------------------------------------
10
 
11
This is a simple test demo for the new graphic
12
drivers ported from SVGAlib 1.9.7
13
 
14
The cards actually supported are:
15
 
16
GEFORCE TNT TNT2 - driver name NV3
17
RAGE128 RADEON - driver name R128
18
SAVAGE VIRGE - driver neme SAVAGE
19
 
20
--------------------------------------
21
 
22
The demo is composed by:
23
 
24
MAKEFILE     The makefile used to compile the application
25
README.TXT   This file
26
INITFILE.C   The init file
27
SVGADEMO.C   The SVGA Demo
28
 
29
--------------------------------------
30
 
31
- To specify your card change the line
32
 
33
#define CARD <driver name>
34
 
35
- The demo calls the grx functions modified for the new
36
drivers. The resolution must be 16 bitsperpixel (64K colors)
37
and the graphic access mode must be linear.
38