VBO refcount and spriteblast fixes
[mesa.git] / docs / README.3DFX
index b419f83586b10ad52b3e0fb6571b8e46da7449ea..cac7d102e56d2feaa44db36fa330a7048c9d9825 100644 (file)
@@ -3,22 +3,26 @@
 
 
 
-Mesa-6.1 release notes:
+Mesa-6.2 release notes:
 -----------------------
 
-1) Glide2 support has been ceased; in order to keep Voodoo Rush
-   compatibility, please visit the Glide SourceForge and help us
-   to fix Glide3 for those cards.
+1) Glide2 support has been ceased; please visit the Glide SourceForge and
+   help us improve Glide3.
 2) The current release is a WIP; among other things, the Linux build works
-   only to some extent. Any help will be appreciated.
-3) Glide3 can be found at http://sourceforge.net/projects/glide/
+   only to some extent. Voodoo Rush not fully tested. Any help will be
+   appreciated.
+3) Although Mesa is designed to work with any Glide3, it would benefit from
+   interacting with newer Glide libraries, which can export functions like:
+   `grGetRegistryOrEnvironmentStringExt', `grSetNumPendingBuffers', Texus2
+   and pointcast palette. The latest Glide3 can be reached here:
+       http://sourceforge.net/projects/glide/
 
 
 
 Known supported HW/OS:
 ----------------------
 
-Voodoo Graphics, Voodoo^2, Voodoo Banshee, Voodoo3, Voodoo4, Voodoo5
+Voodoo-based videocards/accelerators
 DOS (DJGPP), Windows9x/2k (MinGW/MSVC), Linux
 
 
@@ -60,6 +64,7 @@ FX_TC_NAPALM
        map GL_COMPRESSED_RGB[A] to FXT1. This will have effect on Napalm
        only (can coexist with FX_TC_NCC, but has higher priority)
 FX_TC_NCC
+       experimental
        map GL_COMPRESSED_RGB[A] to NCC. This will have effect on any 3dfx
        HW (can coexist with FX_TC_NAPALM, but has lesser priority)
 FX_COMPRESS_S3TC_AS_FXT1_HACK
@@ -89,7 +94,7 @@ default values. Use them only when you experience crashes or strange behavior.
 
 FX_GLIDE_NUM_TMU
        OS: all
-       HW: dual-TMU cards (some Voodoo1, Voodoo2, Avenger, Napalm)
+       HW: dual-TMU cards (Voodoo2, Avenger, Napalm)
        Desc: force single-TMU
        Note: (*)
        Value: "1"
@@ -137,6 +142,11 @@ MESA_FX_INFO
        HW: all
        Desc: verbose to stderr
        Value: any; special value "r" to redirect stderr to MESA.LOG
+MESA_FX_NOSNAP
+       OS: all
+       HW: Voodoo1, Rush, Banshee
+       Desc: do not snap vertices inside Mesa
+       Note: to be used with Glide3x that snaps vertices itself
 MESA_FX_POINTCAST
        OS: all
        HW: dual-TMU cards (some Voodoo1, Voodoo2, Avenger, Napalm)
@@ -181,14 +191,23 @@ MESA_FX_MAXLOD
            "9"  - 512x512 textures
            "10" - 1024x1024 textures
            "11" - 2048x2048 textures
+MESA_GLX_FX
+       OS: linux
+       HW: Voodoo1, Rush, Voodoo2
+       Desc: display mode
+       Note: (!) experimental: "w" may work in Win32 using non-V1/V2 HW
+       Value:
+           "w" - windowed mode
+           "f" - fullscreen mode
+           "d" - disable glide driver
 
 
 
 Contact:
 --------
 
-Daniel Borca <dborca@users.sourceforge.net>
-Hiroshi Morii <koolsmoky@users.sourceforge.net>
+Daniel Borca <dborca 'at' users 'dot' sourceforge 'dot' net>
+Hiroshi Morii <koolsmoky 'at' users 'dot' sourceforge 'dot' net>