blob: 00b36714cb58355df6e5ea73641dce56a5385e7b [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
Ian Romanickcbc99d32010-03-28 16:22:44 -070011<H1>Mesa 7.7.1 Release Notes / March 28, 2010</H1>
Brian Paul01bf0042010-01-04 12:47:37 -070012
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>
Ian Romanick11289922010-03-28 16:25:47 -0700293ab0638cfa7ce8157337a229cf0db2c4 MesaLib-7.7.1.tar.gz
3046664d99e03f1e3ac078a7fea02af115 MesaLib-7.7.1.tar.bz2
314e73ba8abb59aff79485eb95d7cefff7 MesaLib-7.7.1.zip
32bf1b108983995f7a712cf3343df1c918 MesaDemos-7.7.1.tar.gz
33aeb39645d80d656e0adebaa09e5bcd03 MesaDemos-7.7.1.tar.bz2
3401c49b7454fd292244eaf8bdc6ed8cf0 MesaDemos-7.7.1.zip
3537ec6386693dcb6dc770d1efd63a7a93 MesaGLUT-7.7.1.tar.gz
361e16c85282f843791a21f7bc7b6a1ca8 MesaGLUT-7.7.1.tar.bz2
37d352c9e36a8e4d1059f4abc017b131e0 MesaGLUT-7.7.1.zip
Brian Paul01bf0042010-01-04 12:47:37 -070038</pre>
39
40
Brian Paul01bf0042010-01-04 12:47:37 -070041<h2>Bug fixes</h2>
42<ul>
43<li>Assorted fixes to VMware SVGA gallium driver.
44<li>Fixed broken blending to multiple color buffers in swrast driver.
45<li>Allocate constants more tightly in GL_ARB_vertex/fragment parser.
Brian Paul73bd4002010-01-06 18:19:42 -070046<li>Fixed mipmap generation bug caused by invalid viewport state.
Brian Paul5dd9e232010-01-07 14:55:27 -070047<li>Gallium SSE codegen for XPD didn't always work.
Brian Paul364b0082010-01-29 08:37:31 -070048<li>Fixed Windows build.
Brian Paul3be1c112010-02-15 08:57:34 -070049<li>Fixed broken glMultiDrawElements().
Brian Pauled293292010-03-23 09:23:26 -060050<li>Silence bogus GL errors generated in glxinfo.
51<li>Fixed several render to texture bugs.
52<li>Assorted bug fixes in Mesa/Gallium state tracker including
53 glCopy/DrawPixels() to FBOs.
54<li>Assorted fixes to Gallium drivers.
55<li>Fixed broken glPush/PopClientAttrib() for vertex arrays in GLX code.
Brian Paul01bf0042010-01-04 12:47:37 -070056</ul>
57
58
59</body>
60</html>