relnotes-7.5.1.html revision 6bf86681f5903a06f98cc32ddf5715706de97c4a
1<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.5.1 Release Notes / (date TBD)</H1>
12
13<p>
14Mesa 7.5.1 is a bug-fix release fixing issues found since the 7.5 release.
15</p>
16<p>
17The main new feature of Mesa 7.5.x is the
18<a href="http://wiki.freedesktop.org/wiki/Software/gallium"
19target="_parent">Gallium3D</a> infrastructure.
20</p>
21<p>
22Mesa 7.5.1 implements the OpenGL 2.1 API, but the version reported by
23glGetString(GL_VERSION) depends on the particular driver being used.
24Some drivers don't support all the features required in OpenGL 2.1.
25</p>
26<p>
27See the <a href="install.html">Compiling/Installing page</a> for prerequisites
28for DRI hardware acceleration.
29</p>
30
31
32<h2>MD5 checksums</h2>
33<pre>
34tbd
35</pre>
36
37
38<h2>New features</h2>
39<ul>
40<li>Added configure --with-max-width=W, --with-max-height=H options to specify
41    max framebuffer, viewport size.
42</ul>
43
44
45<h2>Bug fixes</h2>
46<ul>
47<li>Added missing GLEW library to MesaDemos tarballs.
48<li>Fixed swapbuffers jerkiness in Doom3/etc in Intel drivers.
49<li>Fixed front buffer rendering bug in Intel drivers.
50<li>Fixed minor GLX memory leaks.
51<li>Fixed some texture env / fragment program state bugs.
52<li>Fixed some Gallium glBlitFramebuffer() bugs
53<li>Empty glBegin/glEnd() pair could cause divide by zero (bug 23489)
54<li>Fixed Gallium glBitmap() Z position bug
55<li>Setting arrays of sampler uniforms did not work
56<li>Selection/Feedback mode didn't handle polygon culling correctly (bug 16866)
57<li>Fixed 32/64-bit cross compilation issue in gen_matypes.c
58<li>Fixed glXCreateGLXPixmap() for direct rendering.
59</ul>
60
61
62<h2>Changes</h2>
63<ul>
64</ul>
65
66</body>
67</html>
68