From 3ba983bf5d0ae8f9eb5083513e910abf41dd8b73 Mon Sep 17 00:00:00 2001
From: Brian Paul
Date: Wed, 18 Nov 2009 07:46:17 -0700
Subject: docs: setup 7.8 release notes file
---
docs/relnotes.html | 1 +
1 file changed, 1 insertion(+)
(limited to 'docs/relnotes.html')
diff --git a/docs/relnotes.html b/docs/relnotes.html
index b301ee046a..d0d9b6e5b9 100644
--- a/docs/relnotes.html
+++ b/docs/relnotes.html
@@ -13,6 +13,7 @@ The release notes summarize what's new or changed in each Mesa release.
+7.8 release notes
7.7 release notes
7.6.1 release notes
7.6 release notes
--
cgit v1.2.3
From 01bf004d8bef298298621dc9e13b4119e3ced572 Mon Sep 17 00:00:00 2001
From: Brian Paul
Date: Mon, 4 Jan 2010 12:47:37 -0700
Subject: docs: initial release notes for 7.7.1
---
docs/relnotes-7.7.1.html | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
docs/relnotes.html | 1 +
2 files changed, 49 insertions(+)
create mode 100644 docs/relnotes-7.7.1.html
(limited to 'docs/relnotes.html')
diff --git a/docs/relnotes-7.7.1.html b/docs/relnotes-7.7.1.html
new file mode 100644
index 0000000000..61a1167574
--- /dev/null
+++ b/docs/relnotes-7.7.1.html
@@ -0,0 +1,48 @@
+
+
+Mesa Release Notes
+
+
+
+
+
+
+
+Mesa 7.7.1 Release Notes / date tbd
+
+
+Mesa 7.7.1 is a bug-fix release.
+
+
+Mesa 7.7.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.
+
+
+See the Compiling/Installing page for prerequisites
+for DRI hardware acceleration.
+
+
+
+MD5 checksums
+
+tbd
+
+
+
+New features
+
+
+
+Bug fixes
+
+Assorted fixes to VMware SVGA gallium driver.
+ Fixed broken blending to multiple color buffers in swrast driver.
+ Allocate constants more tightly in GL_ARB_vertex/fragment parser.
+
+
+
+
+
diff --git a/docs/relnotes.html b/docs/relnotes.html
index b301ee046a..b06548ae61 100644
--- a/docs/relnotes.html
+++ b/docs/relnotes.html
@@ -13,6 +13,7 @@ The release notes summarize what's new or changed in each Mesa release.