summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-11-02 00:58:32 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-11-02 00:58:32 +0000
commit2fd7a602a71cfe65df224cf73774fdc8e154a884 (patch)
tree1db5b0c2b628352b84631a09a893f5ae45dcc26e /docs
parentf97edb4ca3639deee985354eb55388bc26dfae75 (diff)
added hash table mutex bug fix
Diffstat (limited to 'docs')
-rw-r--r--docs/VERSIONS3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index f6b9993008..4579eb9bdc 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1,4 +1,4 @@
-$Id: VERSIONS,v 1.73.2.1 2001/10/25 23:21:52 brianp Exp $
+$Id: VERSIONS,v 1.73.2.2 2001/11/02 00:58:32 brianp Exp $
Mesa Version History
@@ -901,3 +901,4 @@ Mesa Version History
4.0.1 Month, ??, 200?
Bug fixes:
- added missing break statements in glGet*() for multisample cases
+ - fixed uninitialized hash table mutex bug (display lists / texobjs)