diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-12-18 10:33:52 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-12-30 10:35:18 +0000 |
commit | c4b88d602640b3e2e46c61928ab194dc9f6b390d (patch) | |
tree | 13b21a92b847a96864fa4a0ab66588a04fb62b8c | |
parent | 9289e2c56b7f0cc78c5123691ad96611f0e04bed (diff) |
2.99.907 snapshot2.99.907
-rw-r--r-- | NEWS | 48 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 49 insertions, 1 deletions
@@ -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 9eece7ab..9ceb37dd 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]) |