projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4277ea4
)
6.5.1 bug fixes
author
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 25 Aug 2006 22:07:40 +0000
(22:07 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 25 Aug 2006 22:07:40 +0000
(22:07 +0000)
docs/VERSIONS
patch
|
blob
|
history
diff --git
a/docs/VERSIONS
b/docs/VERSIONS
index c149e05379992080bdd0719e1fabaf7ea9144d8e..376b633d8931fb9c4a12ecc2a3c2d1423ad60adf 100644
(file)
--- a/
docs/VERSIONS
+++ b/
docs/VERSIONS
@@
-1509,3
+1509,5
@@
Mesa Version History
- fragment.position wasn't set correctly for point/line primitives
- fixed parser bug for scalar sources for GL_NV_fragment_program
- 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()