projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8c4242
)
fix bug 7077 - mem leak
author
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 30 May 2006 22:26:21 +0000
(22:26 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 30 May 2006 22:26:21 +0000
(22:26 +0000)
docs/VERSIONS
patch
|
blob
|
history
diff --git
a/docs/VERSIONS
b/docs/VERSIONS
index 2a64a410dc62f6453316dbb6b57168c49d76f800..c363d6bba4425a2bdc5e0cbd0fe3e449277b0c7b 100644
(file)
--- a/
docs/VERSIONS
+++ b/
docs/VERSIONS
@@
-1490,3
+1490,4
@@
Mesa Version History
- fixed assorted bugs in texture compression paths
- fixed indirect rendering vertex array crashes (bug 6863)
- glDrawPixels GL_INDEX_OFFSET didn't always work
+ - fixed convolution memory leak (bug 7077)