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.2 / February 2, 2006</h1>
     18 
     19 <p>
     20 Mesa 6.4.2 is a stable, bug-fix release.
     21 </p>
     22 
     23 
     24 <h2>MD5 checksums</h2>
     25 <pre>
     26 cb0d745d520fa7c2bb9178058b763544  MesaLib-6.4.2.tar.gz
     27 7674d2c603b5834259e4e5a820cefd5b  MesaLib-6.4.2.tar.bz2
     28 d224e1325b33ff71a0f3893fc6b4d594  MesaLib-6.4.2.zip
     29 d4b345d4588fc750cd3d34f3ac26673e  MesaDemos-6.4.2.tar.gz
     30 9cae1ab874af533ce356bd7dfe2e0bb0  MesaDemos-6.4.2.tar.bz2
     31 2da6e1d1245e441d27813595c6ba50de  MesaDemos-6.4.2.zip
     32 84427d18c3453f0ea52388eeba7169b5  MesaGLUT-6.4.2.tar.gz
     33 b157ba8ad1ea63260cf5339132e7aac6  MesaGLUT-6.4.2.tar.bz2
     34 fe1523744fc05edc3811dfc6a1bf4181  MesaGLUT-6.4.2.zip
     35 </pre>
     36 
     37 
     38 <h2>New features</h2>
     39 <ul>
     40 <li>added OSMesaColorClamp() function/feature
     41 <li>added wglGetExtensionStringARB() function
     42 </ul>
     43 
     44 <h2>Changes</h2>
     45 <ul>
     46 <li>GLUT tarball
     47 <br>
     48 Starting with 6.4, the GLUT library sources are distributed in a separate
     49 tarball.  This was done at the request of Linux distro vendors who prefer
     50 to use freeglut.
     51 </ul>
     52 
     53 <h2>Bug fixes</h2>
     54 <ul>
     55 <li>fixed some problems when building on Windows
     56 <li>GLw header files weren't installed by installmesa script (bug 5396)
     57 <li>GL/glfbdev.h file was missing from tarballs
     58 <li>fixed TNL initialization bug which could lead to crash (bug 5791)
     59 </ul>
     60 
     61 
     62 <h2>Driver Status</h2>
     63 
     64 <pre>
     65 Driver			Status
     66 ----------------------	----------------------
     67 DRI drivers		varies with the driver
     68 XMesa (Xlib)		implements OpenGL 1.5
     69 OSMesa (off-screen)	implements OpenGL 1.5
     70 Windows/Win32		implements OpenGL 1.5
     71 Glide (3dfx Voodoo1/2)  requires updates	
     72 SVGA			requires updates
     73 DJGPP			requires updates
     74 GGI			requires updates
     75 BeOS			requires updates
     76 Allegro			requires updates
     77 D3D			requires updates
     78 </pre>
     79 
     80 </div>
     81 </body>
     82 </html>
     83