blob: 9ee6babc9d80ae7ee1dcf37a8ff6b3d6b200b19b [file] [log] [blame]
Brian Paul2d400d42009-09-29 09:34:47 -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
11<H1>Mesa 7.6.1 Release Notes, (date tbd)</H1>
12
13<p>
14Mesa 7.6.1 is a bug-fix release fixing issues since version 7.6.
15</p>
16<p>
17Mesa 7.6.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>
Brian Paul96d7d662009-10-23 14:49:47 -060035<li>Upgraded GL/glext.h to version 56, GL/glxext.h to version 25,
36 GL/wglext.h to version 17
Brian Paul2d400d42009-09-29 09:34:47 -060037</ul>
38
39
40<h2>Bug fixes</h2>
41<ul>
42<li>Fixed crash caused by glXCopyContext() and glXDestroyContext(), bug 24217
Brian Paul5f1faf42009-09-29 12:18:41 -060043<li>glXQueryContext(GLX_RENDER_TYPE) returned wrong values (bug 24211)
Brian Paulb7746982009-09-29 19:05:04 -060044<li>GLSL sqrt(0) returned unpredictable results
Brian Paulc01a77d2009-10-02 09:58:16 -060045<li>Fixed default texture binding bug when a bound texture was deleted.
Nicolai Hähnlebbe384c2009-10-03 01:26:38 +020046<li>r300: Work around an issue with very large fragment programs on R500.
Brian Paulcdcd9da2009-10-07 09:41:00 -060047<li>Fake glXQueryDrawable() didn't return good values (bug 24320)
Brian Paul27386812009-10-09 13:23:07 -060048<li>Fixed AUX buffer breakage (bug 24426).
Brian Paul946bc9a2009-10-16 07:38:39 -060049<li>Fixed locale-dependent float parsing bug in GLSL compiler (bug 24531)
Brian Paulff3f09a2009-10-23 14:42:32 -060050<li>Fixed Gallium Cell driver compilation failure.
51<li>Fixed glGetTexLevelParameter(GL_TEXTURE_INTERNAL_FORMAT) query so that
52 it returns the actual compressed format chosen.
Brian Paul0a4763182009-10-26 10:58:47 -060053<li>Fixed glBitmap bugs in Intel drivers.
Brian Paulc5106332009-11-03 16:12:02 -070054<li>Fixed a number of Microsoft Visual Studio compilation problems.
Brian Paul2d400d42009-09-29 09:34:47 -060055</ul>
56
57</body>
58</html>