1 <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> 14 Mesa 6.4.1 is a stable, bug-fix release. 15 </p> 16 17 18 <h2>MD5 checksums</h2> 19 <pre> 20 698ceb574cf882b0226761f5913c0da9 MesaLib-6.4.1.tar.gz 21 ea148c828ec6f645526451db1b8556f1 MesaLib-6.4.1.tar.bz2 22 42e93279468975ed2bf3111b8721e5d9 MesaLib-6.4.1.zip 23 e3b0d50807fd2bdcd1a95aaddd786f13 MesaDemos-6.4.1.tar.gz 24 99df1fdcb98d391666b476ca6f1dda8a MesaDemos-6.4.1.tar.bz2 25 b999d2c6d92fb4b7740a3dbd889348e3 MesaDemos-6.4.1.zip 26 eadfe01fe5ddfb1eb8227dd567b31635 MesaGLUT-6.4.1.tar.gz 27 bd003bb4f981a4f91dee4c38644d4f3f MesaGLUT-6.4.1.tar.bz2 28 71c401c037088bf688a88afdaeb3420f 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> 52 Driver Status 53 ---------------------- ---------------------- 54 DRI drivers varies with the driver 55 XMesa (Xlib) implements OpenGL 1.5 56 OSMesa (off-screen) implements OpenGL 1.5 57 Windows/Win32 implements OpenGL 1.5 58 Glide (3dfx Voodoo1/2) requires updates 59 SVGA requires updates 60 DJGPP requires updates 61 GGI requires updates 62 BeOS requires updates 63 Allegro requires updates 64 D3D requires updates 65 </pre> 66 67 </body> 68 </html> 69