xf86-video-intel: configure.ac NEWS

Chris Wilson ickle at kemper.freedesktop.org
Wed Feb 20 05:40:16 PST 2013


 NEWS         |   22 ++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 23 insertions(+), 1 deletion(-)

New commits:
commit d2442c74b8d41018f260f1da13f3fe5d2795792f
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Wed Feb 20 10:53:57 2013 +0000

    2.21.3 release

diff --git a/NEWS b/NEWS
index f1951a7..4c088bd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+Release 2.21.3 (2013-02-20)
+===========================
+A few minor bugfixes, another point release.
+
+ * Fix tracking of DRI pixmaps and their backing bo across reparenting. If
+   we tried to execute a SwapBuffers after a Window was reparented, but
+   before the DRI client has updated its references, then we would end up
+   manipulating an exported pixmap without a flush flag set. In the worst
+   case, this would culminate in a segfault in the driver.
+   https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1127497
+
+ * Restore the gen4 workarounds for flickering rendering - a few cases still
+   remain, as the root cause persists.
+   https://bugs.freedesktop.org/show_bug.cgi?id=60402
+
+ * Double check that the device has KMS enabled before claiming. This allows
+   X to gracefully fallback to VESA/fbdev rather than bailing out.
+   https://bugs.freedesktop.org/show_bug.cgi?id=60987
+
+ * Fix the UXA render programs for projective transforms on Ivybridge.
+
+
 Release 2.21.2 (2013-02-10)
 ===========================
 Pass the brown paper bags, I need half a dozen or so. That seemingly
diff --git a/configure.ac b/configure.ac
index 6aa0e6c..97daee6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
 # Initialize Autoconf
 AC_PREREQ([2.60])
 AC_INIT([xf86-video-intel],
-        [2.21.2],
+        [2.21.3],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
         [xf86-video-intel])
 AC_CONFIG_SRCDIR([Makefile.am])


More information about the xorg-commit mailing list