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 7.4.4 Release Notes / 23 June 2009</h1> 11 12 <p> 13 Mesa 7.4.4 is a stable development release fixing bugs since the 7.4.3 release. 14 </p> 15 <p> 16 Mesa 7.4.4 implements the OpenGL 2.1 API, but the version reported by 17 glGetString(GL_VERSION) depends on the particular driver being used. 18 Some drivers don't support all the features required in OpenGL 2.1. 19 </p> 20 <p> 21 See the <a href="install.html">Compiling/Installing page</a> for prerequisites 22 for DRI hardware acceleration. 23 </p> 24 25 26 <h2>MD5 checksums</h2> 27 <pre> 28 0b56fe5a88ab0c3c5b2da5068f63f416 MesaLib-7.4.4.tar.gz 29 b66528d314c574dccbe0ed963cac5e93 MesaLib-7.4.4.tar.bz2 30 2818076f3ba23fa87fdfe4602a637a18 MesaLib-7.4.4.zip 31 3e77b208386c47b18165bce5ae317e2c MesaDemos-7.4.4.tar.gz 32 628142ec9a54cd28cc027e6ce26cff47 MesaDemos-7.4.4.tar.bz2 33 d08a30d30ab7174859aa709cba6c726d MesaDemos-7.4.4.zip 34 e6e91ba16e274d40cf3a97ad3218af01 MesaGLUT-7.4.4.tar.gz 35 e14bbb52517e8121b31f1387515365ab MesaGLUT-7.4.4.tar.bz2 36 f10ed20469753c2b3d68c99854f80fd4 MesaGLUT-7.4.4.zip 37 </pre> 38 39 40 <h2>Bug fixes</h2> 41 <ul> 42 <li>Fixed i965/i915 segfault in screen destruction (bug 22408) 43 </ul> 44 45 46 47 <h2>Driver Status</h2> 48 49 <pre> 50 Driver Status 51 ---------------------- ---------------------- 52 DRI drivers varies with the driver 53 XMesa/GLX (on Xlib) implements OpenGL 2.1 54 OSMesa (off-screen) implements OpenGL 2.1 55 Windows/Win32 implements OpenGL 2.1 56 Glide (3dfx Voodoo1/2) implements OpenGL 1.3 57 SVGA unsupported 58 Wind River UGL unsupported 59 DJGPP unsupported 60 GGI unsupported 61 BeOS unsupported 62 Allegro unsupported 63 D3D unsupported 64 </pre> 65 66 </body> 67 </html> 68