summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS38
1 files changed, 38 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0d0cd8a8..580c6b27 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,41 @@
+Release 2.7.0.901 (2009-05-08)
+------------------------------
+This is (release candidate for) a maintenance release on the 2.7
+branch. Compared to 2.7.0 it consists only of a few carefully
+hand-picked fixes for bugs. We encourage willing testers to give this
+release candidate a try and report back any problems. If no major
+problems are identified, this same code will become 2.7.1.
+
+Bug fixes since 2.7.0:
+
+ * KMS: Hook up output properties for RANDR, (this allows output
+ properties to be controlled in the KMS case just as in the UMS
+ case). [Zhenyu Wang <zhenyu.z.wang@intel.com>]
+
+ * Fix multiplication error when computing required batch space.
+ This could fix any number of cases where the driver did
+ inexplicable things (due to having computed the wrong
+ size). [Keith Packard <keithp@keithp.com>]
+
+ * Hold reference to video binding table until all rects are
+ painted. This prevent general chaos in the buffer
+ manager. [Keith Packard <keithp@keithp.com>]
+
+ * Split i915 textured video commands to fit into batch
+ buffers. Video and 3D setup commands share the same batch
+ buffer, so without this fix, various problems could occur when
+ video and 3D clients were both heavily active at the same
+ time. [Keith Packard <keithp@keithp.com>]
+
+ * Fix crash with XV with large virtual display (> 2049). [Albert
+ Damen <albrt@gmx.net>]
+
+ * Provide missing value to 3D_STATE_VERTEX_BUFFERS command. We
+ don't know that this was causing any problem, but the change
+ does bring the driver into conformance with what the
+ specification says the hardware requires here. [Keith Packard
+ <keithp@keithp.com>]
+
Release 2.7.0 (2009-04-15)
--------------------------
Compared to the 2.6 series, 2.7.0 has a large number of bug fixes, but