2.20.14 release

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson
2012-11-26 08:48:31 +00:00
parent 1367e3f9ef
commit 7a904ce839
2 changed files with 24 additions and 1 deletions

23
NEWS
View File

@@ -1,3 +1,26 @@
Release 2.20.14 (2012-11-26)
============================
The highlight of this release is gen4, from 965g to gm45. Quite an old
bug surfaced in the shader assembly, sparking a chance to review a few
design choices within that backend and experiment on fresh ways to
workaround the remaining issues.
* Avoid using inplace XOR'ed uploads for very large buffers
https://bugs.freedesktop.org/show_bug.cgi?id=57031
* Fix the gen4/5 opacity shader
https://bugs.freedesktop.org/show_bug.cgi?id=57054
* Queue a pending vblank request after flip completion
https://bugs.freedesktop.org/show_bug.cgi?id=56423
* Avoid migrating an uninitialised pixmap for use as a render source
https://bugs.freedesktop.org/show_bug.cgi?id=47597
* Improve handing of texture fallbacks for 830/845.
https://bugs.freedesktop.org/show_bug.cgi?id=57392
Release 2.20.13 (2012-11-11)
============================
Nothing but bug fixes. Many thanks to everyone who took the time to

View File

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