blob: 52bae23ac775c7c39d933af1407555dfd855d2d5 [file] [log] [blame]
Brian Paul79a3e292009-09-10 12:50:08 -06001<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 Romanickb807d492009-09-28 11:33:52 -070011<H1>Mesa 7.5.2 Release Notes, 28 September 2009</H1>
Brian Paul79a3e292009-09-10 12:50:08 -060012
13<p>
14Mesa 7.5.2 is a bug-fix release fixing issues found since the 7.5.1 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.2 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>Detect B43 chipset in Intel driver
41</ul>
42
43
44<h2>Bug fixes</h2>
45<ul>
46<li>Assorted bug fixes for i965/i945 drivers
Brian Paul4d9bbab2009-09-10 14:15:07 -060047<li>Fixed Gallium glDrawPixels(GL_STENCIL_INDEX) failure.
Brian Paul3129b242009-09-14 17:27:47 -060048<li>Fixed GLSL linker/preprocessor version directive issue seen in Wine
49 (such as bug 23946)
Brian Paul3ad108b2009-09-15 14:38:52 -060050<li>glUseProgram() is now compiled into display lists (bug 23746).
Brian Pauld9ddbc32009-09-15 15:12:29 -060051<li>glUniform functions are now compiled into display lists
Brian Paulc7d0f0b2009-09-28 09:38:50 -060052<li>Auto mipmap generation didn't work reliably with Gallium.
Brian Paulfc613842009-09-28 09:43:42 -060053<li>Fixed random number usage in GLX code.
54<li>Fixed invalid GL_OUT_OF_MEMORY error sometimes raised by glTexSubImage2D
55 when using Gallium.
Brian Paul79a3e292009-09-10 12:50:08 -060056</ul>
57
Brian Paul79a3e292009-09-10 12:50:08 -060058</body>
59</html>