summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorNicolai Hähnle <[email protected]>2009-10-03 19:30:48 +0200
committerNicolai Hähnle <[email protected]>2009-10-03 19:30:48 +0200
commit6d25b9125ec1e66e0e255b0ee20fe18dfe1076fa (patch)
treec376951940eac2875567979a81e6a03a019942b7 /docs
parent81c7561d9d3faf70ac22c6a5f3fbea18f53eed92 (diff)
parent7d2699aedc084d9cb9c2bd2f8bdb5f038271ac1e (diff)
Merge branch 'master' into r300-compiler
Diffstat (limited to 'docs')
-rw-r--r--docs/news.html11
-rw-r--r--docs/relnotes-7.5.2.html17
-rw-r--r--docs/relnotes-7.6.1.html46
-rw-r--r--docs/relnotes-7.6.html17
-rw-r--r--docs/relnotes-7.7.html1
-rw-r--r--docs/relnotes.html1
6 files changed, 83 insertions, 10 deletions
diff --git a/docs/news.html b/docs/news.html
index 07ad42ed49b..93da56a5c33 100644
--- a/docs/news.html
+++ b/docs/news.html
@@ -10,6 +10,17 @@
<H1>News</H1>
+<h2>September 28, 2009</h2>
+<p>
+<a href="relnotes-7.6.html">Mesa 7.6</a> is released. This is a new feature
+release. Those especially concerned about stability may want to wait for the
+follow-on 7.6.1 bug-fix release.
+</p>
+<p>
+<a href="relnotes-7.5.2.html">Mesa 7.5.2</a> is also released.
+This is a stable release fixing bugs since the 7.5.1 release.
+</p>
+
<h2>September 3, 2009</h2>
<p>
diff --git a/docs/relnotes-7.5.2.html b/docs/relnotes-7.5.2.html
index b638c0517dd..5c395d97b4f 100644
--- a/docs/relnotes-7.5.2.html
+++ b/docs/relnotes-7.5.2.html
@@ -8,7 +8,7 @@
<body bgcolor="#eeeeee">
-<H1>Mesa 7.5.2 Release Notes, (date tbd)</H1>
+<H1>Mesa 7.5.2 Release Notes, 28 September 2009</H1>
<p>
Mesa 7.5.2 is a bug-fix release fixing issues found since the 7.5.1 release.
@@ -31,7 +31,15 @@ for DRI hardware acceleration.
<h2>MD5 checksums</h2>
<pre>
-tbd
+43a90191dd9f76cd65dcc1ac91f3be70 MesaLib-7.5.2.tar.gz
+94e47a499f1226803869c2e37a6a8e3a MesaLib-7.5.2.tar.bz2
+1ecb822b567ad67a0617361d45206b67 MesaLib-7.5.2.zip
+2718fdce7e075911d6147beb8f27104b MesaDemos-7.5.2.tar.gz
+4e0f5ccd58afe21eddcd94327d926e86 MesaDemos-7.5.2.tar.bz2
+f621f8c223b278d7c8e49a012d56ca25 MesaDemos-7.5.2.zip
+83c16c1d6bcfcc3f97aab5d2fe430b4c MesaGLUT-7.5.2.tar.gz
+e5d03bedae369ea3705783573bb33813 MesaGLUT-7.5.2.tar.bz2
+e82ba28e00d653e6f437d32be8ca8481 MesaGLUT-7.5.2.zip
</pre>
@@ -49,8 +57,11 @@ tbd
(such as bug 23946)
<li>glUseProgram() is now compiled into display lists (bug 23746).
<li>glUniform functions are now compiled into display lists
+<li>Auto mipmap generation didn't work reliably with Gallium.
+<li>Fixed random number usage in GLX code.
+<li>Fixed invalid GL_OUT_OF_MEMORY error sometimes raised by glTexSubImage2D
+ when using Gallium.
</ul>
-
</body>
</html>
diff --git a/docs/relnotes-7.6.1.html b/docs/relnotes-7.6.1.html
new file mode 100644
index 00000000000..3271f47989f
--- /dev/null
+++ b/docs/relnotes-7.6.1.html
@@ -0,0 +1,46 @@
+<HTML>
+
+<TITLE>Mesa Release Notes</TITLE>
+
+<head><link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
+
+<body bgcolor="#eeeeee">
+
+<H1>Mesa 7.6.1 Release Notes, (date tbd)</H1>
+
+<p>
+Mesa 7.6.1 is a bug-fix release fixing issues since version 7.6.
+</p>
+<p>
+Mesa 7.6.1 implements the OpenGL 2.1 API, but the version reported by
+glGetString(GL_VERSION) depends on the particular driver being used.
+Some drivers don't support all the features required in OpenGL 2.1.
+</p>
+<p>
+See the <a href="install.html">Compiling/Installing page</a> for prerequisites
+for DRI hardware acceleration.
+</p>
+
+
+<h2>MD5 checksums</h2>
+<pre>
+tbd
+</pre>
+
+
+<h2>New features</h2>
+<ul>
+</ul>
+
+
+<h2>Bug fixes</h2>
+<ul>
+<li>Fixed crash caused by glXCopyContext() and glXDestroyContext(), bug 24217
+<li>glXQueryContext(GLX_RENDER_TYPE) returned wrong values (bug 24211)
+<li>GLSL sqrt(0) returned unpredictable results
+</ul>
+
+</body>
+</html>
diff --git a/docs/relnotes-7.6.html b/docs/relnotes-7.6.html
index aaa36188d9d..410b6efdd4f 100644
--- a/docs/relnotes-7.6.html
+++ b/docs/relnotes-7.6.html
@@ -8,7 +8,7 @@
<body bgcolor="#eeeeee">
-<H1>Mesa 7.6 Release Notes / date TBD</H1>
+<H1>Mesa 7.6 Release Notes, 28 September 2009</H1>
<p>
Mesa 7.6 is a new development release.
@@ -28,7 +28,15 @@ for DRI hardware acceleration.
<h2>MD5 checksums</h2>
<pre>
-tbd
+5ffa7d7abf8973f57a1bc4f813e6dade MesaLib-7.6.tar.gz
+8c75f90cd0303cfac9e4b6d54f6759ca MesaLib-7.6.tar.bz2
+27fcfd69708599c978cb34ba5cd363e1 MesaLib-7.6.zip
+e7befb3ae604f591806194a4da445628 MesaDemos-7.6.tar.gz
+0ede7adf217951acd90dbe4551210c07 MesaDemos-7.6.tar.bz2
+ed9298409cf6613bc0964525ca4afc8a MesaDemos-7.6.zip
+666955668e44ff14acf7d15dc78407d3 MesaGLUT-7.6.tar.gz
+b8b59706f827d18d1b784a0ff98b4dc2 MesaGLUT-7.6.tar.bz2
+c49c19c2bbef4f3b7f1389974dff25f4 MesaGLUT-7.6.zip
</pre>
@@ -72,10 +80,5 @@ This was written by Zack Rusin at Tungsten Graphics.
buffers (GLSL uniforms)
</ul>
-
-<h2>Changes</h2>
-<ul>
-</ul>
-
</body>
</html>
diff --git a/docs/relnotes-7.7.html b/docs/relnotes-7.7.html
index ca6ec55b601..856b8fae3d7 100644
--- a/docs/relnotes-7.7.html
+++ b/docs/relnotes-7.7.html
@@ -38,6 +38,7 @@ tbd
<li>GL_ARB_depth_clamp (supported in Intel i965 DRI and software drivers)</li>
<li>GL_NV_depth_clamp (supported in Intel i965 DRI and software drivers)</li>
<li>GL_ARB_provoking_vertex (same as GL_EXT_provoking_vertex)</li>
+<li>Wavefront .obj file loader/viewer demo (progs/demos/objviewer)
</ul>
diff --git a/docs/relnotes.html b/docs/relnotes.html
index 7a87f58a82f..b301ee046a7 100644
--- a/docs/relnotes.html
+++ b/docs/relnotes.html
@@ -14,6 +14,7 @@ The release notes summarize what's new or changed in each Mesa release.
<UL>
<LI><A HREF="relnotes-7.7.html">7.7 release notes</A>
+<LI><A HREF="relnotes-7.6.1.html">7.6.1 release notes</A>
<LI><A HREF="relnotes-7.6.html">7.6 release notes</A>
<LI><A HREF="relnotes-7.5.2.html">7.5.2 release notes</A>
<LI><A HREF="relnotes-7.5.1.html">7.5.1 release notes</A>