xf86-video-intel: configure.ac NEWS

Chris Wilson ickle at kemper.freedesktop.org
Sun Aug 4 02:32:09 PDT 2013


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

New commits:
commit 0cd154039ab02799dc972d93c415e762226df1aa
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Sun Aug 4 10:30:14 2013 +0100

    2.21.14 release

diff --git a/NEWS b/NEWS
index a207c4e..728b6c4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Release 2.21.14 (2013-08-04)
+============================
+A few updates for the top-end Haswell systems (notably GT3 and GT3e
+systems), in particular, setting the appropriate thread counts for the
+larger GPU and handling a few scaling issues with the emedded DRAM. More
+important than the performance tuning though is a fix for a critical
+issue encountered by a few people on gen4/gen5 systems.
+
+ * Initial performance tuning for HSW:GT3e
+
+ * Fix a crash with Planetary Annihilation
+
+ * Disable triple buffering for compositors
+
+ * Reserve space in the exec buffer array for deferred VBOs.
+   https://bugs.freedesktop.org/show_bug.cgi?id=67504
+
+
 Release 2.21.13 (2013-07-27)
 ============================
 A minor release to repair the build for non-Linux systems, and to undo a
diff --git a/configure.ac b/configure.ac
index d5705b9..104113e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
 # Initialize Autoconf
 AC_PREREQ([2.60])
 AC_INIT([xf86-video-intel],
-        [2.21.13],
+        [2.21.14],
         [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