Subversion Repositories shark

Rev

Go to most recent revision | Details | 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
 
16
	NV3
17
	SAVAGE
18
 
19
More drivers will be added in the future.
20
 
21
Init function to call:
22
 
23
	setmode(GRAPHICS_MODE,GRAPHICS_DRIVER);
24
 
25
ex: setmode(G640x480x64K,NV3);
26
(see mesademo example in the demos directory)
27
 
28
Note: Mesa and high-level graphics functions use a
29
linear frame buffer.
30