rpms/xorg-x11-drv-amd/OLPC-2 .cvsignore, 1.13, 1.14 sources, 1.14, 1.15 xorg-x11-drv-amd.spec, 1.21, 1.22 amd-build-fixes.patch, 1.1, NONE fix-potential-CPU-GP-race-in-lx_get_source_color.patch, 1.1, NONE

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Tue Sep 18 20:20:44 UTC 2007


Author: dcbw

Update of /cvs/extras/rpms/xorg-x11-drv-amd/OLPC-2
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv559

Modified Files:
	.cvsignore sources xorg-x11-drv-amd.spec 
Removed Files:
	amd-build-fixes.patch 
	fix-potential-CPU-GP-race-in-lx_get_source_color.patch 
Log Message:
* Tue Sep 18 2007 Dan Williams <dcbw at redhat.com> 0.0-24.20070918
- New snapshot; disable EXA pixmap upload and download acceleration to
    work around segfault of the X server in certain situations (#3352)




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xorg-x11-drv-amd/OLPC-2/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore	7 Aug 2007 22:52:30 -0000	1.13
+++ .cvsignore	18 Sep 2007 20:20:12 -0000	1.14
@@ -5,3 +5,4 @@
 xf86-video-amd-0.0-git20070711.tar.bz2
 xf86-video-amd-0.0-git20070718.tar.bz2
 xf86-video-amd-0.0-git20070807.tar.bz2
+xf86-video-amd-0.0-git20070918.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xorg-x11-drv-amd/OLPC-2/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	7 Aug 2007 22:52:30 -0000	1.14
+++ sources	18 Sep 2007 20:20:12 -0000	1.15
@@ -1 +1 @@
-21dbe589b49f71b189d40f6aa5e0aab9  xf86-video-amd-0.0-git20070807.tar.bz2
+54b45c7ef10bd053f1d61c5343478f2a  xf86-video-amd-0.0-git20070918.tar.bz2


Index: xorg-x11-drv-amd.spec
===================================================================
RCS file: /cvs/extras/rpms/xorg-x11-drv-amd/OLPC-2/xorg-x11-drv-amd.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- xorg-x11-drv-amd.spec	7 Aug 2007 22:52:30 -0000	1.21
+++ xorg-x11-drv-amd.spec	18 Sep 2007 20:20:12 -0000	1.22
@@ -2,13 +2,13 @@
 %define moduledir %(pkg-config xorg-server --variable=moduledir )
 %define driverdir	%{moduledir}/drivers
 
-%define gitdate 20070807
+%define gitdate 20070918
 
 Summary:   Xorg X11 AMD Geode video driver
 Name:      xorg-x11-drv-amd
 Version:   0.0
-Release:   23.%{gitdate}%{?dist}
-URL:       http://git.infradead.org/?p=users/jcrouse/xf86-video-amd.git
+Release:   24.%{gitdate}%{?dist}
+URL:       http://dev.laptop.org/xf86-amd-devel
 Source0:    xf86-video-amd-0.0-git%{gitdate}.tar.bz2
 #Source1:   amd.xinf
 License:   MIT/X11
@@ -36,10 +36,6 @@
 %endif
 
 Patch0: lx-disable-compression.patch
-Patch1: amd-build-fixes.patch
-
-# HACK HACK HACK (always stalls the pipeline or something like that)
-Patch2: fix-potential-CPU-GP-race-in-lx_get_source_color.patch
 
 %description 
 X.Org X11 AMD Geode video driver.
@@ -47,8 +43,6 @@
 %prep
 %setup -q -n %{tarball}-2.7.6.5
 %patch0 -p1 -b .jx
-%patch1 -p1 -b .build-fix
-%patch2 -p1 -b .fix-color-race-HACK
 
 # remind myself to do snapshots properly
 if [ -e %{tarball}/.git ] ; then
@@ -82,6 +76,10 @@
 %{driverdir}/ztv_drv.so
 
 %changelog
+* Tue Sep 18 2007 Dan Williams <dcbw at redhat.com> 0.0-24.20070918
+- New snapshot; disable EXA pixmap upload and download acceleration to
+    work around segfault of the X server in certain situations (#3352)
+
 * Tue Aug  7 2007 Dan Williams <dcbw at redhat.com> 0.0-23.20070807
 - Fix GX RGB overlay
 


--- amd-build-fixes.patch DELETED ---


--- fix-potential-CPU-GP-race-in-lx_get_source_color.patch DELETED ---




More information about the scm-commits mailing list