summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2002-11-20 21:41:15 +0000
committerBrian Paul <[email protected]>2002-11-20 21:41:15 +0000
commitffb4ef69299d64abfecaec1d61c2acebfb34bd78 (patch)
tree8d17b7e3ec04a47ab7926259c81d3d824f42cc42 /docs
parent1f7aeedf55dd1c986c1f7eab886e2cda7775b299 (diff)
first 5.0.1 bug fix: auto mipmap generation and cube maps
Diffstat (limited to 'docs')
-rw-r--r--docs/VERSIONS7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 4f635a82b7f..65a3835d1ba 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1,4 +1,4 @@
-$Id: VERSIONS,v 1.118 2002/11/13 15:33:50 brianp Exp $
+$Id: VERSIONS,v 1.118.2.1 2002/11/20 21:41:15 brianp Exp $
Mesa Version History
@@ -1080,3 +1080,8 @@ Mesa Version History
- fixed one-bit error in point/line fragment Z calculation
- fixed potential segfault in fakeglx code
- fixed color overflow problem in DOT3 texture env mode
+
+
+5.0.1 Month day, year
+ Bug fixes:
+ - auto mipmap generation for cube maps was broken (bug 641363)