xf86-video-intel: configure.ac NEWS

Chris Wilson ickle at kemper.freedesktop.org
Mon Dec 30 02:37:19 PST 2013


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

New commits:
commit c4b88d602640b3e2e46c61928ab194dc9f6b390d
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Wed Dec 18 10:33:52 2013 +0000

    2.99.907 snapshot

diff --git a/NEWS b/NEWS
index e4e980d..7bef0bc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,51 @@
+Snapshot 2.99.907 (2013-12-30)
+==============================
+The highlight here is that things seem to be quietening down on the bug
+reporting front. All is not quiet as you will see below, and maybe it is
+just the holiday season that is approaching*, but there has been a
+remarkable falloff in bug reports. Lets hope this trend holds and we can
+make a stable release shortly!
+
+* This was intended to be sent a couple of weeks ago and the holiday season
+has been very quiet....
+
+Oh, and acceleration support for Intel's next generation of
+integrated processor graphics has landed, codenamed Broadwell.
+
+ * Fix potential X server infinite recursion (crash) from a gen2 bug fix
+   Regression in 2.99.906
+   https://bugs.freedesktop.org/show_bug.cgi?id=71605
+
+ * Workaround a missing pipeline flush within Ivybridge, that would
+   leave black rectangles randomly over the output
+   https://bugs.freedesktop.org/show_bug.cgi?id=68410
+
+ * Fix tiled fills. gen2-3 and gen4+ had two different bugs that
+   both broke rendering with small 8x8 patterns in some circumstances
+   https://bugs.freedesktop.org/show_bug.cgi?id=71260
+
+ * Fix reads from a cropped video image using a packed pixel format.
+
+ * Another clear the clear hint after DRI2 SwapBuffers, like the bug fixed
+   in 2.99.903. Failure to clear the hint would cause read backs of the
+   frontbuffer (Xvnc) to be blank.
+   https://bugs.freedesktop.org/show_bug.cgi?id=72194
+
+ * Disable VSync on Baytrail
+   https://bugs.freedesktop.org/show_bug.cgi?id=69869
+
+ * Handle partial uploads with TearFree correctly
+   https://bugs.freedesktop.org/show_bug.cgi?id=72343
+   https://bugs.freedesktop.org/show_bug.cgi?id=72430
+
+ * Avoid recusing through DRI event handlers whilst processing TearFree,
+   leading to a double free (and memory corruption)
+   https://bugs.freedesktop.org/show_bug.cgi?id=72690
+
+ * Hide the gen4 render corruption by crippling the GPU
+   https://bugs.freedesktop.org/show_bug.cgi?id=55500
+
+
 Snapshot 2.99.906 (2013-11-13)
 ==============================
 Several stability fixes required after the recent tweaking of the core
diff --git a/configure.ac b/configure.ac
index 9eece7a..9ceb37d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
 # Initialize Autoconf
 AC_PREREQ([2.60])
 AC_INIT([xf86-video-intel],
-        [2.99.906],
+        [2.99.907],
         [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