xf86-video-intel: configure.ac NEWS

Chris Wilson ickle at kemper.freedesktop.org
Mon Nov 26 00:52:13 PST 2012


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

New commits:
commit 7a904ce839933d57176e013cdad147533c33ca2f
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Mon Nov 26 08:48:31 2012 +0000

    2.20.14 release
    
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/NEWS b/NEWS
index 3d29cfe..8e48fbb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+Release 2.20.14 (2012-11-26)
+============================
+The highlight of this release is gen4, from 965g to gm45. Quite an old
+bug surfaced in the shader assembly, sparking a chance to review a few
+design choices within that backend and experiment on fresh ways to
+workaround the remaining issues.
+
+ * Avoid using inplace XOR'ed uploads for very large buffers
+   https://bugs.freedesktop.org/show_bug.cgi?id=57031
+
+ * Fix the gen4/5 opacity shader
+   https://bugs.freedesktop.org/show_bug.cgi?id=57054
+
+ * Queue a pending vblank request after flip completion
+   https://bugs.freedesktop.org/show_bug.cgi?id=56423
+
+ * Avoid migrating an uninitialised pixmap for use as a render source
+   https://bugs.freedesktop.org/show_bug.cgi?id=47597
+
+ * Improve handing of texture fallbacks for 830/845.
+   https://bugs.freedesktop.org/show_bug.cgi?id=57392
+
+
 Release 2.20.13 (2012-11-11)
 ============================
 Nothing but bug fixes. Many thanks to everyone who took the time to
diff --git a/configure.ac b/configure.ac
index 92c77f5..9004ce5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
 # Initialize Autoconf
 AC_PREREQ([2.60])
 AC_INIT([xf86-video-intel],
-        [2.20.13],
+        [2.20.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