summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2014-01-31 17:59:30 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2014-02-01 09:07:13 +0000
commit3f2e199b6b4ce86ba3922f9f2dea5f6cba053453 (patch)
treea64dc2cd21f743d2342c170b32e753d033ee4d9e
parent1f9a6156e9240a1efa8785ab5bca0a3b1757d08e (diff)
2.99.908 snapshot2.99.908
-rw-r--r--NEWS61
-rw-r--r--configure.ac2
2 files changed, 62 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7bef0bc7..83bf8090 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,64 @@
+Snapshot 2.99.908 (2013-01-31)
+==============================
+A couple of regressions dashed the hopes that .907 was to be the final
+release candidate, so time to start the cycle again after applying a few
+more bugfixes.
+
+ * Fix invalid pageflipping of GLXPixmaps by UXA.
+ https://bugs.freedesktop.org/show_bug.cgi?id=73282
+
+ * Consistently treat DPMS Suspend/Standy as Off, otherwise we may
+ incorrectly restore the backlight in UXA.
+
+ * Fix disabling the backlight in UXA when querying the value whilst off
+ https://bugs.freedesktop.org/show_bug.cgi?id=73181.
+
+ * Invalidate between every operation if rendering into the source or mask.
+ Fixes regression in 2.99.907 on Ivybridge (seen in KDE)
+ https://bugs.freedesktop.org/show_bug.cgi?id=73208
+
+ * Check for available batch buffer state before restoring state on gen4,
+ otherwise we overwrite surface state with commands and cause a GPU hang.
+ https://bugs.freedesktop.org/show_bug.cgi?id=73348
+
+ * Prevent an invalid free by TearFree
+ https://bugs.freedesktop.org/show_bug.cgi?id=73469
+
+ * Fix confusion in TearFree when it tried to pageflip to a stale bo
+ https://bugs.freedesktop.org/show_bug.cgi?id=70905
+
+ * Initialise TearFree contents with the current frontbuffer upon creation,
+ otherwise old content may be visible for significant fractions of a
+ second after resume or DPMS on
+ https://bugs.freedesktop.org/show_bug.cgi?id=73842
+
+ * Nullify the old pointer into a CPU mmapping of the bo when promoting it
+ on the GPU. Eventually that old pointer becomes invalid and will cause
+ the Xserver to crash.
+ Fixes regression in 2.99.906
+ https://bugs.freedesktop.org/show_bug.cgi?id=73351
+
+ * Restore the serialNumber on the GC correctly after falling back to
+ software. This was seen to cause corruption with Wine.
+ https://bugs.freedesktop.org/show_bug.cgi?id=73856
+
+ * Do not ignore CPU damage on a pixmap unless the Composite operation
+ will completely overwrite it. This was observed in xfce4.
+ https://bugs.freedesktop.org/show_bug.cgi?id=69528
+
+ * Skip fake outputs during initial probe as they can cause a NULL pointer
+ dereference.
+ https://bugs.freedesktop.org/show_bug.cgi?id=73981
+
+ * Fix rendering of dashed zero-width lines onto 24bit buffers
+ https://bugzilla.redhat.com/show_bug.cgi?id=1059152
+
+ * Cap the freed Pixmap cache and reuse it more often
+ Fixes a regression in 2.99.907 that caused the memory used by X to
+ grow until it was cleaned up during server regreneration
+ https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1272338
+
+
Snapshot 2.99.907 (2013-12-30)
==============================
The highlight here is that things seem to be quietening down on the bug
diff --git a/configure.ac b/configure.ac
index ce4822fa..03134a05 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([xf86-video-intel],
- [2.99.907],
+ [2.99.908],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
[xf86-video-intel])
AC_CONFIG_SRCDIR([Makefile.am])