rpms/xorg-x11-drv-radeonhd/devel .cvsignore, 1.26, 1.27 sources, 1.26, 1.27 xorg-x11-drv-radeonhd-README.fedora, 1.24, 1.25 xorg-x11-drv-radeonhd.spec, 1.34, 1.35

Hans Ulrich Niedermann (ndim) fedora-extras-commits at redhat.com
Sun Jun 8 10:42:48 UTC 2008


Author: ndim

Update of /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32139

Modified Files:
	.cvsignore sources xorg-x11-drv-radeonhd-README.fedora 
	xorg-x11-drv-radeonhd.spec 
Log Message:
* Thu Jun 05 2008 Hans Ulrich Niedermann <hun at n-dimensional.de> - 1.2.1-2.20080605git
- New snapshot (upstream commit 26ccf1177465beb2db5a2c972dd7adc17c3f457b):
  - DRI support on R5xx (X1000 series)
  - Lots of other updates, too many to list them all.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/devel/.cvsignore,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- .cvsignore	15 Apr 2008 00:00:29 -0000	1.26
+++ .cvsignore	8 Jun 2008 10:42:02 -0000	1.27
@@ -1 +1 @@
-xf86-video-radeonhd-1.2.1.tar.bz2
+xf86-video-radeonhd-1.2.1-20080605git.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/devel/sources,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- sources	15 Apr 2008 00:00:29 -0000	1.26
+++ sources	8 Jun 2008 10:42:02 -0000	1.27
@@ -1 +1 @@
-9db15e1f1f891f514ca72dd9a3cc360a  xf86-video-radeonhd-1.2.1.tar.bz2
+b4d11a25b1fdf30999a63490a3d36f6e  xf86-video-radeonhd-1.2.1-20080605git.tar.bz2


Index: xorg-x11-drv-radeonhd-README.fedora
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/devel/xorg-x11-drv-radeonhd-README.fedora,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- xorg-x11-drv-radeonhd-README.fedora	15 Apr 2008 00:00:29 -0000	1.24
+++ xorg-x11-drv-radeonhd-README.fedora	8 Jun 2008 10:42:02 -0000	1.25
@@ -11,7 +11,7 @@
 we are packaging development snapshots of upstream's git repository
 here.
 
-Latest upstream commit: 761940fde7fef72bff18a8b8e840540452cf675a
+Latest upstream commit: 26ccf1177465beb2db5a2c972dd7adc17c3f457b
 
 
 Contents
@@ -46,6 +46,7 @@
   * Partial accelerated 2D graphics for some chip series (R5xx).
     R6xx chips do not have the 2D functions on the chip, so on these
     chips 2D acceleration will have to wait for working 3D acceleration.
+  * Partial accelerated 3D graphics on certain chipsets (R5xx).
 
 
 4. Known Issues
@@ -54,7 +55,8 @@
   * XVideo and other 2D acceleration:
     Only supported on R5xx series chips, and not implemented completely.
 
-  * 3D acceleration: Not supported (yet).
+  * 3D acceleration: Only supported on R5xx series, needs specific enabling,
+    and still conflicts with 2D acceleration.
 
 
 5. Resources


Index: xorg-x11-drv-radeonhd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/devel/xorg-x11-drv-radeonhd.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- xorg-x11-drv-radeonhd.spec	15 Apr 2008 00:00:29 -0000	1.34
+++ xorg-x11-drv-radeonhd.spec	8 Jun 2008 10:42:02 -0000	1.35
@@ -8,8 +8,8 @@
 #  * Source: snapshots are local files with timestamps, released source
 #    tarballs come from ftp.x.org and have no timestamps
 #  * ...
-%define snapshot 0
-#define snapshot 1
+#define snapshot 0
+%define snapshot 1
 
 # If generating snapshot, we can add a utility which generates an xinf file.
 # This might become interesting at some time in the future, when we are
@@ -20,8 +20,8 @@
 %endif
 
 %if %{snapshot}
-%define date 20080415
-%define git_commit 761940fde7fef72bff18a8b8e840540452cf675a
+%define date 20080605
+%define git_commit 26ccf1177465beb2db5a2c972dd7adc17c3f457b
 %define alphatag .%{date}git
 %define tarball %{tarname}-%{version}-%{date}git
 %define ship_utils 1
@@ -33,7 +33,7 @@
 Summary:       Xorg X11 radeonhd driver for AMD GPG r5xx/r6xx Chipsets
 Name:          xorg-x11-drv-radeonhd
 Version:       1.2.1
-Release:       1%{?alphatag}%{?dist}
+Release:       2%{?alphatag}%{?dist}
 
 License:       MIT
 Group:         User Interface/X Hardware Support
@@ -62,6 +62,8 @@
 # 100-199: Fedora adaptations
 Patch100:      xorg-x11-drv-radeonhd-Fix-location-of-rhd_conntest-in-msgs.patch
 
+# 200-299: Misc patches
+
 ExcludeArch:   s390 s390x
 
 # EL5 does not have pkgconfig in default buildroot. Does not hurt others.
@@ -155,6 +157,11 @@
 %endif
 
 %changelog
+* Thu Jun 05 2008 Hans Ulrich Niedermann <hun at n-dimensional.de> - 1.2.1-2.20080605git
+- New snapshot (upstream commit 26ccf1177465beb2db5a2c972dd7adc17c3f457b):
+  - DRI support on R5xx (X1000 series)
+  - Lots of other updates, too many to list them all.
+
 * Tue Apr 15 2008 Hans Ulrich Niedermann <hun at n-dimensional.de> - 1.2.1-1
 - 1.2.1 release (upstream commit 761940fde7fef72bff18a8b8e840540452cf675a)
   - New RV670 devices added: HD 3960, FireStream 9170




More information about the fedora-extras-commits mailing list