detailed info about each branch
This commit is contained in:
131
glide3x/README.2
Normal file
131
glide3x/README.2
Normal file
@@ -0,0 +1,131 @@
|
||||
Glide3x (oct-2004):
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
sst1: Voodoo Graphics XOR Voodoo Rush
|
||||
Maintainers: Daniel Borca
|
||||
|
||||
Voodoo Graphics:
|
||||
----------------
|
||||
|
||||
DOS/DJGPP working
|
||||
Req: DJGPP 2.04 (gcc 3.3.3, make 3.80)
|
||||
Build: make -f Makefile.DJ FX_GLIDE_HW=sst1 [...]
|
||||
|
||||
DOS/OpenWatcom working
|
||||
Req: OpenWatcom 1.2, GNU make 3.80
|
||||
Build: cd sst1/glide3/src
|
||||
make -f Makefile.wat FX_GLIDE_HW=sst1 [...]
|
||||
|
||||
Linux working
|
||||
Req: gcc
|
||||
Build: make -f makefile.linux FX_GLIDE_HW=sst1 [...]
|
||||
|
||||
Win32 working
|
||||
Req: MSVC6 (cl 12.00.8168, link 6.00.8168), GNU make
|
||||
Build: cd sst1/glide3/src
|
||||
make -f Makefile.win32 FX_GLIDE_HW=sst1 [...]
|
||||
|
||||
Voodoo Rush AT3D:
|
||||
-----------------
|
||||
|
||||
DOS/DJGPP working
|
||||
Req: DJGPP 2.04 (gcc 3.3.3, make 3.80)
|
||||
Build: make -f Makefile.DJ FX_GLIDE_HW=sst96 [...]
|
||||
|
||||
DOS/OpenWatcom working
|
||||
Req: OpenWatcom 1.2, GNU make 3.80
|
||||
Build: cd sst1/glide3/src
|
||||
make -f Makefile.wat FX_GLIDE_HW=sst96 [...]
|
||||
|
||||
Linux compiles, but seems to be broken...
|
||||
Req: gcc
|
||||
Build: make -f makefile.linux FX_GLIDE_HW=sst96 [...]
|
||||
|
||||
Win32 working
|
||||
Req: MSVC6 (cl 12.00.8168, link 6.00.8168), GNU make
|
||||
Build: cd sst1/glide3/src
|
||||
make -f Makefile.win32 FX_GLIDE_HW=sst96 [...]
|
||||
|
||||
|
||||
cvg: Voodoo^2
|
||||
Maintainers: Daniel Borca
|
||||
|
||||
Voodoo^2:
|
||||
---------
|
||||
|
||||
DOS/DJGPP working
|
||||
Req: DJGPP 2.04 (gcc 3.3.3, make 3.80)
|
||||
Build: make -f Makefile.DJ FX_GLIDE_HW=cvg [...]
|
||||
|
||||
DOS/OpenWatcom working
|
||||
Req: OpenWatcom 1.2, GNU make 3.80
|
||||
Build: cd cvg/glide3/src
|
||||
make -f Makefile.wat FX_GLIDE_HW=cvg [...]
|
||||
|
||||
Linux working
|
||||
Req: gcc
|
||||
Build: make -f makefile.linux FX_GLIDE_HW=cvg [...]
|
||||
|
||||
Win32 working
|
||||
Req: MSVC6 (cl 12.00.8168, link 6.00.8168), GNU make
|
||||
Build: cd cvg/glide3/src
|
||||
make -f Makefile.win32 FX_GLIDE_HW=cvg [...]
|
||||
|
||||
|
||||
h3: Voodoo Banshee, Voodoo3
|
||||
Maintainers: Daniel Borca, Guillem Jover
|
||||
|
||||
Voodoo Banshee, Voodoo3:
|
||||
------------------------
|
||||
|
||||
DOS/DJGPP working
|
||||
Req: DJGPP 2.04 (gcc 3.3.3, make 3.80)
|
||||
Build: make -f Makefile.DJ FX_GLIDE_HW=h3 [...]
|
||||
|
||||
DOS/OpenWatcom working
|
||||
Req: OpenWatcom 1.2, GNU make 3.80
|
||||
Build: cd h3/glide3/src
|
||||
make -f Makefile.wat FX_GLIDE_HW=h3 [...]
|
||||
|
||||
Linux DRI working, DGA needs testing, CINIT broken
|
||||
Req: gcc
|
||||
Build: make -f makefile.linux FX_GLIDE_HW=h3 [...]
|
||||
|
||||
Win32 compiles, but seems to be broken...
|
||||
Req: MSVC6 (cl 13.00.9176, link 7.00.9210), GNU make, 2KDDK?
|
||||
Build: cd h3/glide3/src
|
||||
make -f Makefile.win32 FX_GLIDE_HW=h3 [...]
|
||||
|
||||
|
||||
h5: Voodoo Banshee, Velocity 100/200, Voodoo3/4/5
|
||||
Maintainers: Hiroshi Morii, Daniel Borca, Guillem Jover
|
||||
|
||||
Voodoo Banshee, Velocity 100/200, Voodoo3/4/5:
|
||||
----------------------------------------------
|
||||
|
||||
DOS/DJGPP working
|
||||
Req: DJGPP 2.04 (gcc 3.3.3, make 3.80)
|
||||
Build: make -f Makefile.DJ FX_GLIDE_HW=h5 [...]
|
||||
|
||||
DOS/OpenWatcom N/A
|
||||
|
||||
Linux DRI working, DGA needs testing, CINIT broken
|
||||
Req: gcc
|
||||
Build: make -f makefile.linux FX_GLIDE_HW=h5 [...]
|
||||
|
||||
Win32 working
|
||||
Req: MSVC6 (cl 13.00.9176, link 7.00.9210), GNU make, 2KDDK?
|
||||
Build: nmake -f Makefile.win32 FX_GLIDE_HW=h5 [...]
|
||||
|
||||
|
||||
Notes:
|
||||
1) All systems require nasm 0.98.38.
|
||||
2) Linux has an alternate way to build, using chores.3dfx (auto*) build
|
||||
system. See INSTALL for more info.
|
||||
3) grDrawPoint has type-punning problems (optimizations enabled) in
|
||||
sst1, sst96, cvg and h3 branches.
|
||||
4) V1 library cannot be used with VR (and vice-versa). Hence the XOR...
|
||||
|
||||
|
||||
Have fun,
|
||||
Daniel Borca
|
||||
Reference in New Issue
Block a user