summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-09-13 14:36:17 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-09-13 14:36:17 -0600
commit772131280ad224c3ad8cd134401e34c921ec1767 (patch)
tree2c86a8d9d4f00fdc190fb9078662d7145c73690b
parentee913c0fccfd793d6ae1ebbadf62342a9354d6d1 (diff)
document 7.2 bug fixes, etc
-rw-r--r--docs/relnotes-7.2.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/relnotes-7.2.html b/docs/relnotes-7.2.html
index b35d8f2674..01609f9777 100644
--- a/docs/relnotes-7.2.html
+++ b/docs/relnotes-7.2.html
@@ -11,11 +11,13 @@
<H1>Mesa 7.2 Release Notes / (date tbd)</H1>
<p>
-Mesa 7.2 is a stable release fixing bugs found in 7.1.
+Mesa 7.2 is a stable release fixing bugs found in 7.1, which was a
+new development release.
</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.
</p>
<p>
DRM version 2.3.1 should be used with Mesa 7.2
@@ -30,11 +32,17 @@ tbd
<h2>New features</h2>
<ul>
+<li>i965 driver: added support for G41 chipset (Intel)
</ul>
<h2>Bug fixes</h2>
<ul>
+<li>Assorted bug fixes for Ming build
+<li>Fixed some vertex/pixel buffer object reference counting bugs
+<li>Fixed depth/stencil bug in i915/945 driver
+<li>Fixed some shader flow control bugs in i965 driver
+<li>Fixed a few tdfx driver bugs which prevented driver from working
</ul>