Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 77 → Rev 78

/shark/trunk/drivers/svga/readme
13,8 → 13,9
 
The current graphics drivers supported are:
 
NV3
SAVAGE
NV3 (GEFORCE TNT TNT2)
SAVAGE (VIRGE SAVAGE)
R128 (RAGE128 RADEON)
 
More drivers will be added in the future.
 
23,7 → 24,7
setmode(GRAPHICS_MODE,GRAPHICS_DRIVER);
 
ex: setmode(G640x480x64K,NV3);
(see mesademo example in the demos directory)
(see svgademo example in the demos directory)
 
Note: Mesa and high-level graphics functions use a
linear frame buffer.