Rev 78 | 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 | |||
132 | giacomo | 16 | VESA |
78 | giacomo | 17 | NV3 (GEFORCE TNT TNT2) |
18 | SAVAGE (VIRGE SAVAGE) |
||
19 | R128 (RAGE128 RADEON) |
||
132 | giacomo | 20 | NEOMAGIC |
54 | pj | 21 | |
22 | More drivers will be added in the future. |
||
23 | |||
24 | Init function to call: |
||
25 | |||
26 | setmode(GRAPHICS_MODE,GRAPHICS_DRIVER); |
||
27 | |||
28 | ex: setmode(G640x480x64K,NV3); |
||
78 | giacomo | 29 | (see svgademo example in the demos directory) |
54 | pj | 30 | |
31 | Note: Mesa and high-level graphics functions use a |
||
32 | linear frame buffer. |
||
33 |