summaryrefslogtreecommitdiff
path: root/docs/VERSIONS
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-05-30 22:26:21 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-05-30 22:26:21 +0000
commit55ad3cc05510aa0db3cd080c710b3a6e1c96b100 (patch)
treeeaf24f6191e26f0eb7f14354bf67c70ea138d1ae /docs/VERSIONS
parenta8c4242395b1bce0eac2a20243e5289414a9f511 (diff)
fix bug 7077 - mem leak
Diffstat (limited to 'docs/VERSIONS')
-rw-r--r--docs/VERSIONS1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 2a64a410dc..c363d6bba4 100644
--- 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)