From 96ee800cd48002d6738be266de146ba387bddc78 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 25 Aug 2006 22:07:40 +0000 Subject: 6.5.1 bug fixes --- docs/VERSIONS | 2 ++ 1 file changed, 2 insertions(+) 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() -- cgit v1.2.3