diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-09-08 20:01:32 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-09-08 20:02:32 +0100 |
commit | 0659711dfa9c9fc52adeaba766049887d5b6f040 (patch) | |
tree | cb2c099c16d961f7a498146c0918b7fe788cdf5c | |
parent | 2c8e48f8149499040342836491333402fd05b762 (diff) |
2.20.7 release2.20.7
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r-- | NEWS | 26 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 27 insertions, 1 deletions
@@ -1,3 +1,29 @@ +Release 2.20.7 (2012-09-08) +=========================== +Continuing the flurry of releases, this week saw the release of +xorg-1.13 bringing with it the first steps towards hotpluggable gpu +support and the ability to offload DRI rendering onto other GPUs. In +light of that advance, this release includes the support code by Dave +Airlie to integrate PRIME into xf86-video-intel and make those new +features available. + +Aside from landing PRIME, a few other bugs were fixed since 2.20.5: + + * Fix framebuffer leak on server regeneration + + * Fix texture cache flushing on IvyBridge and Kwin with plastique + https://bugs.freedesktop.org/show_bug.cgi?id=54488 + + * Redirect large solid fills on SandyBridge+. By large I mean greater + than 8192 or 16384 pixels on SandyBridge and IvyBridge respectively. + https://bugs.freedesktop.org/show_bug.cgi?id=54134 + + * Fix up backlight option handling in the manpage and uxa. + https://bugs.freedesktop.org/show_bug.cgi?id=54397 + + * Unbreak ZaphodHeads. + https://bugs.freedesktop.org/show_bug.cgi?id=52438 + Release 2.20.6 (2012-09-02) =========================== A serious bug that caused a crash on SandyBridge and IvyBridge when diff --git a/configure.ac b/configure.ac index c401a619..f94f1401 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-video-intel], - [2.20.6], + [2.20.7], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xf86-video-intel]) AC_CONFIG_SRCDIR([Makefile.am]) |