xf86-video-intel: configure.ac NEWS

Chris Wilson ickle at kemper.freedesktop.org
Mon Sep 8 00:22:59 PDT 2014


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

New commits:
commit 001c542618aad25137029dcc28aa520766040964
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Mon Sep 8 07:54:25 2014 +0100

    2.99.915 snapshot

diff --git a/NEWS b/NEWS
index f5e8317..51486f3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,42 @@
+Snapshot 2.99.915 (2014-09-08)
+==============================
+A significant change to UXA to enable MST and to keep it working on recent
+kernels needs some soaking before a major release, and the usual
+plethora of bugfixes. One other feature is the support for hardware
+rotations on very recent kernels.
+
+ * Handle rotated scanouts that are all clear correctly. The region to
+   update was not being computed correctly, overdrawing the wrong CRTC.
+   https://bugs.freedesktop.org/show_bug.cgi?id=81820
+
+ * Reset cursor images after rotation and size changes
+   https://bugs.freedesktop.org/show_bug.cgi?id=81886
+   https://bugs.freedesktop.org/show_bug.cgi?id=82273
+   https://bugs.freedesktop.org/show_bug.cgi?id=82337
+
+ * Handle stale DRI2 buffers and Client errors more gracefully
+
+ * Fallback if we fail to render a glyph onto a too-large surface, e.g.
+   direct rendering of glyphs onto extended desktops with gen2/gen3.
+   https://bugs.archlinux.org/task/40949
+
+ * Further work to enable tiled rendering onto large surfaces in
+   severely aperture and memory constrained devices (e.g. gen2/gen3)
+
+ * Honour the Primary option from xorg.conf and mark that as the RandR
+   primary.
+   https://bugs.freedesktop.org/show_bug.cgi?id=82193
+   https://bugs.freedesktop.org/show_bug.cgi?id=82205
+
+ * Fix another Client-Window DRI2 close race
+   https://bugs.freedesktop.org/show_bug.cgi?id=82979
+
+ * Fix incorrect discarding of GPU damage when copying over the TearFree
+   scanout - which caused a flicker in rapidly updated elements (like
+   simple video panes).
+   https://bugs.freedesktop.org/show_bug.cgi?id=81973
+
+
 Snapshot 2.99.914 (2014-07-23)
 ==============================
 And a brown paper bag to hide the rebuilding from the tarball with
diff --git a/configure.ac b/configure.ac
index c24b369..e7419a2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
 # Initialize Autoconf
 AC_PREREQ([2.60])
 AC_INIT([xf86-video-intel],
-        [2.99.914],
+        [2.99.915],
         [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