diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2014-12-21 14:41:12 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2014-12-21 14:41:12 +0000 |
commit | baec802b21387d04aebb10ac29e719a1800c5aa0 (patch) | |
tree | 6babff13ea674cd6ebb0b28dee4b731938c21e32 | |
parent | 01ce7efe73538047abd38bbbb95fc4012ebeb9b4 (diff) |
2.99.917 snapshot2.99.917
-rw-r--r-- | NEWS | 50 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 51 insertions, 1 deletions
@@ -1,3 +1,53 @@ +Snapshot 2.99.917 (2014-12-21) +============================== +3 months drifted by whilst I looked elsewhere for bugs.. The highlight of +bugs fixed here are a couple of workarounds required for Broadwell and +making sure that the rasterisation code is symmetric under inversions. +However, as a couple of crashers slipped through into 2.99.916 (though +not actual regressions in 2.99.916 per se) and 3 months have passed, we +should make one more snapshot before an imminent release. + + * Beware of recomputing the clear hint in the middle of MI recursion + https://bugs.freedesktop.org/show_bug.cgi?id=77074 + + * Fix crash from rendering an empty Glyph string under PRIME as the + secondary driver + + * Restore application of default monitor options to the first output, + a regression in 2.99.915 and the MST support + https://bugs.gentoo.org/show_bug.cgi?id=522500 + + * Finally fix ZaphodHeads blocking on waiting for flip completion events. + Before kernel 3.19, O_NONBLOCK support is broken and so we must avoid + reading if we are not expecting an event. + + * Backwards compatibilty fix for fake triple buffering with PRIME and + Xorg-1.15 + https://bugs.freedesktop.org/show_bug.cgi?id=85144#c12 + + * Fix a rendering issue with output rotation and software fallbacks. + https://bugs.freedesktop.org/show_bug.cgi?id=84653 + + * Enable MST discovery even without udev support + https://bugs.freedesktop.org/show_bug.cgi?id=84718 + + * Fix TearFree operation after the GPU is wedged + https://bugs.freedesktop.org/show_bug.cgi?id=85058 + + * Fix projective sampling on gen6+. + + * Fix rendering and corruption with gen8. + https://bugs.freedesktop.org/show_bug.cgi?id=84958 + https://bugs.freedesktop.org/show_bug.cgi?id=83207 + https://bugs.freedesktop.org/show_bug.cgi?id=79053 + https://bugs.freedesktop.org/show_bug.cgi?id=81583 + + * Fix crash when using Xinerama. + https://bugs.freedesktop.org/show_bug.cgi?id=87207 + + * Fix rendering of right-to-left or bottom-to-top PolySegments in UXA + + Snapshot 2.99.916 (2014-09-08) ============================== Quick update for MST in UXA - we need to hook up the RandR outputs for diff --git a/configure.ac b/configure.ac index cbfc4720..61bea435 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-video-intel], - [2.99.916], + [2.99.917], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xf86-video-intel]) AC_CONFIG_SRCDIR([Makefile.am]) |