diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-08-04 09:31:41 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-08-04 09:32:35 +0100 |
commit | 5833ef173a01afb710acf10e806b83c5ca6efc09 (patch) | |
tree | 0703a9831d4fecf5fbcdb64c7d89f337c96d6b1d | |
parent | 036b90f099af21e60fb4c3684616daf1927f705e (diff) |
2.20.3 release2.20.3
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r-- | NEWS | 29 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 30 insertions, 1 deletions
@@ -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 diff --git a/configure.ac b/configure.ac index 2a8d08b5..7ffbb75b 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-video-intel], - [2.20.2], + [2.20.3], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xf86-video-intel]) AC_CONFIG_SRCDIR([Makefile.am]) |