diff options
author | Brian Paul <[email protected]> | 2009-09-29 09:46:49 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-09-29 09:46:49 -0600 |
commit | 124f5875eae0b914d5c679fec6b25633907ad843 (patch) | |
tree | fcacb16e4b09a320130eb23d1d20662f1f380a62 /docs | |
parent | 170bd0c8827f6f65c7bfa5a7fb68ba0678ed57ba (diff) | |
parent | 69a3043f4109463f35e87102e509e0a4599cd09a (diff) |
Merge branch 'mesa_7_6_branch'
Conflicts:
Makefile
configs/default
docs/relnotes.html
src/gallium/drivers/softpipe/sp_context.c
src/gallium/drivers/softpipe/sp_tile_cache.c
src/mesa/main/version.h
Diffstat (limited to 'docs')
-rw-r--r-- | docs/news.html | 11 | ||||
-rw-r--r-- | docs/relnotes-7.6.1.html | 44 | ||||
-rw-r--r-- | docs/relnotes.html | 1 |
3 files changed, 56 insertions, 0 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.6.1.html b/docs/relnotes-7.6.1.html new file mode 100644 index 00000000000..584a2de926a --- /dev/null +++ b/docs/relnotes-7.6.1.html @@ -0,0 +1,44 @@ +<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 +</ul> + +</body> +</html> 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> |