diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-03-10 14:34:39 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-03-11 13:20:50 +0000 |
commit | 4fb7be0a0d4bf027ed254399b6b538e979f525f2 (patch) | |
tree | 0be596bfb6a8567faba667b9f462d2e92b7024b7 | |
parent | 25a63b32c7b549ffb3c7f14de4bf2731d044eb39 (diff) |
2.21.4 release2.21.4
-rw-r--r-- | NEWS | 38 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 39 insertions, 1 deletions
@@ -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]) |