summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2014-09-08 07:54:25 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2014-09-08 07:54:25 +0100
commit001c542618aad25137029dcc28aa520766040964 (patch)
treef8126f4ec13f52b71dd3de7021c8d97522119da3
parentdb01c9d627412f05f5e5448b5f4c1d3814d522fa (diff)
2.99.915 snapshot2.99.915
-rw-r--r--NEWS39
-rw-r--r--configure.ac2
2 files changed, 40 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f5e8317f..51486f32 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 c24b369e..e7419a2c 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])