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