summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-05-10 14:12:14 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-05-10 14:12:14 +0000
commitf752017f5b02f256a569c24c4cf4650d0652e318 (patch)
treedb51ee5c0395aade584f1b722e38f6517c7c6c36
parent3fef3e49bc0f0b31dd2ef20ac8e6f524025d2fe6 (diff)
added latest bug fixes
-rw-r--r--docs/VERSIONS7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 1d3e6f9789..2b5ca0f2e9 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1,4 +1,4 @@
-$Id: VERSIONS,v 1.38.2.36 2001/05/10 12:58:41 brianp Exp $
+$Id: VERSIONS,v 1.38.2.37 2001/05/10 14:12:14 brianp Exp $
Mesa Version History
@@ -811,4 +811,7 @@ 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
+ - Window: reading pixels from framebuffer didn't always work
+ - glConvolutionFilter2D could segfault or cause fp exception
+ - fixed segfaults in FX and X drivers when using tex unit 1
+ but not unit 0