f7116e8
%define tarball xf86-video-ati
mharris 9433902
%define moduledir %(pkg-config xorg-server --variable=moduledir )
mharris c8555fd
%define driverdir	%{moduledir}/drivers
mharris 9433902
mharris 9433902
Summary:   Xorg X11 ati video driver
mharris 9433902
Name:      xorg-x11-drv-ati
02aacf4
Version:   6.9.0
553af02
Release:   16%{?dist}
mharris 9433902
URL:       http://www.x.org
0352f8f
License:   MIT
mharris cc01fd4
Group:     User Interface/X Hardware Support
mharris cc01fd4
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
mharris cc01fd4
02aacf4
Source0:   http://www.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
054871a
Source1:   radeon.xinf
mharris 9433902
02aacf4
Patch0:	    radeon-6.9.0-to-git.patch
8306c53
Patch1:     radeon-modeset.patch
33566ed
Patch4:     radeon-6.9.0-remove-limit-heuristics.patch
e8301f2
Patch5:	    radeon-6.9.0-panel-size-sanity.patch
Kristian Høgsberg fd94965
Patch6:     copy-fb-contents.patch
9cf3814
7fb2452
ExcludeArch: s390 s390x
mharris 9433902
a53d09a
BuildRequires: xorg-x11-server-sdk >= 1.4.99.1
mharris 5387e81
BuildRequires: mesa-libGL-devel >= 6.4-4
17767ea
BuildRequires: libdrm-devel >= 2.4.0-0.19
3e87fe5
BuildRequires: kernel-headers >= 2.6.27-0.308
dcdedde
BuildRequires: automake autoconf libtool pkgconfig
dcdedde
BuildRequires: xorg-x11-util-macros >= 1.1.5
mharris 9433902
0352f8f
Requires:  hwdata
a53d09a
Requires:  xorg-x11-server-Xorg >= 1.4.99.1
mharris a87a1b0
mharris 9433902
%description 
mharris 9433902
X.Org X11 ati video driver.
mharris 9433902
mharris 9433902
%prep
f7116e8
%setup -q -n %{tarball}-%{version}
02aacf4
%patch0 -p1 -b .git
4c0a037
%patch1 -p1 -b .modeset
33566ed
%patch4 -p1 -b .remove-limit-heuristics
e8301f2
%patch5 -p1 -b .panel-size
Kristian Høgsberg fd94965
%patch6 -p1 -b .copy-fb-contents
7b2583d
mharris 9433902
%build
3270a2a
autoreconf
mharris 9433902
%configure --disable-static
mharris 62b282a
make %{?_smp_mflags}
mharris 9433902
mharris 9433902
%install
mharris 9433902
rm -rf $RPM_BUILD_ROOT
mharris a87a1b0
mharris 9433902
make install DESTDIR=$RPM_BUILD_ROOT
mharris 9433902
mharris a87a1b0
mkdir -p $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases
mharris a87a1b0
install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases/
mharris a87a1b0
mharris a87a1b0
find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
mharris 9433902
mharris 9433902
%clean
mharris 9433902
rm -rf $RPM_BUILD_ROOT
mharris 9433902
mharris 9433902
%files
mharris 9433902
%defattr(-,root,root,-)
mharris 62b282a
%{driverdir}/ati_drv.so
mharris 62b282a
%{driverdir}/radeon_drv.so
mharris 0744e5a
%{_datadir}/hwdata/videoaliases/radeon.xinf
ef56a4f
%{moduledir}/multimedia/theatre200_drv.so
ef56a4f
%{moduledir}/multimedia/theatre_detect_drv.so
ef56a4f
%{moduledir}/multimedia/theatre_drv.so
bd2c902
%{_mandir}/man4/ati.4*
mharris a87a1b0
%{_mandir}/man4/radeon.4*
mharris 9433902
mharris 9433902
%changelog
553af02
* Fri Sep 26 2008 Dave Airlie <airlied@redhat.com> 6.9.0-16
553af02
- rebase to a later tree - still not fully up to git master
553af02
- add some fixes to the resize stuff - not fully done
553af02
Kristian Høgsberg fd94965
* Fri Sep 19 2008 Kristian Høgsberg <krh@redhat.com> - 6.9.0-15
Kristian Høgsberg fd94965
- Add copy-fb-contents.patch to initialize the root window contents
Kristian Høgsberg fd94965
  with the fbdev contents for slick startup.
