Hello community,

here is the log from the commit of package xf86-video-intel for 
openSUSE:Factory checked in at 2012-07-17 13:18:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-video-intel (Old)
 and      /work/SRC/openSUSE:Factory/.xf86-video-intel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xf86-video-intel", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-video-intel/xf86-video-intel.changes        
2012-07-12 10:54:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-intel.new/xf86-video-intel.changes   
2012-07-17 13:18:59.000000000 +0200
@@ -1,0 +2,25 @@
+Sun Jul 15 21:40:02 UTC 2012 - [email protected]
+
+- A new acceleration method "sna" that aims to be faster and
+    consume far less CPU than UXA is now available for selection at runtime.
+- Bug fixes for UXA:
+  + Use a white source whilst adding glyphs to the glyph mask
+    (This fixes blank glyphs if using a font that mixes ARGB and A glyphs.)
+  + Avoid fallbacks for glyph-to-dst in e.g. gnome-terminal
+    https://bugs.freedesktop.org/show_bug.cgi?id=50508
+  + Force unused outputs off when VT switching
+    https://bugs.freedesktop.org/show_bug.cgi?id=50772
+  + Copy the fbcon across to the Screen pixmap at startup.
+    (This patch has been kicking around in the distributions for years.)
+  + Many missed malloc failures checks and forgotten frees found by a static
+    analyzer. Thanks Zdenek Kabelac!
+  + Leak of the back buffer when terminating an application after pageflipping
+    https://bugs.freedesktop.org/show_bug.cgi?id=50670
+  + Double check that the pipe is on before emitting a WAIT_ON_EVENT.
+    In conjunction with an uptodate kernel, this should eliminate any
+    hangs when changing resolutions or adding/removing displays.
+    https://bugs.freedesktop.org/show_bug.cgi?id=50668
+  + Update to new Xorg APIs. Future proofing for the next generation of
+    hotplug Xorg display servers.
+
+-------------------------------------------------------------------

Old:
----
  U_Avoid-calling-xf86nameCompare-with-a-NULL-string.patch
  U_Fix-up-braindamage-in-previous-commit.patch
  U_Fix_uxa_Check_for_DPMS_off.patch
  xf86-video-intel-2.19.0_20120601_8eed569.tar.bz2

New:
----
  xf86-video-intel-2.20.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xf86-video-intel.spec ++++++
--- /var/tmp/diff_new_pack.5XMEqP/_old  2012-07-17 13:19:02.000000000 +0200
+++ /var/tmp/diff_new_pack.5XMEqP/_new  2012-07-17 13:19:02.000000000 +0200
@@ -19,7 +19,7 @@
 %define glamor 1
 
 Name:           xf86-video-intel
-Version:        2.19.0_20120601_8eed569
+Version:        2.20.0
 Release:        0
 Summary:        Intel video driver for the Xorg X server
 License:        MIT
@@ -29,13 +29,12 @@
 Source99:       baselibs.conf
 Patch0:         xf86-video-intel-dell_backlight.diff
 Patch1:         xf86-video-intel-copyfb.diff
-Patch2:         U_Avoid-calling-xf86nameCompare-with-a-NULL-string.patch
-Patch3:         U_Fix-up-braindamage-in-previous-commit.patch
-Patch4:         U_Fix_uxa_Check_for_DPMS_off.patch
+
 %if %glamor
 Requires:       glamor
 %endif
 Recommends:     vaapi-intel-driver
+BuildRequires:  Mesa-libGL-devel
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
@@ -93,13 +92,10 @@
 the 830M and later.
 
 %prep
-%setup -q -n xf86-video-intel
+%setup -q -n %{name}-%{version}
 %patch0 -p1
 ### disabled for now (bnc #687802)
 #%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 %build
 autoreconf -fi

++++++ xf86-video-intel-2.19.0_20120601_8eed569.tar.bz2 -> 
xf86-video-intel-2.20.0.tar.bz2 ++++++
++++ 39261 lines of diff (skipped)

++++++ xf86-video-intel-dell_backlight.diff ++++++
--- /var/tmp/diff_new_pack.5XMEqP/_old  2012-07-17 13:19:02.000000000 +0200
+++ /var/tmp/diff_new_pack.5XMEqP/_new  2012-07-17 13:19:02.000000000 +0200
@@ -1,10 +1,24 @@
---- a/src/intel_display.c.orig 2011-04-14 15:46:25.537155000 +0200
-+++ b/src/intel_display.c      2011-04-14 15:46:37.699039000 +0200
-@@ -119,6 +119,7 @@
+From 1c842c674ca8ede1bac5ce502bfdaaf3770c4474 Mon Sep 17 00:00:00 2001
+From: Tobias Klausmann <[email protected]>
+Date: Sun, 15 Jul 2012 23:19:31 +0200
+Subject: [PATCH] Rebase xf86-video-intel-dell_backlight.diff
+
+---
+ src/intel_display.c |    1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/src/intel_display.c b/src/intel_display.c
+index 0a80aa8..0ac94c9 100644
+--- a/src/intel_display.c
++++ b/src/intel_display.c
+@@ -127,6 +127,7 @@ intel_output_dpms_backlight(xf86OutputPtr output, int 
oldmode, int mode);
   * List of available kernel interfaces in priority order
   */
  static const char *backlight_interfaces[] = {
 +      "dell_backlight",
        "asus-laptop",
+       "asus-nb-wmi",
        "eeepc",
-       "thinkpad_screen",
+--- 
+1.7.7
+

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to