summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2013-08-21 12:20:29 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2013-08-21 12:20:29 +0100
commitf57ce6ef9ca735d5cb428b2f12f1f9413a70506a (patch)
tree0e158f35bee921b988ea4214b676e23dea2a9fa7
parented40a7c3de3bbb178278c05907e59239712b98b6 (diff)
2.21.15 release2.21.15
-rw-r--r--NEWS32
-rw-r--r--configure.ac2
2 files changed, 33 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 728b6c46..c23da5e6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
1Release 2.21.15 (2013-08-21)
2============================
3Some build fixes for the BSDs and alternate compiler, and conflicting
4configure options and a critcial fix for some PRIME setups.
5
6 * Don't fail to configure if DRI1 is not available and the user asks
7 for both DRI and KMS-only
8 [Regression from 2.21.14]
9
10 * Lots of miscellaneous fixes for older gcc, other compilers and BSD.
11
12 * Initial framework support for hosted X.
13
14 * Improve transition from fbcon to X with multiple outputs and extended
15 desktops.
16
17 * Ensure the framebuffer exists before checking it against the CRTC
18 constraints.
19 https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/121234
20 [Regression from 2.21.10]
21
22 * Add RGB overlay support for Ironlake and later.
23
24 * Don't release the overlay buffer too early, i.e. before the client
25 disables the Xv image.
26
27 * Tweak the ring switching logic to reduce use of semaphores on
28 Sandybridge and later - a delicate balancing act between trying to
29 use the faster engine for the task and preventing concurrent use of
30 multiple rings.
31
32
1Release 2.21.14 (2013-08-04) 33Release 2.21.14 (2013-08-04)
2============================ 34============================
3A few updates for the top-end Haswell systems (notably GT3 and GT3e 35A few updates for the top-end Haswell systems (notably GT3 and GT3e
diff --git a/configure.ac b/configure.ac
index 211a086f..9fc011ec 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.14], 26 [2.21.15],
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])