Kristian Høgsberg fd94965
e8301f2
* Thu Sep 11 2008 Adam Jackson <ajax@redhat.com> 6.9.0-14
e8301f2
- radeon-6.9.0-panel-size-sanity.patch: Panels smaller than 800x480 are
e8301f2
  highly implausible, disable them if we find them.  If you have one,
e8301f2
  you can force it with Option "PanelSize".
e8301f2
33566ed
* Thu Sep 11 2008 Soren Sandmann <sandmann@redhat.com> 6.9.0-13
33566ed
- Remove the fb size hack since there is a fix in the server now.
33566ed
- Unfortunately, the driver prevents this fix from working by applying 
33566ed
  its own heuristics. Remove those.
33566ed
34bbac8
* Wed Sep 10 2008 Adam Jackson <ajax@redhat.com> 6.9.0-12
34bbac8
- Do the fb size hack a differently bad way.
34bbac8
Kristian Høgsberg ddd326e
* Tue Sep  9 2008 Kristian Høgsberg <krh@redhat.com> 6.9.0-11
Kristian Høgsberg ddd326e
- Restore CFLAGS after testing for DRM_MODE in radeon-modeset.patch.
Kristian Høgsberg ddd326e
27c89e2
* Mon Sep 08 2008 Adam Jackson <ajax@redhat.com> 6.9.0-10
27c89e2
- radeon-6.9.0-fb-size.patch: Yet more lame heuristics to preallocate a
27c89e2
  usable framebuffer for laptops. (#458864)
27c89e2
3b42f45
* Fri Sep 05 2008 Dave Airlie <airlied@redhat.com> 6.9.0-9
3b42f45
- add fix for pipe register emits on r300
3b42f45
3e87fe5
* Fri Sep 05 2008 Dave Airlie <airlied@redhat.com> 6.9.0-8
3e87fe5
- fix suspend/resume support - needs new pinning API
3e87fe5
131f9f8
* Wed Aug 27 2008 Dave Airlie <airlied@redhat.com> 6.9.0-7
131f9f8
- fix bug in modesetting to make 3D work again
131f9f8
9ed192c
* Tue Aug 26 2008 Dave Airlie <airlied@redhat.com> 6.9.0-6
9ed192c
- update modesetting/memory manager support
9ed192c
e85b0dd
* Fri Aug 15 2008 Dave Airlie <airlied@redhat.com> 6.9.0-5
e85b0dd
- Add a perl script to generate the radeon.xinf from the actual PCI IDs the driver supports.
e85b0dd
- not build integrated yet though
e85b0dd
- update pciids
e85b0dd
d3a00d4
* Fri Aug 15 2008 Dave Airlie <airlied@redhat.com> 6.9.0-4
d3a00d4
- fix bugs in modesetting and bring PLL fixes in from master
d3a00d4
4c0a037
* Thu Aug 14 2008 Dave Airlie <airlied@redhat.com> 6.9.0-3
4c0a037
- bring back modesetting
4c0a037
030e296
* Mon Aug 11 2008 Adam Jackson <ajax@redhat.com> 6.9.0-2
030e296
- Rebuild without modesetting since libdrm lost the API.  It'll be back soon,
030e296
  I'm sure.
030e296
02aacf4
* Sun Aug 10 2008 Adam Jackson <ajax@redhat.com> 6.9.0-1
02aacf4
- Move to 6.9.0, now that the r128 and mach64 drivers are split out.
02aacf4
- Add git fixes since 6.9.0.
02aacf4
- Rebase the modesetting patch onto git master.
02aacf4
9311624
* Wed Aug 06 2008 Dave Airlie <airlied@redhat.com> 6.8.0-21
9311624
- bunch of fixes to modesetting code + remove debugging.
9311624
55eb4df
* Fri Aug 01 2008 Dave Airlie <airlied@redhat.com> 6.8.0-20
55eb4df
- DDX modesetting code
55eb4df
6a51b54
* Wed Jul 30 2008 Dave Airlie <airlied@redhat.com> 6.8.0-19
6a51b54
- Update to latest upstream release + fixes
6a51b54
6a51b54
* Thu Jun 26 2008 Dave Airlie <airlied@redhat.com> 6.8.0-18
6a51b54
- update to latest git 6.8.192 beta
6a51b54
6a51b54
* Wed May 28 2008 Dave Airlie <airlied@redhat.com> 6.8.0-17
6a51b54
- fix multiple VT switch issues on r600 cards
6a51b54
- assorted upstream goodness
6a51b54
6a51b54
* Sat May 24 2008 Dave Airlie <airlied@redhat.com> 6.8.0-16
6a51b54
- Fix PLL on r600 LVDS (#444542)
6a51b54
- update to other upstream fixes
6a51b54
6a51b54
* Mon May 12 2008 Dave Airlie <airlied@redhat.com> 6.8.0-15
6a51b54
- The RS482 sucks - same pci id, mobile and non-mobile parts.
6a51b54
6a51b54
* Mon May 12 2008 Dave Airlie <airlied@redhat.com> 6.8.0-14
6a51b54
- add initial cloning support for RN50 (#439879)
6a51b54
6a51b54
* Wed May 07 2008 Dave Airlie <airlied@redhat.com> 6.8.0-13
6a51b54
- more upstream fixes for EXA accel + zaphod mode
6a51b54
6a51b54
* Thu Apr 24 2008 Dave Airlie <airlied@redhat.com> 6.8.0-12
6a51b54
- not so much faster as kill my Apple MAC DDC - next time do this upstream first
6a51b54
6a51b54
* Thu Apr 24 2008 Dave Airlie <airlied@redhat.com> 6.8.0-11
6a51b54
- fix r128 bios size issue (#439022)
6a51b54
68a603b
* Sun Apr 06 2008 Dave Airlie <airlied@redhat.com> 6.8.0-10
68a603b
- attempt to fix VT switch and X restart hangs
68a603b
232a2e4
* Wed Apr 02 2008 Dave Airlie <airlied@redhat.com> 6.8.0-9
232a2e4
- attempt to fix dualhead and rotation at the same time.
232a2e4
692eff0
* Mon Mar 31 2008 Dave Airlie <airlied@redhat.com> 6.8.0-8
692eff0
- Hopefully fix quirks not applying on radeon LVDS (#435126)
692eff0
- quirk connector table from (#428515)
692eff0
- fix rotate on r500 cards
692eff0
ebfb34a
* Sun Mar 30 2008 Dave Airlie <airlied@redhat.com> 6.8.0-7
ebfb34a
- Major upstream fixes backported - render accel, xv etc.
ebfb34a
- This is done with a separate patch as upstream has split mach64/r128 already
ebfb34a
ae52230
* Fri Mar 28 2008 Adam Jackson <ajax@redhat.com> 6.8.0-6
ae52230
- radeon.xinf: :1,$s/radeon_tp/radeon/
ae52230
7b2583d
* Wed Mar 26 2008 Dave Airlie <airlied@redhat.com> 6.8.0-5
7b2583d
- Fix mach64 on ia64 with 16k pagesize (#438947)
7b2583d
7a7bc14
* Tue Mar 11 2008 Adam Jackson <ajax@redhat.com> 6.8.0-4
7a7bc14
- r500-dual-link-love.patch: Make R300+ max CRTC size guess big enough
7a7bc14
  for a 30" monitor.
7a7bc14
c31e7de
* Mon Mar 03 2008 Dave Airlie <airlied@redhat.com> 6.8.0-3
c31e7de
- rebuild for upstream ABI breakage
c31e7de
fb7d644
* Tue Feb 26 2008 Dave Airlie <airlied@redhat.com> 6.8.0-2
fb7d644
- rebase to upstream 6.8.0 release + git fixes
fb7d644
fbc5fa1
* Tue Feb 19 2008 Dave Airlie <airlied@redhat.com> 6.8.0-1
fbc5fa1
- rebase to upstream 6.8.0 release.
fbc5fa1
948d68b
* Mon Feb 18 2008 Dave Airlie <airlied@redhat.com> 6.7.197-3
948d68b
- rebase to upstream git master - lots of r600 fixes
948d68b
df64f37
* Fri Feb 08 2008 Dave Airlie <airlied@redhat.com> 6.7.197-2
df64f37
- rebase to upstream git master - add rv67x ids
df64f37
74ab4ad
* Mon Feb 04 2008 Dave Airlie <airlied@redhat.com> 6.7.197-1
74ab4ad
- rebase to upstream git master
74ab4ad
- add r5xx and r6xx pci ids to xinf
74ab4ad
d8b5941
* Thu Jan 17 2008 Dave Airlie <airlied@redhat.com> 6.7.196-7
d8b5941
- fix up IGPs from upstream fix.
d8b5941
67f05f6
* Wed Jan 09 2008 Adam Jackson <ajax@redhat.com> 6.7.196-6
67f05f6
- Rebuild for new server ABI.
67f05f6
0882cf0
* Wed Jan 02 2008 Adam Jackson <ajax@redhat.com> 6.7.196-5
0882cf0
- r128-6.7.196-pciaccess.patch: Fix some preprocessor dumbness.
0882cf0
454f128
* Wed Jan 02 2008 Adam Jackson <ajax@redhat.com> 6.7.196-4
454f128
- r128-6.7.196-pciaccess.patch: Port r128 to libpciaccess.
454f128
b637b08
* Wed Dec 19 2007 Dave Airlie <airlied@redhat.com> 6.7.196-3
b637b08
- radeon-git-upstream-fixes.patch - update for latest git master
b637b08
- radeon-6.7.196-atombios-support.patch - update for r500/r600
b637b08
a42a7f7
* Mon Dec 17 2007 Adam Jackson <ajax@redhat.com> 6.7.196-2
a42a7f7
- *-6.7.196-alloca.patch: Fix ALLOCATE_LOCAL failures.
a42a7f7
ef56a4f
* Wed Nov 14 2007 Adam Jackson <ajax@redhat.com> 6.7.196-1
ef56a4f
- xf86-video-ati 6.7.196
ef56a4f
a53d09a
* Tue Nov 13 2007 Adam Jackson <ajax@redhat.com> 6.7.195-5
a53d09a
- Require xserver 1.4.99.1
a53d09a
bd94235
* Thu Nov 08 2007 Adam Jackson <ajax@redhat.com> 6.7.195-4
bd94235
- radeon-6.7.195-faster-ddc.patch: Speed up X startup by assuming the
bd94235
  monitor doesn't need a dead chicken waved over it to get DDC.
bd94235
af87d30
* Tue Oct 16 2007 Dave Airlie <airlied@redhat.com> 6.7.195-3
af87d30
- upstream fixes including previous patches + attempted mac detection
af87d30
eacc7a3
* Tue Oct 09 2007 Adam Jackson <ajax@redhat.com> 6.7.195-2
eacc7a3
- DDC and LVDS patches from git.
eacc7a3
f169ae3
* Sat Oct 06 2007 Adam Jackson <ajax@redhat.com> 6.7.195-1
f169ae3
- xf86-video-ati 6.7.195
f169ae3
ebf2bfc
* Fri Oct 5 2007 Dave Airlie <airlied@redhat.com> 6.7.194-3
ebf2bfc
- radeon-6.7.194-upstream-fixes - Upstream LVDS fixes
ebf2bfc
  improve chances of working on more panels.
ebf2bfc
0a5852e
* Fri Sep 28 2007 Dave Airlie <airlied@redhat.com> 6.7.194-2
0a5852e
- radeon-6.7.194-disable-rc410-dri.patch - Disable DRI on
0a5852e
  RC410 by default as it seems to need some more work.
0a5852e
ee1c920
* Mon Sep 24 2007 Dave Airlie <airlied@redhat.com> 6.7.194-1
ee1c920
- xf86-video-ati 6.7.194
ee1c920
14d3630
* Thu Sep 20 2007 Dave Airlie <airlied@redhat.com> 6.7.193-1
14d3630
- xf86-video-ati 6.7.193
14d3630
8f268e0
* Mon Aug 27 2007 Adam Jackson <ajax@redhat.com> 6.7.192-1
8f268e0
- xf86-video-ati 6.7.192
8f268e0
29f1403
* Mon Aug 27 2007 Dave Airlie <airlied@redhat.com> 6.7.191-2
29f1403
- radeon-6.7.191-git-master.patch - upgrade to git head
29f1403
  f36720377737210c985b196d9a988efdd767f1c7
29f1403
bcfff44
* Tue Aug 23 2007 Dave Airlie <airlied@redhat.com> 6.7.191-1
bcfff44
- xf86-video-ati 6.7.191. - Add a pre-release of radeon randr code
bcfff44
  This will break old zaphod mode further than the current 6.6.193
bcfff44
  driver, and will probably break mergedfb configs, however it will
bcfff44
  work with randr-1.2 properly and is the more supported codebase going
bcfff44
  forward.
bcfff44
ec3d9bf
* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 6.6.193-3
ec3d9bf
- Rebuild for build id
ec3d9bf
ed06275
* Wed Aug 08 2007 Dave Airlie <airlied@redhat.com> 6.6.193-2
ed06275
- xf86-video-ati 6.6.193. - remove dotclock workaround for now
ed06275
  It causes crashes bug 251051
ed06275
ce9a514
* Sat Aug 04 2007 Dave Airlie <airlied@redhat.com> 6.6.193-1
ce9a514
- xf86-video-ati 6.6.193.
ce9a514
0feae44
* Wed Jun 27 2007 Adam Jackson <ajax@redhat.com> 6.6.192-1
0feae44
- xf86-video-ati 6.6.192.
0feae44
7e74b1d
* Tue Jun 19 2007 Adam Jackson <ajax@redhat.com> 6.6.3-4
7e74b1d
- radeon-6.6.3-renderaccel-buglet.patch: Fix OpenOffice font corruption
7e74b1d
  when RenderAccel is disabled. (#244675)
7e74b1d
0352f8f
* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 6.6.3-3
0352f8f
- Update Requires and BuildRequires.  Disown the module directories.  Add
0352f8f
  Requires: hwdata.
0352f8f
7fb2452
* Thu Feb 15 2007 Adam Jackson <ajax@redhat.com> 6.6.3-2
7fb2452
- ExclusiveArch -> ExcludeArch
7fb2452
9cf3814
* Tue Nov 7 2006 Adam Jackson <ajackson@redhat.com> 6.6.3-1.fc7
9cf3814
- Update to 6.6.3.
9cf3814
6ca1cbd
* Mon Oct 2 2006 Adam Jackson <ajackson@redhat.com> 6.6.2-4
6ca1cbd
- ati-prefer-radeon-then-r128.patch: When loading through the 'ati' wrapper,
6ca1cbd
  prefer radeon to rage128 to mach{64,32,16,8,4,2,1}. 
6ca1cbd
- r128-fp-dpms.patch: Hook up DPMS for Rage128 DFPs. (#197436)
6ca1cbd
- radeon-6.6.2-dac-fix.patch: Even though we turn DACs on for probing, don't
6ca1cbd
  turn them off.  Fixes black screen of death post-rhgb.  (#208610)
6ca1cbd
- radeon-6.6.2-pmac-bios.patch: Be more suspicious of ROMs before interpreting
6ca1cbd
  their content.  (#208694)
6ca1cbd
- radeon-6.6.2-usefbdev-patch.patch: Use the framebuffer stride from fbdev,
6ca1cbd
  instead of making up numbers.  (#208694)
6ca1cbd
8ca0990
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 6.6.2-3
8ca0990
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
8ca0990
00b23c5
* Thu Sep 21 2006 Adam Jackson <ajackson@redhat.com> 6.6.2-2.fc6
00b23c5
- radeon-6.6.2-dac-fix.patch: Backport 25fa71... from git.  Turn on the DAC
00b23c5
  before doing CRT connection probe, otherwise we might incorrectly detect
00b23c5
  a CRT where there isn't one. (#202240 and others)
00b23c5
4a429b8
* Tue Aug 29 2006 Adam Jackson <ajackson@redhat.com> 6.6.2-1.fc6
4a429b8
- Update to 6.6.2 from upstream:
4a429b8
  - Mach64 stability and correctness fixes
4a429b8
  - Mach64 EXA support.
4a429b8
  - Misc bugfixes for radeon.
4a429b8
596ad69
* Thu Aug 24 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-11.fc6
596ad69
- radeon-6.6.1-use-mtdriver.patch: Only flag modes with M_T_PREFERRED if
596ad69
  the EDID blocks says to.
596ad69
f71aa2c
* Fri Aug 18 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-10.fc6
f71aa2c
- radeon-6.6.1-use-mtdriver.patch: Use new M_T_DRIVER mode type for mode
f71aa2c
  synthesis.
f71aa2c
- Bump Requires to match.
f71aa2c
bfe107d
* Fri Aug 18 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-9.fc6
bfe107d
- mach64-cpio-for-ia64.patch: Enable CPIO for mach64 on ia64. (#203017)
bfe107d
d92033a
* Thu Aug 10 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-8.fc6
d92033a
- radeon-6.6.1-xpress-200.patch: Also disable DRI on xpress200, known broken.
d92033a
fdd5192
* Wed Aug  2 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-7.fc6
fdd5192
- Make sure DRI and Render accel are disabled on RN50.
fdd5192
Kristian Høgsberg eb9c3d1
* Sat Jul 29 2006 Kristian Høgsberg <krh@redhat.com> 6.6.1-6.fc5.aiglx
Kristian Høgsberg 3eed60e
- Build for fc5 aiglx repo.
Kristian Høgsberg 3eed60e
aa174f8
* Thu Jul 27 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-6.fc6
aa174f8
- Updated radeon.xinf: comments, a handful of new devices.
aa174f8
aa174f8
* Mon Jul 24 2006 Mike A. Harris <mharris@redhat.com> 6.6.1-5.fc6
mharris 1a7ea83
- Added r128-missing-xf86ForceHWCursor-symbol-bug168753.patch to fix (#168753)
mharris 1a7ea83
- Add {?dist} tag to Release field
mharris 1a7ea83
mharris fee7215
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 6.6.1-4.1
e78c45f
- rebuild
e78c45f
mharris 4b5e84b
* Wed Jun 28 2006 Mike A. Harris <mharris@@redhat.com> 6.6.1-4
mharris 4b5e84b
- Added "BuildRequires: xorg-x11-server-sdk >= 1.1.0-12" to fix the same
mharris 4b5e84b
  problem at build time as were added in 6.6.1-2 to fix it at runtime.
mharris 4b5e84b
mharris 4b5e84b
* Tue Jun 27 2006 Kristian Høgsberg <krh@redhat.com> 6.6.1-3
Kristian Høgsberg f4d301d
- Bump release for FC5 aiglx build.
Kristian Høgsberg f4d301d
356bfcc
* Mon Jun 26 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-2
356bfcc
- Filter the EDID mode list by the monitor's reported pixel clock.  Bump
356bfcc
  the BuildReq to a server that provides the necessary ABI field.
356bfcc
mharris 6377fb4
* Sat Jun 17 2006 Mike A. Harris <mharris@redhat.com> 6.6.1-1
mharris 6377fb4
- Updated xorg-x11-drv-ati to version 6.6.1 update release for X11R7.1
mharris 6377fb4
- Drop db-root-visual.patch, as it is included in 6.6.1
mharris 6377fb4
- Enable DRI support for sparc/sparc64 builds.
mharris 6377fb4
mharris 4b5e84b
* Fri Jun  9 2006 Kristian Høgsberg <krh@redhat.com> 6.6.0-7
Kristian Høgsberg dc7b5d3
- Committed db-root-visual.patch and reenabled.
Kristian Høgsberg dc7b5d3
mharris 6e10526
* Thu Jun  8 2006 Mike A. Harris <mharris@@redhat.com> 6.6.0-6
mharris 6e10526
- Disable db-root-visual.patch, because the file wasn't committed to CVS.
mharris 6e10526
Kristian Høgsberg 1a848d2
* Thu Jun  8 2006 Kristian Høgsberg <krh@redhat.com> 6.6.0-5
Kristian Høgsberg 1a848d2
- Bump for rawhide build.
Kristian Høgsberg 1a848d2
Kristian Høgsberg 1a848d2
* Thu Jun  8 2006 Kristian Høgsberg <krh@redhat.com> 6.6.0-4
Kristian Høgsberg 32ad03e
- Add db-root-visual.patch to make root visual double buffered.
Kristian Høgsberg 32ad03e
633ecc6
* Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 6.6.0-3
633ecc6
- Rebuild for 7.1 ABI fix.
633ecc6
Kristian Høgsberg e705ad8
* Tue Apr 11 2006 Kristian Høgsberg <krh@redhat.com> 6.6.0-2
Kristian Høgsberg e705ad8
- Bump for fc5-bling build.
Kristian Høgsberg e705ad8
f7116e8
* Sun Apr  9 2006 Adam Jackson <ajackson@redhat.com> 6.6.0-1
f7116e8
- Update to 6.6.0 from 7.1RC1.
f7116e8
Kristian Høgsberg 1c33f34
* Tue Apr  4 2006 Kristian Høgsberg <krh@redhat.com> 6.5.7.3-4.cvs20060404
Kristian Høgsberg 1c33f34
- Update to CVS snapshot from 20060404.
Kristian Høgsberg 1c33f34
Kristian Høgsberg 4f5e860
* Wed Mar 22 2006 Kristian Høgsberg <krh@redhat.com> 6.5.7.3-4.cvs20060322
Kristian Høgsberg 4f5e860
- Update to CVS snapshot of 20060322.
Kristian Høgsberg 4f5e860
- Drop xorg-x11-drv-ati-6.5.7.3-radeon-metamodes-SEGV-fix.patch.
Kristian Høgsberg 4f5e860
mharris cc01fd4
* Tue Feb 21 2006 Mike A. Harris <mharris@redhat.com> 6.5.7.3-4
mharris cc01fd4
- Added xorg-x11-drv-ati-6.5.7.3-radeon-metamodes-SEGV-fix.patch from CVS HEAD.
mharris cc01fd4
a48232d
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 6.5.7.3-3.2
a48232d
- bump again for double-long bug on ppc(64)
a48232d
5c80a19
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 6.5.7.3-3.1
5c80a19
- rebuilt for new gcc4.1 snapshot and glibc changes
5c80a19
mharris cc01fd4
* Sun Feb 05 2006 Mike A. Harris <mharris@redhat.com> 6.5.7.3-3
mharris 438d0d4
- Updated radeon.xinf to be up to date with the xf86PciInfo.h from the Xorg
mharris 438d0d4
  X server 1.0.1-1 source.  This should account for all supported Radeon
mharris 438d0d4
  models now modulo errors/omissions.
mharris 438d0d4
mharris cc01fd4
* Thu Feb 02 2006 Mike A. Harris <mharris@redhat.com> 6.5.7.3-2
mharris 0744e5a
- Added r128.xinf and radeon.xinf videoalias files to fix bug (#174101).
mharris 0744e5a
- Added "BuildRequires: libdrm-devel >= 2.0-1" to fix bug (#178613)
mharris 0744e5a
mharris a87a1b0
* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 6.5.7.3-1
mharris a87a1b0
- Updated xorg-x11-drv-ati to version 6.5.7.3 from X11R7.0
mharris a87a1b0
- Added ati.xinf videoalias file for hardware autodetection.
mharris a87a1b0
mharris d51f93b
* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 6.5.7.2-1
mharris d51f93b
- Updated xorg-x11-drv-ati to version 6.5.7.2 from X11R7 RC4
mharris d51f93b
- Removed 'x' suffix from manpage dirs to match RC4 upstream.
mharris d51f93b
mharris 9c6e9d0
* Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 6.5.7-1
mharris 9c6e9d0
- Updated xorg-x11-drv-ati to version 6.5.7 from X11R7 RC2
mharris 9c6e9d0
mharris c8555fd
* Fri Nov 4 2005 Mike A. Harris <mharris@redhat.com> 6.5.6.1-1
mharris c8555fd
- Updated xorg-x11-drv-ati to version 6.5.6.1 from X11R7 RC1
mharris c8555fd
- Fix *.la file removal.
mharris 5387e81
- Add "BuildRequires: mesa-libGL-devel >= 6.4-4 for DRI builds"
mharris 5387e81
mharris 62b282a
* Mon Oct 3 2005 Mike A. Harris <mharris@redhat.com> 6.5.6-1
mharris 62b282a
- Update BuildRoot to use Fedora Packaging Guidelines.
mharris 62b282a
- Deglob file manifest.
mharris 62b282a
- Use _smp_mflags with make, to speed up SMP builds.
mharris ed5405c
- Add "alpha sparc sparc64" to ExclusiveArch
mharris 62b282a
mharris 9433902
* Fri Sep 2 2005 Mike A. Harris <mharris@redhat.com> 6.5.6-0
mharris 9433902
- Initial spec file for ati video driver generated automatically
mharris 9433902
  by my xorg-driverspecgen script.