Hello community,

here is the log from the commit of package xorg-x11-driver-video for 
openSUSE:11.4
checked in at Fri Apr 15 10:08:23 CEST 2011.



--------
--- old-versions/11.4/all/xorg-x11-driver-video/xorg-x11-driver-video.changes   
2011-02-15 01:01:44.000000000 +0100
+++ 11.4/xorg-x11-driver-video/xorg-x11-driver-video.changes    2011-04-13 
23:39:44.000000000 +0200
@@ -1,0 +2,9 @@
+Wed Apr 13 16:00:00 CDT 2011 - [email protected]
+
+- xf86-video-intel-damage-fix.diff
+  * upstream commit da990536eca09c6de74627541cd56ecfad925eda
+    uxa: Undo damage translation before appending
+  * our bugzilla 666704
+  * freedesktop bugzilla https://bugs.freedesktop.org/show_bug.cgi?id=32734
+
+-------------------------------------------------------------------

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/xorg-x11-driver-video
Destination is old-versions/11.4/UPDATES/all/xorg-x11-driver-video
calling whatdependson for 11.4-i586


Old:
----
  xf86-video-ati-6.7.197-r128-xvideo.patch
  xf86-video-ati-theatre-pciaccess.patch
  xf86-video-ati-theatre.patch

New:
----
  xf86-video-intel-damage-fix.diff

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

Other differences:
------------------
++++++ xorg-x11-driver-video.spec ++++++
--- /var/tmp/diff_new_pack.0q2S7H/_old  2011-04-15 10:07:56.000000000 +0200
+++ /var/tmp/diff_new_pack.0q2S7H/_new  2011-04-15 10:07:56.000000000 +0200
@@ -23,7 +23,7 @@
 BuildRequires:  Mesa-devel libdrm-devel pkgconfig xorg-x11-proto-devel 
xorg-x11-server-sdk
 Url:            http://xorg.freedesktop.org/
 Version:        7.6
-Release:        8
+Release:        53.<RELEASE54>
 License:        MIT License (or similar)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Group:          System/X11/Servers/XF86_4
@@ -103,6 +103,7 @@
 Patch144:       xf86-video-xgi-symbols.diff
 Patch145:       xf86-video-xgixp-symbols.diff
 Patch150:       xf86-video-intel-dell_backlight.diff
+Patch200:       xf86-video-intel-damage-fix.diff
 
 %description
 This package contains X.Org video drivers.
@@ -156,6 +157,7 @@
 pushd xf86-video-intel-*
 %patch130 -p0
 %patch150 -p1
+%patch200 -p1
 popd
 pushd xf86-video-nv-*
 %patch132 -p1

++++++ xf86-video-intel-damage-fix.diff ++++++
>From da990536eca09c6de74627541cd56ecfad925eda Mon Sep 17 00:00:00 2001
From: Chris Wilson <[email protected]>
Date: Thu, 3 Feb 2011 09:41:48 +0000
Subject: [PATCH] uxa: Undo damage translation before appending

The region is used to paint onto the backing pixmap (and thus
translated) prior to being passed to the damage layer (wrt to the
drawable). So the local translation needs to be undone first.

Identified by Christopher James Halse Rogers.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=33650
Signed-off-by: Chris Wilson <[email protected]>

diff --git a/uxa/uxa-render.c b/uxa/uxa-render.c
index cf8b8ea..02bfa03 100644
--- a/uxa/uxa-render.c
+++ b/uxa/uxa-render.c
@@ -1090,6 +1090,7 @@ try_solid:
        /* XXX xserver-1.8: CompositeRects is not tracked by Damage, so we must
         * manually append the damaged regions ourselves.
         */
+       pixman_region_translate(&region, -dst_x, -dst_y);
        DamageRegionAppend(dst->pDrawable, &region);
 
        pixman_region_fini(&region);

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



Remember to have fun...

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

Reply via email to