• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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>
20Mesa 7.4.4 is a stable development release fixing bugs since the 7.4.3 release.
21</p>
22<p>
23Mesa 7.4.4 implements the OpenGL 2.1 API, but the version reported by
24glGetString(GL_VERSION) depends on the particular driver being used.
25Some drivers don't support all the features required in OpenGL 2.1.
26</p>
27<p>
28See the <a href="../install.html">Compiling/Installing page</a> for prerequisites
29for DRI hardware acceleration.
30</p>
31
32
33<h2>MD5 checksums</h2>
34<pre>
350b56fe5a88ab0c3c5b2da5068f63f416  MesaLib-7.4.4.tar.gz
36b66528d314c574dccbe0ed963cac5e93  MesaLib-7.4.4.tar.bz2
372818076f3ba23fa87fdfe4602a637a18  MesaLib-7.4.4.zip
383e77b208386c47b18165bce5ae317e2c  MesaDemos-7.4.4.tar.gz
39628142ec9a54cd28cc027e6ce26cff47  MesaDemos-7.4.4.tar.bz2
40d08a30d30ab7174859aa709cba6c726d  MesaDemos-7.4.4.zip
41e6e91ba16e274d40cf3a97ad3218af01  MesaGLUT-7.4.4.tar.gz
42e14bbb52517e8121b31f1387515365ab  MesaGLUT-7.4.4.tar.bz2
43f10ed20469753c2b3d68c99854f80fd4  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>
57Driver			Status
58----------------------	----------------------
59DRI drivers		varies with the driver
60XMesa/GLX (on Xlib)	implements OpenGL 2.1
61OSMesa (off-screen)	implements OpenGL 2.1
62Windows/Win32		implements OpenGL 2.1
63Glide (3dfx Voodoo1/2)	implements OpenGL 1.3
64SVGA			unsupported
65Wind River UGL		unsupported
66DJGPP			unsupported
67GGI			unsupported
68BeOS			unsupported
69Allegro			unsupported
70D3D			unsupported
71</pre>
72
73</div>
74</body>
75</html>
76