summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2013-07-27 16:28:22 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2013-07-28 14:08:24 +0100
commitbb8484da487008df8b69beb8086167bc272e85bb (patch)
treef47aaa09062c245792c03c2a6657a8fb8324f846 /NEWS
parent95e172b365365e9189dd863f1033bc6ea036a713 (diff)
downloadxorg-driver-xf86-video-intel-bb8484da487008df8b69beb8086167bc272e85bb.tar.gz
2.21.13 release2.21.13
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS37
1 files changed, 37 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8202e78b..a207c4e4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,40 @@
+Release 2.21.13 (2013-07-27)
+============================
+A minor release to repair the build for non-Linux systems, and to undo a
+few more regressions.
+
+ * Avoid potential memory corruption with allocations of very small
+ depth 1 bitmaps.
+
+ * Fix source clipping whilst computing copy extents and exposures.
+ [Regression from 2.21.12]
+ https://bugs.freedesktop.org/show_bug.cgi?id=66970
+
+ * Use /proc/cpuinfo if cpuid4 is not available (old hardware or old
+ gcc), and repair the build on systems without cpuid.
+ [Regression from 2.21.12]
+
+ * Fix performance regression on Ironlake from inadvertently flushing
+ after every operation.
+ [Regression from 2.21.11]
+ https://bugs.freedesktop.org/show_bug.cgi?id=67157
+
+ * Fix conflict handling when probing initial KMS configuration for
+ ZaphodHeads.
+ [Regression from 2.21.11]
+ https://bugs.freedesktop.org/show_bug.cgi?id=67176
+
+ * Stop being overly restrictive and rejecting stale DRI2 buffers.
+ (DRI2 is inherently racy in that the client may have completed and
+ submitted rendering to buffers that are now invalid on the server.
+ This race is magnified by bugs within the Xserver where it forgets
+ to notify the DRI2 clients of certain invalidation events.)
+ https://bugs.freedesktop.org/show_bug.cgi?id=67210
+
+ * Handle a failure to use a GTT mmap for a pixmap upload and try
+ an alternative method before giving up.
+
+
Release 2.21.12 (2013-07-14)
============================
In this release, we clear up the teething troubles from preserving the KMS