File: README

package info (click to toggle)
glide 2002.04.10ds1-15
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 59,556 kB
  • sloc: ansic: 290,125; asm: 23,305; sh: 8,089; pascal: 3,854; makefile: 1,276; perl: 73
file content (31 lines) | stat: -rw-r--r-- 1,334 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Here are a few notes about building Glide3x from CVS.

The Glide source trees are branced by platform and the platform names are
internal names used at 3dfx.  Since these name may not make sense to others
here is a quick list.

sst1:  Voodoo Graphics
sst96: Voodoo Rush
cvg:   Voodoo 2
h3:    Voodoo Banshee/Voodoo 3

There is a single toplevel makefile for glide2x.  To select a build
for either sst1, cvg or h3 set FX_GLIDE_HW to either sst1, cvg or h3.  The
default is to build for h3.

There are many other environment variables used to control the Glide
build.  Here is a listing of some of the important ones:

DEBUG=1:               Turn on debugging information, note this disables 
                       the asm optimizations.
FX_GLIDE_PIC=1:        Enable PIC in shared libraries.
FX_GLIDE_CTRISETUP=1:  Use C versions as opposed to ASM versions of triangle
                       setup code.
GL_AMD3D=1:            Enable AMD 3DNow! optimizations.  Note this is 
                       currently broken on several platforms.

All glide source trees use a common set of libraries kept in the
swlibs branch.  In order to build any glide library the swlibs branch
must be moved inside the glide3x directory.  The swlibs branch is not
stored here within the glide2x cvs tree because it is also shared with
the glide3x branch.