diff options
author | Daniel Borca <dborca@users.sourceforge.net> | 2004-04-13 07:08:34 +0000 |
---|---|---|
committer | Daniel Borca <dborca@users.sourceforge.net> | 2004-04-13 07:08:34 +0000 |
commit | fb7766853d7fe77b1416afb32f32fb6dc2c442d1 (patch) | |
tree | f9d28ed37fc05dc2287370d72e6c17e194a77837 /docs/README.3DFX | |
parent | 4ba589bbf076f49bd899c7bca90fb186434f23da (diff) |
updated Glide driver documentation
fixed SAL/SAR in assyntax.h (NASM)
fixed a bug wrt NULL pointer assignment in t_vtx_api.c
cosmetics to t_vtx_x86.c & t_vtx_x86_gcc.S
enabled STDCALL with codegen (MinGW)
Diffstat (limited to 'docs/README.3DFX')
-rw-r--r-- | docs/README.3DFX | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/docs/README.3DFX b/docs/README.3DFX index e70aea7de9..15888c30d9 100644 --- a/docs/README.3DFX +++ b/docs/README.3DFX @@ -3,7 +3,7 @@ -Mesa-6.0 release notes: +Mesa-6.1 release notes: ----------------------- 1) Glide2 support has been ceased; in order to keep Voodoo Rush @@ -26,7 +26,7 @@ DOS (DJGPP), Windows9x/2k (MinGW/MSVC), Linux How to compile: --------------- -DJGPP/MinGW/MSVC: +DJGPP/MinGW: Place the Glide3 SDK in the top Mesa directory: $(MESA)/glide3/include/*.h $(MESA)/glide3/lib/ @@ -35,11 +35,9 @@ DJGPP/MinGW/MSVC: Required libraries: OS specific Type: - make -f Makefile.DJ HAVE_MMX=1 HAVE_3DNOW=1 FX=1 + make -f Makefile.DJ X86=1 FX=1 or - make -f Makefile.mgw HAVE_MMX=1 HAVE_3DNOW=1 FX=1 - or - nmake -f Makefile.wfx + make -f Makefile.mgw X86=1 FX=1 Look into the corresponding makefiles for further information. Linux: |