summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-10-24 19:31:18 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-10-24 19:31:18 +0000
commit5c57efd6b46b25aaa155ee322470cae48e7a4bb9 (patch)
tree262c2e3d88b77c51aef939b560e4bf9ed786f2ec
parentea9ed5849f8c0fadc6929d7c4015b21e15ac35cc (diff)
fix writes to result.depth.z
-rw-r--r--docs/VERSIONS3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 556b45ad44..b17ee8c932 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1374,7 +1374,7 @@ Mesa Version History
- assorted DRI driver fixes
-6.4 October 21, 2005
+6.4 October 24, 2005
New:
- Added a fast XOR line drawing function in Xlib driver
- Added support for GL_ARB_texture_mirrored_repeat to savage
@@ -1404,3 +1404,4 @@ Mesa Version History
- fixed glFogCoord bug 4729
- GLX encoding for transpose matrix functions was broken
- fixed broken fragment program KIL and SWZ instructions
+ - fragment programs that wrote result.depth.z didn't work