summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2013-03-10 14:34:39 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2013-03-11 13:20:50 +0000
commit4fb7be0a0d4bf027ed254399b6b538e979f525f2 (patch)
tree0be596bfb6a8567faba667b9f462d2e92b7024b7
parent25a63b32c7b549ffb3c7f14de4bf2731d044eb39 (diff)
2.21.4 release2.21.4
-rw-r--r--NEWS38
-rw-r--r--configure.ac2
2 files changed, 39 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4c088bd1..cb82e52d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,41 @@
+Release 2.21.4 (2013-03-11)
+===========================
+More bugs, more fixes, more releases. A minor new feature being introduced
+is the runtime detection of CPU instructions sets along with specialised
+paths to take advantage of the available CPU.
+
+ * Honour LinearFramebuffer for clumsy PowerXpress integration
+
+ * Disable read-read optimisations of mappings whilst the root
+ cause of a corruption issue remains elusive.
+ https://bugs.freedesktop.org/show_bug.cgi?id=61628
+
+ * Disable 8-bpp framebuffers in UXA as the regressions therein
+ remain unfixed.
+
+ * Restart vertex checks after lock contention
+ https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1124576
+
+ * Handle Screen Pixmap recreation whilst exported via PRIME.
+
+ * Correct application of scale factors to video source offsets.
+ https://bugs.freedesktop.org/show_bug.cgi?id=61610
+
+ * Chain up CloseScreen so that resources are actually freed across regen
+ https://bugs.freedesktop.org/show_bug.cgi?id=56608
+
+ * Fix Haswell CRW PCI-IDs
+
+ * Handle batch submission failure during DRI copies
+ https://bugs.freedesktop.org/show_bug.cgi?id=61708
+
+ * Probe for kernel support of requested Screen depth
+ https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1135403
+
+ * Correct GPU limits for early gen2 and gen3 architectures and prevent
+ an infinite recursion for particular image sizes.
+
+
Release 2.21.3 (2013-02-20)
===========================
A few minor bugfixes, another point release.
diff --git a/configure.ac b/configure.ac
index 97daee6d..8fea817f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([xf86-video-intel],
- [2.21.3],
+ [2.21.4],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
[xf86-video-intel])
AC_CONFIG_SRCDIR([Makefile.am])