blob: 3d6ff1c4fe4846ffa291ec51bf46b63780ed3a38 [file] [log] [blame]
Brian Paul60955d72006-09-21 22:51:16 +00001<HTML>
2
3<TITLE>Mesa Release Notes</TITLE>
4
5<head><link rel="stylesheet" type="text/css" href="mesa.css"></head>
6
7<BODY>
8
9<body bgcolor="#eeeeee">
10
11<H1>Mesa 6.4.1 / November 29, 2006</H1>
12
13<p>
14Mesa 6.4.1 is a stable, bug-fix release.
15</p>
16
17
18<h2>MD5 checksums</h2>
19<pre>
20698ceb574cf882b0226761f5913c0da9 MesaLib-6.4.1.tar.gz
21ea148c828ec6f645526451db1b8556f1 MesaLib-6.4.1.tar.bz2
2242e93279468975ed2bf3111b8721e5d9 MesaLib-6.4.1.zip
23e3b0d50807fd2bdcd1a95aaddd786f13 MesaDemos-6.4.1.tar.gz
2499df1fdcb98d391666b476ca6f1dda8a MesaDemos-6.4.1.tar.bz2
25b999d2c6d92fb4b7740a3dbd889348e3 MesaDemos-6.4.1.zip
26eadfe01fe5ddfb1eb8227dd567b31635 MesaGLUT-6.4.1.tar.gz
27bd003bb4f981a4f91dee4c38644d4f3f MesaGLUT-6.4.1.tar.bz2
2871c401c037088bf688a88afdaeb3420f MesaGLUT-6.4.1.zip
29</pre>
30
31
32<h2>Bug fixes</h2>
33<ul>
34<li>redefining a vertex program string didn't take effect in TNL module
35<li>fixed occasional segfault upon vertex/fragment parsing error
36<li>vertex program LIT instruction didn't handle 0^0=1 correctly
37<li>fragment program fog option didn't work with glDrawPixels, glBitmap
38<li>USE_MGL_NAMESPACE didn't work for x86-64
39<li>OSMesa demos were missing from previous release tarballs
40<li>fixed problem with float->ushort conversion in glClear (bug 4992)
41<li>popping of GL_EYE_PLANE texgen state was broken (bug 4996)
42<li>popping of GL_SPOT_DIRECTION light state was broken (bug 5005)
43<li>fixed occasional triangle color interpolation problem on VMS
44<li>work around invalid free() call (bug 5131)
45<li>fixed BSD X server compilation problem by including stdint.h
46</ul>
47
48
49<h2>Driver Status</h2>
50
51<pre>
52Driver Status
53---------------------- ----------------------
54DRI drivers varies with the driver
55XMesa (Xlib) implements OpenGL 1.5
56OSMesa (off-screen) implements OpenGL 1.5
57Windows/Win32 implements OpenGL 1.5
58Glide (3dfx Voodoo1/2) requires updates
59SVGA requires updates
60DJGPP requires updates
61GGI requires updates
62BeOS requires updates
63Allegro requires updates
64D3D requires updates
65</pre>
66
67</body>
68</html>