Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1154 → Rev 1153

/demos/trunk/mesademo/readme.txt
12,8 → 12,12
libraries, the low level graphic drivers is
the SVGA (from the SVGAlib)
 
See drivers/svga/readme for supported cards
The cards actually supported are:
 
GEFORCE TNT TNT2 - driver name NV3
RAGE128 RADEON - driver name R128
SAVAGE VIRGE - driver neme SAVAGE
 
--------------------------------------
 
The demo is composed by:
/demos/trunk/mesademo/mesademo.c
36,7 → 36,7
#define HEIGHT 480
#define BYTES_PP 2 //BytesPerPixel
#define INITSTR G640x480x64K //SVGAlib standard mode definitions
#define CARD VESA //Video driver
#define CARD NV3 //Video driver (Supported SAVAGE, NV3, R128 from SVGALib)
 
OSMesaContext ctx;