summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-05-10 12:58:41 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-05-10 12:58:41 +0000
commit3fef3e49bc0f0b31dd2ef20ac8e6f524025d2fe6 (patch)
tree955858e38aa58488ef63287a1e92f748b444dc7b
parent259de69210192cd27b4698f0a5c4b33b521acba0 (diff)
added FX driver multitex bug fix
-rw-r--r--docs/VERSIONS3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 10b69f4dbb..1d3e6f9789 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1,4 +1,4 @@
-$Id: VERSIONS,v 1.38.2.35 2001/05/07 16:07:38 brianp Exp $
+$Id: VERSIONS,v 1.38.2.36 2001/05/10 12:58:41 brianp Exp $
Mesa Version History
@@ -811,3 +811,4 @@ post-3.4.1
- fixed bugs in wglUseFontBitmapsA(), by Frank Warmerdam
- fixed memory leak in glXUseXFont()
- fragment sampling in AA triangle function was off by 1/2 pixel
+ - fixed segfault in FX driver when using tex unit 1 but not unit 0