summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2012-08-04 09:31:41 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2012-08-04 09:32:35 +0100
commit5833ef173a01afb710acf10e806b83c5ca6efc09 (patch)
tree0703a9831d4fecf5fbcdb64c7d89f337c96d6b1d /NEWS
parent036b90f099af21e60fb4c3684616daf1927f705e (diff)
2.20.3 release
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS29
1 files changed, 29 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7e267a6a..5a9c4954 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+Release 2.20.3 (2012-08-04)
+===========================
+Just a minor bugfix for gen4 chipsets (965gm, gm45 and friends) that
+crept into 2.20.2. As an added bonus, the pessimistic workaround for a
+GPU hang on gen4 has been relaxed and the shaders have been overhauled
+which should pave the way to eliminating the last of the uncommon CPU
+operations, along with immediately realising a small perforamnce
+improvement.
+
+Bugs fixed since 2.20.2:
+
+ * Update DPMS bookkeeping after modeset
+ https://bugs.freedesktop.org/show_bug.cgi?id=52142
+
+ * Avoid overlapping gpu/cpu damage after ignoring cpu damage in the
+ consideration of placement for the operation.
+
+ * Enable acceleration by default on 830gm/845g. The GMCH on this pair
+ of chipsets is notoriously incoherent, so the GPU is almost certainly
+ going to hang at some point, though unlikely to hang the system and
+ should automatically disable acceleration (and thence behave
+ identically as if the acceleration was disabled from the start).
+ Option "NoAccel" can be used to disable all 2D acceleration and
+ Option "DRI" can be used to disable all 3D acceleration.
+ https://bugs.freedesktop.org/show_bug.cgi?id=52624
+
+ * Fix vertex bookkeeping for gen4 that was causing corruption in the
+ command stream.
+
Release 2.20.2 (2012-07-27)
===========================
For the last 9 months, since 2.16.901, we have been shipping a driver that