summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2012-09-02 10:29:49 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2012-09-02 10:30:13 +0100
commitd933f3a7965c9aa70f70477be3bfe94d5ded948b (patch)
tree2a9aa8e298d191a0701832e6ebe624121b46fa9f
parent62e7e69d88f7e5c8b0f0931fe887ee0c3bddb43f (diff)
2.20.6 release2.20.6
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r--NEWS21
-rw-r--r--configure.ac2
2 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 54f2caac..a2caaa7d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Release 2.20.6 (2012-09-02)
+===========================
+A serious bug that caused a crash on SandyBridge and IvyBridge when
+mixing CPU and GPU operations on the same buffer, and an annoyance from
+bad scheduling of windowed swapbuffer updates causing low framerates and
+jitter. Plus the usual smattering of assertion fixes and a long standing
+issue with incoherent page access to a streaming buffer.
+
+ * Low frame rates in Blobby Valley when "fullscreen"
+ https://bugs.freedesktop.org/show_bug.cgi?id=54274
+
+ * Incoherent concurrent access with the CPU and GPU
+ https://bugs.freedesktop.org/show_bug.cgi
+ https://bugs.freedesktop.org/show_bug.cgi
+
+ * Add Option "Backlight" to override automatic selection of the
+ backlight interface.
+
+ * Avoid overwriting the composite operation info when testing if we
+ can transfer the operation to the BLT.
+
Release 2.20.5 (2012-08-26)
===========================
Another silly bug found, another small bugfix release. The goal was for
diff --git a/configure.ac b/configure.ac
index 114e7212..c401a619 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([xf86-video-intel],
- [2.20.5],
+ [2.20.6],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
[xf86-video-intel])
AC_CONFIG_SRCDIR([Makefile.am])