blob: 959efd9e57cb892231c643d8bf9a62f33050a324 [file] [log] [blame]
Brian Paul01bf0042010-01-04 12:47:37 -07001<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 7.7.1 Release Notes / date tbd</H1>
12
13<p>
14Mesa 7.7.1 is a bug-fix release.
15</p>
16<p>
17Mesa 7.7.1 implements the OpenGL 2.1 API, but the version reported by
18glGetString(GL_VERSION) depends on the particular driver being used.
19Some drivers don't support all the features required in OpenGL 2.1.
20</p>
21<p>
22See the <a href="install.html">Compiling/Installing page</a> for prerequisites
23for DRI hardware acceleration.
24</p>
25
26
27<h2>MD5 checksums</h2>
28<pre>
29tbd
30</pre>
31
32
33<h2>New features</h2>
34<ul>
35<li>tbd
36</ul>
37
38
39<h2>Bug fixes</h2>
40<ul>
41<li>Assorted fixes to VMware SVGA gallium driver.
42<li>Fixed broken blending to multiple color buffers in swrast driver.
43<li>Allocate constants more tightly in GL_ARB_vertex/fragment parser.
Brian Paul73bd4002010-01-06 18:19:42 -070044<li>Fixed mipmap generation bug caused by invalid viewport state.
Brian Paul5dd9e232010-01-07 14:55:27 -070045<li>Gallium SSE codegen for XPD didn't always work.
Brian Paul364b0082010-01-29 08:37:31 -070046<li>Fixed Windows build.
Brian Paul01bf0042010-01-04 12:47:37 -070047</ul>
48
49
50</body>
51</html>