summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2013-05-21 11:01:50 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2013-05-21 11:01:50 +0100
commite65ee10dfd7155230ac18a6d24a67b68336dc973 (patch)
tree9d5a15865cd2e5f35c6c94ff9e2a79df0c2b327e
parentef9dc6fae585d5616446eedc1e6e91173f4064c1 (diff)
2.21.7 release2.21.7
-rw-r--r--NEWS32
-rw-r--r--configure.ac2
2 files changed, 33 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4fc9a6be..3173f210 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
1Release 2.21.7 (2013-05-21)
2===========================
3A couple of weeks turned into a month and a couple of weeks... Amidst
4the usual bug fixes, we have added the complete set of Haswell PCI IDs -
5hopefully future proofing ourselves against being surprised by new
6products. We can also now use the correct term for the top of the range
7Haswell variants, GT3.
8
9 * Fix several assertion failures hit by Jiri Slaby.
10
11 * Allow XvMC to also target overlay/sprite planes.
12
13 * Throw in a paranoid MI_FLUSH between BLT and RENDER operations on
14 Ironlake.
15 https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1168066
16
17 * Prevent reuse of old framebuffers after a resize.
18 https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1157678
19
20 * Fix compilation with --enable-valgrind and no --enable-debug
21
22 * Improve partial migration of render sources.
23
24 * Fix origin of trapezoids.
25 https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1178020
26
27 * Introduce copy-on-write support for cloning pixmaps. The ultimate
28 goal here is to efficiently support the TearFree mode of operation,
29 but this provides immediate benefits with firefox - most importantly
30 because of the inefficient way it now implements scrolling.
31
32
1Release 2.21.6 (2013-04-06) 33Release 2.21.6 (2013-04-06)
2=========================== 34===========================
3A surprising highlight of this release is a little refresh to the KMS 35A surprising highlight of this release is a little refresh to the KMS
diff --git a/configure.ac b/configure.ac
index d30686ff..be1e8d17 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
23# Initialize Autoconf 23# Initialize Autoconf
24AC_PREREQ([2.60]) 24AC_PREREQ([2.60])
25AC_INIT([xf86-video-intel], 25AC_INIT([xf86-video-intel],
26 [2.21.6], 26 [2.21.7],
27 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], 27 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
28 [xf86-video-intel]) 28 [xf86-video-intel])
29AC_CONFIG_SRCDIR([Makefile.am]) 29AC_CONFIG_SRCDIR([Makefile.am])