xf86-video-intel: configure.ac NEWS

Chris Wilson ickle at kemper.freedesktop.org
Wed Aug 21 07:24:56 PDT 2013


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

New commits:
commit f57ce6ef9ca735d5cb428b2f12f1f9413a70506a
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Wed Aug 21 12:20:29 2013 +0100

    2.21.15 release

diff --git a/NEWS b/NEWS
index 728b6c4..c23da5e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+Release 2.21.15 (2013-08-21)
+============================
+Some build fixes for the BSDs and alternate compiler, and conflicting
+configure options and a critcial fix for some PRIME setups.
+
+ * Don't fail to configure if DRI1 is not available and the user asks
+   for both DRI and KMS-only
+   [Regression from 2.21.14]
+
+ * Lots of miscellaneous fixes for older gcc, other compilers and BSD.
+
+ * Initial framework support for hosted X.
+
+ * Improve transition from fbcon to X with multiple outputs and extended
+   desktops.
+
+ * Ensure the framebuffer exists before checking it against the CRTC
+   constraints.
+   https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/121234
+   [Regression from 2.21.10]
+
+ * Add RGB overlay support for Ironlake and later.
+
+ * Don't release the overlay buffer too early, i.e. before the client
+   disables the Xv image.
+
+ * Tweak the ring switching logic to reduce use of semaphores on
+   Sandybridge and later - a delicate balancing act between trying to
+   use the faster engine for the task and preventing concurrent use of
+   multiple rings.
+
+
 Release 2.21.14 (2013-08-04)
 ============================
 A few updates for the top-end Haswell systems (notably GT3 and GT3e
diff --git a/configure.ac b/configure.ac
index 211a086..9fc011e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
 # Initialize Autoconf
 AC_PREREQ([2.60])
 AC_INIT([xf86-video-intel],
-        [2.21.14],
+        [2.21.15],
         [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