Subversion Repositories shark

Rev

Rev 1146 | Details | Compare with Previous | 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
1146 giacomo 12
drivers ported from SVGAlib 1.9.17
1133 giacomo 13
 
1154 giacomo 14
See drivers/svga/readme for supported cards
1133 giacomo 15
 
16
--------------------------------------
17
 
18
The demo is composed by:
19
 
20
MAKEFILE     The makefile used to compile the application
21
README.TXT   This file
22
INITFILE.C   The init file
23
SVGADEMO.C   The SVGA Demo
24
 
25
--------------------------------------
26
 
27
- To specify your card change the line
28
 
29
#define CARD <driver name>
30
 
31
- The demo calls the grx functions modified for the new
32
drivers. The resolution must be 16 bitsperpixel (64K colors)
33
and the graphic access mode must be linear.
34