diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-09-13 14:43:54 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-09-13 14:43:54 -0600 |
commit | 38d3b2262bfbe85994549dd6a8f75da3833b6e7f (patch) | |
tree | ef070ab226b6dc27eaea4ac4ed278886278d09ae | |
parent | 4db2a7f36cb8b4bf1325f3f9c57247fd5322f2ea (diff) |
mesa: documentation updates for 7.2 release
-rw-r--r-- | docs/download.html | 4 | ||||
-rw-r--r-- | docs/news.html | 7 | ||||
-rw-r--r-- | docs/relnotes-7.2.html | 7 |
3 files changed, 15 insertions, 3 deletions
diff --git a/docs/download.html b/docs/download.html index 2d587f35f9..04f21855c0 100644 --- a/docs/download.html +++ b/docs/download.html @@ -9,9 +9,9 @@ <H1>Downloading</H1> <p> -Current development release: <b>7.1</b> +Current stable release: <b>7.2</b> <br> -Last stable release: <b>7.0.4</b> +Current development: Mesa git/master </p> <p> diff --git a/docs/news.html b/docs/news.html index c89c96a7fa..4bc5087aff 100644 --- a/docs/news.html +++ b/docs/news.html @@ -11,6 +11,13 @@ <H1>News</H1> +<h2>September 15, 2008</h2> +<p> +<a href="relnotes-7.2.html">Mesa 7.2</a> is released. +This is stable, bug-fix release. +</p> + + <h2>August 26, 2008</h2> <p> <a href="relnotes-7.1.html">Mesa 7.1</a> is released. diff --git a/docs/relnotes-7.2.html b/docs/relnotes-7.2.html index 01609f9777..d3ae7dba38 100644 --- a/docs/relnotes-7.2.html +++ b/docs/relnotes-7.2.html @@ -14,7 +14,12 @@ Mesa 7.2 is a stable release fixing bugs found in 7.1, which was a new development release. </p> -</> +<p> +Mesa 7.2 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> Note that this version of Mesa does not use the GEM memory manager. The master branch of git uses GEM. The prototype DRI2 code that was in 7.1 has also been removed. |