Skip to content
Snippets Groups Projects
Commit 5833ef17 authored by Chris Wilson's avatar Chris Wilson :thinking:
Browse files

2.20.3 release


Signed-off-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
parent 036b90f0
No related merge requests found
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
......
......@@ -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])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment