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 <h1>Mesa 6.4.2 / February 2, 2006</h1> 11 12 <p> 13 Mesa 6.4.2 is a stable, bug-fix release. 14 </p> 15 16 17 <h2>MD5 checksums</h2> 18 <pre> 19 cb0d745d520fa7c2bb9178058b763544 MesaLib-6.4.2.tar.gz 20 7674d2c603b5834259e4e5a820cefd5b MesaLib-6.4.2.tar.bz2 21 d224e1325b33ff71a0f3893fc6b4d594 MesaLib-6.4.2.zip 22 d4b345d4588fc750cd3d34f3ac26673e MesaDemos-6.4.2.tar.gz 23 9cae1ab874af533ce356bd7dfe2e0bb0 MesaDemos-6.4.2.tar.bz2 24 2da6e1d1245e441d27813595c6ba50de MesaDemos-6.4.2.zip 25 84427d18c3453f0ea52388eeba7169b5 MesaGLUT-6.4.2.tar.gz 26 b157ba8ad1ea63260cf5339132e7aac6 MesaGLUT-6.4.2.tar.bz2 27 fe1523744fc05edc3811dfc6a1bf4181 MesaGLUT-6.4.2.zip 28 </pre> 29 30 31 <h2>New features</h2> 32 <ul> 33 <li>added OSMesaColorClamp() function/feature 34 <li>added wglGetExtensionStringARB() function 35 </ul> 36 37 <h2>Changes</h2> 38 <ul> 39 <li>GLUT tarball 40 <br> 41 Starting with 6.4, the GLUT library sources are distributed in a separate 42 tarball. This was done at the request of Linux distro vendors who prefer 43 to use freeglut. 44 </ul> 45 46 <h2>Bug fixes</h2> 47 <ul> 48 <li>fixed some problems when building on Windows 49 <li>GLw header files weren't installed by installmesa script (bug 5396) 50 <li>GL/glfbdev.h file was missing from tarballs 51 <li>fixed TNL initialization bug which could lead to crash (bug 5791) 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 </body> 74 </html> 75