Andreas Boll | 207d52e | 2012-06-16 10:51:06 +0200 | [diff] [blame] | 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> |
Brian Paul | 60955d7 | 2006-09-21 22:51:16 +0000 | [diff] [blame] | 9 | |
Andreas Boll | 207d52e | 2012-06-16 10:51:06 +0200 | [diff] [blame] | 10 | <h1>Mesa 6.4.1 / November 29, 2006</h1> |
Brian Paul | 60955d7 | 2006-09-21 22:51:16 +0000 | [diff] [blame] | 11 | |
| 12 | <p> |
| 13 | Mesa 6.4.1 is a stable, bug-fix release. |
| 14 | </p> |
| 15 | |
| 16 | |
| 17 | <h2>MD5 checksums</h2> |
| 18 | <pre> |
| 19 | 698ceb574cf882b0226761f5913c0da9 MesaLib-6.4.1.tar.gz |
| 20 | ea148c828ec6f645526451db1b8556f1 MesaLib-6.4.1.tar.bz2 |
| 21 | 42e93279468975ed2bf3111b8721e5d9 MesaLib-6.4.1.zip |
| 22 | e3b0d50807fd2bdcd1a95aaddd786f13 MesaDemos-6.4.1.tar.gz |
| 23 | 99df1fdcb98d391666b476ca6f1dda8a MesaDemos-6.4.1.tar.bz2 |
| 24 | b999d2c6d92fb4b7740a3dbd889348e3 MesaDemos-6.4.1.zip |
| 25 | eadfe01fe5ddfb1eb8227dd567b31635 MesaGLUT-6.4.1.tar.gz |
| 26 | bd003bb4f981a4f91dee4c38644d4f3f MesaGLUT-6.4.1.tar.bz2 |
| 27 | 71c401c037088bf688a88afdaeb3420f MesaGLUT-6.4.1.zip |
| 28 | </pre> |
| 29 | |
| 30 | |
| 31 | <h2>Bug fixes</h2> |
| 32 | <ul> |
| 33 | <li>redefining a vertex program string didn't take effect in TNL module |
| 34 | <li>fixed occasional segfault upon vertex/fragment parsing error |
| 35 | <li>vertex program LIT instruction didn't handle 0^0=1 correctly |
| 36 | <li>fragment program fog option didn't work with glDrawPixels, glBitmap |
| 37 | <li>USE_MGL_NAMESPACE didn't work for x86-64 |
| 38 | <li>OSMesa demos were missing from previous release tarballs |
Andreas Boll | 703a662 | 2012-06-12 09:05:15 +0200 | [diff] [blame] | 39 | <li>fixed problem with float->ushort conversion in glClear (bug 4992) |
Brian Paul | 60955d7 | 2006-09-21 22:51:16 +0000 | [diff] [blame] | 40 | <li>popping of GL_EYE_PLANE texgen state was broken (bug 4996) |
| 41 | <li>popping of GL_SPOT_DIRECTION light state was broken (bug 5005) |
| 42 | <li>fixed occasional triangle color interpolation problem on VMS |
| 43 | <li>work around invalid free() call (bug 5131) |
| 44 | <li>fixed BSD X server compilation problem by including stdint.h |
| 45 | </ul> |
| 46 | |
| 47 | |
| 48 | <h2>Driver Status</h2> |
| 49 | |
| 50 | <pre> |
| 51 | Driver Status |
| 52 | ---------------------- ---------------------- |
| 53 | DRI drivers varies with the driver |
| 54 | XMesa (Xlib) implements OpenGL 1.5 |
| 55 | OSMesa (off-screen) implements OpenGL 1.5 |
| 56 | Windows/Win32 implements OpenGL 1.5 |
| 57 | Glide (3dfx Voodoo1/2) requires updates |
| 58 | SVGA requires updates |
| 59 | DJGPP requires updates |
| 60 | GGI requires updates |
| 61 | BeOS requires updates |
| 62 | Allegro requires updates |
| 63 | D3D requires updates |
| 64 | </pre> |
| 65 | |
| 66 | </body> |
| 67 | </html> |