From 5ff6198c9346d84717bac28980329b048f4406e8 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 18 Aug 2012 11:59:56 +0100 Subject: 2.20.4 release Signed-off-by: Chris Wilson --- NEWS | 30 ++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 5a9c4954..1ad769e2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,33 @@ +Release 2.20.4 (2012-08-18) +=========================== +Continuing the small bugfix releases, the only real feature is initial +enabling for Haswell for the purpose of rendering verification and +validation - by no means is it complete! + +Bugs fixed since 2.20.3: + + * Some potential errors along failure paths found by a static analyser + with the help of Zdenek Kablac. + + * Eliminate zero-sized rectangles from PolyFillRectangles as the code + assumes that they did not exist and so caused corruption. + + * Remove the UXA warning for failing to tile the front buffer if it is + disallowed by hardware, and so expected. + + * Fix the validation of the XV pipe parameter. + + * Fix 8x8 tiled pattern fills + https://bugs.freedesktop.org/show_bug.cgi?id=53353 + + * Fix compile failure when using --with-builderstring + + * Restore w/a flush for gen4 fill/copy/video, fortunately rare + operations as at least for fill/copy we prefer to use the BLT. + https://bugs.freedesktop.org/show_bug.cgi?id=53119 + + * Restore preferred use of the RENDER ring for SNB+ DRI copies. + Release 2.20.3 (2012-08-04) =========================== Just a minor bugfix for gen4 chipsets (965gm, gm45 and friends) that diff --git a/configure.ac b/configure.ac index 7ffbb75b..a9c6336d 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-video-intel], - [2.20.3], + [2.20.4], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xf86-video-intel]) AC_CONFIG_SRCDIR([Makefile.am]) -- cgit v1.2.3