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