Subversion Repositories shark

Rev

Rev 54 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
54 pj 1
Project:	S.Ha.R.K.
2
 
3
		SVGA support from SVGAlib (1.9.17)
4
 
5
Coordinators:
6
 
7
	Giorgio Buttazzo	<giorgio@sssup.it>
8
	Paolo Gai		<pj@gandalf.sssup.it>
9
 
10
Authors:
11
 
12
	Giacomo Guidi 	<giacomo@gandalf.sssup.it>
13
 
14
The current graphics drivers supported are:
15
 
78 giacomo 16
	NV3 (GEFORCE TNT TNT2)
17
	SAVAGE (VIRGE SAVAGE)
18
	R128 (RAGE128 RADEON)
54 pj 19
 
20
More drivers will be added in the future.
21
 
22
Init function to call:
23
 
24
	setmode(GRAPHICS_MODE,GRAPHICS_DRIVER);
25
 
26
ex: setmode(G640x480x64K,NV3);
78 giacomo 27
(see svgademo example in the demos directory)
54 pj 28
 
29
Note: Mesa and high-level graphics functions use a
30
linear frame buffer.
31