summaryrefslogtreecommitdiff
path: root/docs/VERSIONS
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-08-25 22:07:40 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-08-25 22:07:40 +0000
commit96ee800cd48002d6738be266de146ba387bddc78 (patch)
tree9c7d36e019fc2358791fd5eb87566279bbc9fc3a /docs/VERSIONS
parent4277ea4c0b1a123571acaec86b0501d62fa8ecf5 (diff)
6.5.1 bug fixes
Diffstat (limited to 'docs/VERSIONS')
-rw-r--r--docs/VERSIONS2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index c149e05379..376b633d89 100644
--- 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()