projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c06ce2
)
fix Xlib driver mem leaks
author
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 30 Aug 2006 22:04:09 +0000
(22:04 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 30 Aug 2006 22:04:09 +0000
(22:04 +0000)
docs/VERSIONS
patch
|
blob
|
history
diff --git
a/docs/VERSIONS
b/docs/VERSIONS
index 7092fa0d1d1730bedaac16214b7b92608ecce339..0ebcd1469c6b823e0bb852afefbe1c978279de84 100644
(file)
--- a/
docs/VERSIONS
+++ b/
docs/VERSIONS
@@
-1511,3
+1511,4
@@
Mesa Version History
- max fragment program length was incorrectly 128, now 1024
- writes to result.depth in fragment programs weren't clamped to [0,1]
- fixed potential dangling pointer bug in glBindProgram()
+ - fixed some memory leaks (and potential crashes) in Xlib driver