Subversion Repositories shark

Rev

Rev 1146 | Blame | Compare with Previous | Last modification | View Log | RSS feed

--------------------------------------
SVGA Demo

by

Giacomo Guidi   <giacomo@gandalf.sssup.it>

Last update 17/03/2003
--------------------------------------

This is a simple test demo for the new graphic
drivers ported from SVGAlib 1.9.17

See drivers/svga/readme for supported cards

--------------------------------------

The demo is composed by:

MAKEFILE     The makefile used to compile the application
README.TXT   This file
INITFILE.C   The init file
SVGADEMO.C   The SVGA Demo

--------------------------------------

- To specify your card change the line

#define CARD <driver name>

- The demo calls the grx functions modified for the new
drivers. The resolution must be 16 bitsperpixel (64K colors)
and the graphic access mode must be linear.