3 <TITLE>Mesa Release Notes
</TITLE>
5 <head><link rel=
"stylesheet" type=
"text/css" href=
"mesa.css"></head>
9 <body bgcolor=
"#eeeeee">
11 <H1>Mesa
7.7.1 Release Notes / date tbd
</H1>
14 Mesa
7.7.1 is a bug-fix release.
17 Mesa
7.7.1 implements the OpenGL
2.1 API, but the version reported by
18 glGetString(GL_VERSION) depends on the particular driver being used.
19 Some drivers don't support all the features required in OpenGL
2.1.
22 See the
<a href=
"install.html">Compiling/Installing page
</a> for prerequisites
23 for DRI hardware acceleration.
27 <h2>MD5 checksums
</h2>
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.
44 <li>Fixed mipmap generation bug caused by invalid viewport state.
45 <li>Gallium SSE codegen for XPD didn't always work.
46 <li>Fixed Windows build.
47 <li>Fixed broken glMultiDrawElements().