From: Brian Paul
Date: Tue, 26 Aug 2008 21:58:42 +0000 (-0600)
Subject: 7.1 updates from 7.2 branch
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=17e9bbd5a4fa660e5993c6fe05e181c3d6fd5973;p=mesa.git
7.1 updates from 7.2 branch
---
diff --git a/docs/download.html b/docs/download.html
index 4a9804955ae..2d587f35f9f 100644
--- a/docs/download.html
+++ b/docs/download.html
@@ -9,6 +9,8 @@
Downloading
+Current development release: 7.1
+
Last stable release: 7.0.4
diff --git a/docs/news.html b/docs/news.html
index 345e2a9f426..c89c96a7fa2 100644
--- a/docs/news.html
+++ b/docs/news.html
@@ -11,6 +11,16 @@
News
+August 26, 2008
+
+Mesa 7.1 is released.
+This is a new development release.
+It should be relatively stable, but those especially concerned about
+stability should wait for the 7.2 release or use Mesa 7.0.4 (the
+previous stable release).
+
+
+
August 16, 2008
Mesa 7.0.4 is released.
diff --git a/docs/relnotes-7.1.html b/docs/relnotes-7.1.html
index abcbc3186ed..4f8586d5df9 100644
--- a/docs/relnotes-7.1.html
+++ b/docs/relnotes-7.1.html
@@ -8,13 +8,21 @@
-Mesa 7.1 Release Notes / May XX, 2008
+Mesa 7.1 Release Notes / August 26, 2008
Mesa 7.1 is a new development release.
There have been many internal code changes since Mesa 7.0.x.
It should be relatively stable, but those who are especially concerned about
-stability should wait for Mesa 7.2.
+stability should wait for Mesa 7.2 or use Mesa 7.0.4 (the previous stable
+release).
+
+>
+Note that this version of Mesa does not use the GEM memory manager.
+The master branch of git uses GEM.
+
+
+DRM version 2.3.1 should be used with Mesa 7.1
@@ -27,9 +35,11 @@ TBD
New features
- autoconf-based configuration (and clean-up of Makefiles)
+
- Assorted DRI driver enhancements
- Reduced dependencies between X server and Mesa
- GL_EXT_texture_from_pixmap extension for Xlib driver
- Support for the GL shading language with i965 driver (implemented by Intel)
+
- ATI R500 series support (Radeon X1300–X1950) in r300 DRI driver
@@ -37,6 +47,7 @@ TBD
- Numerous GLSL fixes
- Fixed some error code/detection bugs in the GLSL-related API functions
+
- Lots of DRI driver fixes.