2.20.2 release

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson
2012-07-27 09:07:16 +01:00
parent bef73cd927
commit a8ee140624
2 changed files with 21 additions and 1 deletions

20
NEWS
View File

@@ -1,3 +1,23 @@
Release 2.20.2 (2012-07-27)
===========================
For the last 9 months, since 2.16.901, we have been shipping a driver that
does not work on IvyBridge GT1 systems (HD2500 graphics); we were telling
the GPU to use an invalid number of threads for the pixel shader and this
in turned caused the GPU to hang.
Also fixed since the last release just a few days ago:
* Support for the gmux backlight controller on Apple laptops
https://bugs.freedesktop.org/show_bug.cgi?id=52423
* Fix X -configure not to list this driver as matching any Intel device,
just the VGA class devices will do!
* A crash in SNA when repeatedly switching xrandr rotations
* Corruption in SNA observed in kwin on IvyBridge
https://bugs.freedesktop.org/show_bug.cgi?id=52473
Release 2.20.1 (2012-07-22)
===========================
A week in, grab the brown paper bags, for it is time to reveal a couple

View File

@@ -23,7 +23,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([xf86-video-intel],
[2.20.1],
[2.20.2],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
[xf86-video-intel])
AC_CONFIG_SRCDIR([Makefile.am])