Home | History | Annotate | Download | only in relnotes
      1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
      2 <html lang="en">
      3 <head>
      4   <meta http-equiv="content-type" content="text/html; charset=utf-8">
      5   <title>Mesa Release Notes</title>
      6   <link rel="stylesheet" type="text/css" href="../mesa.css">
      7 </head>
      8 <body>
      9 
     10 <div class="header">
     11   <h1>The Mesa 3D Graphics Library</h1>
     12 </div>
     13 
     14 <iframe src="../contents.html"></iframe>
     15 <div class="content">
     16 
     17 <h1>Mesa 6.4.1 / November 29, 2006</h1>
     18 
     19 <p>
     20 Mesa 6.4.1 is a stable, bug-fix release.
     21 </p>
     22 
     23 
     24 <h2>MD5 checksums</h2>
     25 <pre>
     26 698ceb574cf882b0226761f5913c0da9  MesaLib-6.4.1.tar.gz
     27 ea148c828ec6f645526451db1b8556f1  MesaLib-6.4.1.tar.bz2
     28 42e93279468975ed2bf3111b8721e5d9  MesaLib-6.4.1.zip
     29 e3b0d50807fd2bdcd1a95aaddd786f13  MesaDemos-6.4.1.tar.gz
     30 99df1fdcb98d391666b476ca6f1dda8a  MesaDemos-6.4.1.tar.bz2
     31 b999d2c6d92fb4b7740a3dbd889348e3  MesaDemos-6.4.1.zip
     32 eadfe01fe5ddfb1eb8227dd567b31635  MesaGLUT-6.4.1.tar.gz
     33 bd003bb4f981a4f91dee4c38644d4f3f  MesaGLUT-6.4.1.tar.bz2
     34 71c401c037088bf688a88afdaeb3420f  MesaGLUT-6.4.1.zip
     35 </pre>
     36 
     37 
     38 <h2>Bug fixes</h2>
     39 <ul>
     40 <li>redefining a vertex program string didn't take effect in TNL module
     41 <li>fixed occasional segfault upon vertex/fragment parsing error
     42 <li>vertex program LIT instruction didn't handle 0^0=1 correctly
     43 <li>fragment program fog option didn't work with glDrawPixels, glBitmap
     44 <li>USE_MGL_NAMESPACE didn't work for x86-64
     45 <li>OSMesa demos were missing from previous release tarballs
     46 <li>fixed problem with float-&gt;ushort conversion in glClear (bug 4992)
     47 <li>popping of GL_EYE_PLANE texgen state was broken (bug 4996)
     48 <li>popping of GL_SPOT_DIRECTION light state was broken (bug 5005)
     49 <li>fixed occasional triangle color interpolation problem on VMS
     50 <li>work around invalid free() call (bug 5131)
     51 <li>fixed BSD X server compilation problem by including stdint.h
     52 </ul>
     53 
     54 
     55 <h2>Driver Status</h2>
     56 
     57 <pre>
     58 Driver			Status
     59 ----------------------	----------------------
     60 DRI drivers		varies with the driver
     61 XMesa (Xlib)		implements OpenGL 1.5
     62 OSMesa (off-screen)	implements OpenGL 1.5
     63 Windows/Win32		implements OpenGL 1.5
     64 Glide (3dfx Voodoo1/2)  requires updates	
     65 SVGA			requires updates
     66 DJGPP			requires updates
     67 GGI			requires updates
     68 BeOS			requires updates
     69 Allegro			requires updates
     70 D3D			requires updates
     71 </pre>
     72 
     73 </div>
     74 </body>
     75 </html>
     76