Hello community,
here is the log from the commit of package xorg-x11-driver-video for
openSUSE:Factory
checked in at Thu Mar 17 10:33:42 CET 2011.
--------
--- xorg-x11-driver-video/xorg-x11-driver-video.changes 2011-02-22
17:11:06.000000000 +0100
+++
/mounts/work_src_done/STABLE/xorg-x11-driver-video/xorg-x11-driver-video.changes
2011-03-16 18:46:17.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Mar 16 17:33:56 UTC 2011 - [email protected]
+
+- xf86-video-intel-uxa-Undo-damage-translation-before-appending.patch
+ * uxa: Undo damage translation before appending (bnc #666704)
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
New:
----
xf86-video-intel-uxa-Undo-damage-translation-before-appending.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xorg-x11-driver-video.spec ++++++
--- /var/tmp/diff_new_pack.Vbi6Xn/_old 2011-03-17 10:32:26.000000000 +0100
+++ /var/tmp/diff_new_pack.Vbi6Xn/_new 2011-03-17 10:32:26.000000000 +0100
@@ -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: 56
+Release: 57
License: MIT License (or similar)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: System/X11/Servers/XF86_4
@@ -105,6 +105,7 @@
Patch145: xf86-video-xgixp-symbols.diff
Patch150: xf86-video-intel-dell_backlight.diff
Patch155: xf86-video-intel-copyfb.diff
+Patch156:
xf86-video-intel-uxa-Undo-damage-translation-before-appending.patch
%description
This package contains X.Org video drivers.
@@ -159,6 +160,7 @@
%patch130 -p0
%patch150 -p1
%patch155 -p1
+%patch156 -p1
popd
pushd xf86-video-nv-*
%patch132 -p1
++++++ xf86-video-intel-uxa-Undo-damage-translation-before-appending.patch
++++++
>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]>
---
uxa/uxa-render.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
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(®ion, -dst_x, -dst_y);
DamageRegionAppend(dst->pDrawable, ®ion);
pixman_region_fini(®ion);
--
1.7.4.1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]