2.21.5 release

This commit is contained in:
Chris Wilson
2013-03-21 08:53:12 +00:00
parent 1aca872ee5
commit 4adebfed41
2 changed files with 40 additions and 1 deletions

39
NEWS
View File

@@ -1,3 +1,42 @@
Release 2.21.5 (2013-03-21)
===========================
Haswell reintroduces a command to load the scanline window from the
command stream and so requires its own specialised wait-for-vsync routine
- failure to do so was then causing hangs when trying to do tearfree video
or use a compositor.
* Prevent buffer leak if a non-fullscreen Window is closed with multiple
pending swap events.
* Fix offset transformation for fallback gradient paths.
https://bugs.freedesktop.org/show_bug.cgi?id=62198
* Prevent Glamor from crashing if misconfigured.
Thanks to Michel Dänzer.
* Prevent UXA from crashing if torn down during PreInit.
Thanks to Aaron Plattner.
* Prevent miscompilation with different functional units having different
compiler flags. Some functions were expected to be inlined and so
recompiled with the current target. However, some compilers were
choosing to emit subroutine calls instead without noticing that the
ABI was different between the caller and callee - causing corruption.
https://bugs.freedesktop.org/show_bug.cgi?id=62198
* Fix rendering of CompositeTriFan with recent Xorg.
* Apply the video src-offset fix highlighted in the last release!
A typo prevented the fix from working for gen4+.
https://bugs.freedesktop.org/show_bug.cgi?id=62343
* Fix rendering of multiple glyphs to very large destination surfaces
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1156387
* Fix scanline waits for Haswell
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1156679
Release 2.21.4 (2013-03-11)
===========================
More bugs, more fixes, more releases. A minor new feature being introduced

View File

@@ -23,7 +23,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([xf86-video-intel],
[2.21.4],
[2.21.5],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
[xf86-video-intel])
AC_CONFIG_SRCDIR([Makefile.am])