diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-07-22 23:20:23 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-07-22 23:20:23 +0100 |
commit | 83f683b47063eab8cfb5037d02133dd977c3fc25 (patch) | |
tree | 7f3da3c35a885bac1a5b6fdd1ee6fc7c07b74fa9 | |
parent | 9402bdcc13f7e96dfe527ff4a3da8d13a7870a02 (diff) |
2.20.1 release2.20.1
A good brown paper bag bug release for SNA.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r-- | NEWS | 40 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 41 insertions, 1 deletions
@@ -1,3 +1,43 @@ +Release 2.20.1 (2012-07-22) +=========================== +A week in, grab the brown paper bags, for it is time to reveal a couple +of critical bugs that spoilt the 2.20.0 release. + +Firstly we have the restoration of DRI for i810. I am sure that the +solitary user will be overjoyed in a couple of years when a new xserver +is forced upon him. That enjoyment will be short-lived when as no actual +acceleration remains, not even shadow, for the chipset. + +Perhaps a little more wildly felt, I hope!, will be that the SNA +fallbacks were broken on 64-bit machines if they required clipping. One +little misplaced cast of a pointer, and the screen is filled with +corruption. + +Among the other tweaks this week: + +* A bug affecting gen4 handling of trapezoids was fixed, and CPU + overhead reduced. + https://bugs.freedesktop.org/show_bug.cgi?id=52158 + +* A fix for a bug causing corruption of a DRI2 unredirected client + window that was resized whilst under a compositor. + +* Support for snoopable buffers on non-LLC architectures, coming to + a future kernel. The aim to accelerate transfers between the CPU + and the GPU, in particular to dramatically improve readback + performance, and to further minimise clflushes. + +* Improvement to the composite performance on GT2 SandyBridge and + IvyBridge devices, in particular the render copy is significantly + improved. + +* Improved handling for when acceleration is disabled, including + permitting DRI2 to remain supported even if the X server believes + the GPU wedged. + +* Shadow support was dropped from UXA as it was neither complete nor + correct, use SNA instead. + Release 2.12.0 (2012-07-15) =========================== First the big news, a new acceleration method that aims to be faster and diff --git a/configure.ac b/configure.ac index 45157a8f..3cdacddf 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-video-intel], - [2.20.0], + [2.20.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xf86-video-intel]) AC_CONFIG_SRCDIR([Makefile.am]) |