diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-09-04 13:49:56 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-09-04 15:18:29 +0100 |
commit | 94bc69d5b9a0380cdd9941183b3b1c8e9beb8da5 (patch) | |
tree | 30619662b9a335f858c7276c4017f5169b0cb229 | |
parent | 4dfd7674d88a267d0d89c31422f2e6c333ccf176 (diff) |
2.99.901 snapshot2.99.901
-rw-r--r-- | NEWS | 21 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 22 insertions, 1 deletions
@@ -1,3 +1,24 @@ +Snapshot 2.99.901 (2013-08-04) +============================== +What's this? A pre-release snapshot of an upcoming 3.0 major release? +What could be the big new feature about to land? SNA by default! +Not only that, we also have a preview of the XMir integration patches. + +Whilst we consider the SNA acceleration method to be ready to take over +from UXA (the current acceleration method), it still remains possible to +switch over to the old method with the following xorg.conf snippet: + Section "Device" + Identifier "Device0" + Driver "intel" + Option "AccelMethod" "UXA" + EndSection + +The promise of SNA is that it improves the user experience by providing a +faster, more fluid, desktop, that is both more power efficient and less +prone to crashes than UXA. If it still fails to meet your expections, +please file bugs! + + Release 2.21.15 (2013-08-21) ============================ Some build fixes for the BSDs and alternate compiler, and conflicting diff --git a/configure.ac b/configure.ac index 4e0c3cf8..8500e434 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-video-intel], - [2.21.15], + [2.99.901], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xf86-video-intel]) AC_CONFIG_SRCDIR([Makefile.am]) |