xf86-video-intel: 2 commits - configure.ac NEWS

Carl Worth cworth at kemper.freedesktop.org
Fri Feb 26 17:06:10 PST 2010


 NEWS         |   22 ++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 23 insertions(+), 1 deletion(-)

New commits:
commit a0ee9c3d9c72962c8d513ec8c43dd4a21e316947
Author: Carl Worth <cworth at cworth.org>
Date:   Fri Feb 26 17:05:45 2010 -0800

    Update version number to 2.10.901
    
    In order to make a new snapshot.

diff --git a/configure.ac b/configure.ac
index 87cbe55..3d58aec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-intel],
-        2.10.0,
+        2.10.901,
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
         xf86-video-intel)
 
commit 63b8e890a134e5fc8242b655115491a3905ad0ff
Author: Carl Worth <cworth at cworth.org>
Date:   Fri Feb 26 17:05:06 2010 -0800

    NEWS: Add notes for the 2.10.901 snapshot.
    
    From skimming the git lot since 2.10.0.

diff --git a/NEWS b/NEWS
index 0e7b585..39d5567 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+Snapshot 2.10.901 (2010-02-26)
+==============================
+The most significant new feature of this release is support for new
+DRI2 APIs, allowing page flipping to occur for swaps that are
+full-screen and not rotated.
+
+Some significant bug fixes
+--------------------------
+* Avoid fallback due to failing to extract pixel value from an
+  alpha-only solid, (this fix eliminated 1 second from Mobilin boot
+  time).
+
+  https://bugs.freedesktop.org/show_bug.cgi?id=26189
+
+* Handle full-height blits without tearing in CopyRegion
+
+  https://bugs.freedesktop.org/show_bug.cgi?id=22475
+
+Several other fixes and cleanups are included as well, (including the
+removal of stale utility code that is now maintained in the separate
+intel-gpu-tools module).
+
 Release 2.10.0 (2010-01-04)
 ===========================
 New requirements of 2.10 compared to 2.9


More information about the xorg-commit mailing list