Blame SPECS/xorg-x11-drv-ati.spec

417f5f
%define tarball xf86-video-ati
417f5f
%define moduledir %(pkg-config xorg-server --variable=moduledir )
417f5f
%define driverdir	%{moduledir}/drivers
2948d1
%define gitdate 20140918
2948d1
%define gitversion 56c7fb8
417f5f
417f5f
%if 0%{?gitdate}
417f5f
%define gver .%{gitdate}git%{gitversion}
417f5f
%endif
417f5f
417f5f
Summary:   Xorg X11 ati video driver
417f5f
Name:      xorg-x11-drv-ati
2948d1
Version:   7.4.0
2948d1
Release:   1%{?gver}%{?dist}
417f5f
URL:       http://www.x.org
417f5f
License:   MIT
417f5f
Group:     User Interface/X Hardware Support
417f5f
417f5f
#Source0:    http://www.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
417f5f
Source0: %{tarball}-%{gitdate}.tar.xz
417f5f
417f5f
Patch10:    radeon-6.12.2-lvds-default-modes.patch
417f5f
Patch13:    fix-default-modes.patch
417f5f
417f5f
ExcludeArch: s390 s390x
417f5f
417f5f
BuildRequires: python
417f5f
BuildRequires: mesa-libGL-devel >= 9.2-1
417f5f
BuildRequires: libdrm-devel >= 2.4.46-1
417f5f
BuildRequires: kernel-headers >= 3.10.0-31
417f5f
BuildRequires: automake autoconf libtool pkgconfig
417f5f
BuildRequires: xorg-x11-util-macros >= 1.17-3
417f5f
BuildRequires: systemd-devel
2948d1
%ifnarch ppc ppc64 ppc64le
2948d1
BuildRequires: xorg-x11-glamor-devel >= 0.6.0
417f5f
%endif
417f5f
BuildRequires: xorg-x11-server-devel >= 1.14.2
417f5f
417f5f
Requires: Xorg %(xserver-sdk-abi-requires ansic)
417f5f
Requires: Xorg %(xserver-sdk-abi-requires videodrv)
417f5f
Requires: libdrm >= 2.4.47-1
417f5f
417f5f
%description 
417f5f
X.Org X11 ati video driver.
417f5f
417f5f
%prep
417f5f
%setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{?!gitdate:%{version}}
417f5f
%patch10 -p1 -b .lvds
417f5f
%patch13 -p1 -b .def
417f5f
417f5f
%build
417f5f
autoreconf -iv
2948d1
%ifarch ppc ppc64 ppc64le
417f5f
%configure --disable-static --disable-glamor
417f5f
%else
417f5f
%configure --disable-static --enable-glamor
417f5f
%endif
417f5f
make %{?_smp_mflags}
417f5f
417f5f
%install
417f5f
rm -rf $RPM_BUILD_ROOT
417f5f
417f5f
make install DESTDIR=$RPM_BUILD_ROOT
417f5f
417f5f
find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
417f5f
417f5f
# these only work in UMS, which is not supported
417f5f
rm -rf $RPM_BUILD_ROOT%{moduledir}/multimedia/
417f5f
417f5f
%clean
417f5f
rm -rf $RPM_BUILD_ROOT
417f5f
417f5f
%files
417f5f
%defattr(-,root,root,-)
417f5f
%{driverdir}/ati_drv.so
417f5f
%{driverdir}/radeon_drv.so
417f5f
%{_mandir}/man4/ati.4*
417f5f
%{_mandir}/man4/radeon.4*
417f5f
417f5f
%changelog
2948d1
* Thu Sep 25 2014 Jérôme Glisse <jglisse@redhat.com> 7.4.0-1.20140918git56c7fb8
2948d1
- Rebase for 7.1 (#1144069) and ppc64le changes (related #1117076)
2948d1
9b93bc
* Tue Feb 25 2014 Jerome Glisse <jglisse@redhat.com> 7.2.0-9.20140113git3213df1
9b93bc
- Fix ppc rendering issue + fix spec file (#1054548 #1043624)
9b93bc
9b93bc
* Mon Jan 13 2014 Jerome Glisse <jglisse@redhat.com> 7.2.0-8.20140113git3213df1
9b93bc
- Pull in lastest upstream fixes (#928443)
9b93bc
9b93bc
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 7.2.0-7.20131023gitf1dc677
9b93bc
- Mass rebuild 2013-12-27
9b93bc
417f5f
* Thu Nov 07 2013 Adam Jackson <ajax@redhat.com> 7.2.0-6
417f5f
- 1.15RC1 ABI rebuild
417f5f
417f5f
* Thu Oct 31 2013 Jerome Glisse <jglisse@redhat.com> 7.2.0-5
417f5f
- Fix radeonsi rendering issue (#928443)
417f5f
417f5f
* Tue Oct 29 2013 Jerome Glisse <jglisse@redhat.com> 7.2.0-4
417f5f
- Do not over bump glamor requirement take 2 (#928443)
417f5f
- Disable glamor on ppc
417f5f
417f5f
* Tue Oct 29 2013 Jerome Glisse <jglisse@redhat.com> 7.2.0-3
417f5f
- Do not over bump glamor requirement (#928443)
417f5f
417f5f
* Wed Oct 23 2013 Jerome Glisse <jglisse@redhat.com> 7.2.0-2
417f5f
- Do not over bump libdrm requirement (#928443)
417f5f
417f5f
* Wed Oct 23 2013 Jerome Glisse <jglisse@redhat.com> 7.2.0-1
417f5f
- Git snapshot (7.2 branch) for new GPU support (#928443)
417f5f
417f5f
* Tue Apr 23 2013 Jerome Glisse <jglisse@redhat.com> 7.1.0-6
417f5f
- Disable glamor on ppc/ppc64 as no support for radeonsi is plan on those
417f5f
417f5f
* Thu Apr 11 2013 Jerome Glisse <jglisse@redhat.com> 7.1.0-5
417f5f
- No need to patch for enabling glamor with git snapshot
417f5f
417f5f
* Mon Apr 08 2013 Jerome Glisse <jglisse@redhat.com> 7.1.0-4
417f5f
- Git snapshot
417f5f
- Enable glamor acceleration for southern island GPU
417f5f
417f5f
* Tue Mar 19 2013 Adam Jackson <ajax@redhat.com> 7.1.0-3
417f5f
- Less RHEL customization
417f5f
417f5f
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> - 7.1.0-2
417f5f
- ABI rebuild
417f5f
417f5f
* Tue Feb 26 2013 Adam Jackson <ajax@redhat.com> 7.1.0-1
417f5f
- ati 7.1.0
417f5f
417f5f
* Fri Feb 15 2013 Peter Hutterer <peter.hutterer@redhat.com> - 7.0.0-0.10.20121015gitbd9e2c064
417f5f
- ABI rebuild
417f5f
417f5f
* Fri Feb 15 2013 Peter Hutterer <peter.hutterer@redhat.com> - 7.0.0-0.9.20121015gitbd9e2c064
417f5f
- ABI rebuild
417f5f
417f5f
* Thu Nov 15 2012 Jerome Glisse <jglisse@redhat.com> 7.0.0-0.8.20121015gitbd9e2c064
417f5f
- fix dri2 segfault #872536
417f5f
417f5f
* Mon Oct 15 2012 Dave Airlie <airlied@redhat.com> 7.0.0-0.7.20121015gitbd9e2c064
417f5f
- fix issue with damage when using offload or sw cursor
417f5f
417f5f
* Mon Sep 10 2012 Dave Airlie <airlied@redhat.com> 7.0.0-0.6.20120910git7c7f27756
417f5f
- make sure driver loads on outputless GPUs
417f5f
417f5f
* Fri Aug 17 2012 Dave Airlie <airlied@redhat.com> 7.0.0-0.5.20120816gitcdf522f59
417f5f
- add prime support for non-r600 cards.
417f5f
417f5f
* Thu Aug 16 2012 Dave Airlie <airlied@redhat.com> 7.0.0-0.4.20120816gitcdf522f59
417f5f
- upstream snapshot + add prime support
417f5f
417f5f
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.0.0-0.3.20120629git5ebebfdb4
417f5f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
417f5f
417f5f
* Wed Jul 18 2012 Dave Airlie <airlied@redhat.com> - 7.0.0-0.2.20120629git5ebebfdb4
417f5f
- ABI rebuild
417f5f
417f5f
* Fri Jun 29 2012 Dave Airlie <airlied@redhat.com> 7.0.0-0.1
417f5f
- rebase to snapshot of git master (no UMS code)
417f5f
417f5f
* Sat Jun 02 2012 Dave Airlie <airlied@redhat.com> 6.14.4-6
417f5f
- update to latest master to fix plymouth->gdm handover.
417f5f
417f5f
* Tue Apr 17 2012 Dave Airlie <airlied@redhat.com> 6.14.4-5
417f5f
- update to latest master for solid picture fixes
417f5f
417f5f
* Thu Apr 12 2012 Jerome Glisse <jglisse@redhat.com> 6.14.4-4.20120329gitde2419e55
417f5f
- Require libudev-devel so hotplug works
417f5f
417f5f
* Thu Apr 05 2012 Adam Jackson <ajax@redhat.com> - 6.14.4-3.20120329gitde2419e55
417f5f
- RHEL arch exclude updates
417f5f
417f5f
* Sat Mar 31 2012 Dave Airlie <airlied@redhat.com> 6.14.4-2
417f5f
- update build requires properly (libdrm 2.4.33)
417f5f
417f5f
* Thu Mar 29 2012 Dave Airlie <airlied@redhat.com> 6.14.4-1
417f5f
- snapshot of latest upstream release
417f5f
- update build req + requires for libdrm 2.4.32 for TN support
417f5f
417f5f
* Wed Mar 28 2012 Adam Jackson <ajax@redhat.com> 6.14.3-12
417f5f
- radeon-no-ums.patch: Disable UMS support entirely. Just Say No.™
417f5f
- radeon-new-list-api.patch: Handle new xserver list API.
417f5f
417f5f
* Mon Mar 05 2012 Adam Jackson <ajax@redhat.com> 6.14.3-11
417f5f
- Don't package UMS theatre support
417f5f
- Trim some Requires that haven't been necessary since at least F13
417f5f
417f5f
* Sat Feb 11 2012 Peter Hutterer <peter.hutterer@redhat.com> - 6.14.3-10.20120206git36c190671
417f5f
- ABI rebuild
417f5f
417f5f
* Fri Feb 10 2012 Peter Hutterer <peter.hutterer@redhat.com> - 6.14.3-9.20120206git36c190671
417f5f
- ABI rebuild
417f5f
417f5f
* Mon Feb 06 2012 Dave Airlie <airlied@redhat.com> 6.14.3-8.20120206git36c190671
417f5f
- latest git - vline fixes
417f5f
417f5f
* Sat Jan 28 2012 Dave Airlie <airlied@redhat.com> 6.14.3-7.20120128git13b3aed4e
417f5f
- Update to latest git (fix r200 tiling issues)
417f5f
417f5f
* Tue Jan 24 2012 Peter Hutterer <peter.hutterer@redhat.com> - 6.14.3-6.20111125git534fb6e41
417f5f
- ABI rebuild
417f5f
417f5f
* Tue Jan 03 2012 Peter Hutterer <peter.hutterer@redhat.com> - 6.14.3-5.20111125git534fb6e41
417f5f
- Rebuild for server 1.12
417f5f
417f5f
* Thu Dec 15 2011 Adam Jackson <ajax@redhat.com> 6.14.3-4
417f5f
- Drop xinf file
417f5f
417f5f
* Fri Nov 25 2011 Dave Airlie <airlied@redhat.com> 6.14.3-3.20111125git534fb6e41
417f5f
- rebase to master includes ppc evergreen fix.
417f5f
417f5f
* Mon Nov 14 2011 Adam Jackson <ajax@redhat.com> - 6.14.3-2
417f5f
- ABI rebuild
417f5f
417f5f
* Thu Nov 10 2011 Adam Jackson <ajax@redhat.com> 6.14.3-1
417f5f
- radeon 6.14.3
417f5f
417f5f
* Wed Nov 09 2011 ajax <ajax@redhat.com> - 6.14.2-3.20110727git8c9266ed2
417f5f
- ABI rebuild
417f5f
417f5f
* Thu Aug 18 2011 Adam Jackson <ajax@redhat.com> 6.14.2-2.20110727git8c9266ed2
417f5f
- Rebuild for xserver 1.11 ABI
417f5f
417f5f
* Wed Jul 27 2011 Dave Airlie <airlied@redhat.com> 6.14.2-1.20110727git8c9266ed2
417f5f
- bump ati to master
417f5f
417f5f
* Tue May 10 2011 Peter Hutterer <peter.hutterer@redhat.com> 6.14.0-9.20110316gitcdfc007ec
417f5f
- Rebuild for what will be server 1.11 one day
417f5f
417f5f
* Wed May 04 2011 Dave Airlie <airlied@redhat.com> 6.14.1-1.20110504gita6d2dba6
417f5f
- resnapshot to include r520 fix + fusion DFS fix.
417f5f
417f5f
* Thu Apr 14 2011 Adam Jackson <ajax@redhat.com> 6.14.0-8.20110316gitcdfc007ec
417f5f
- Fix large texture rendering bugs in EXA and Xv on R520 chips.
417f5f
417f5f
* Wed Mar 16 2011 Dave Airlie <airlied@redhat.com> 6.14.0-7.20110316gitcdfc007ec
417f5f
- update to fix regression introduced in -6 (#685084)
417f5f
417f5f
* Tue Mar 15 2011 Dave Airlie <airlied@redhat.com> 6.14.0-6.20110315git4d3504970
417f5f
- update to latest upstream fixes, should fix all rendercheck (#679893)
417f5f
417f5f
* Thu Mar 10 2011 Adam Jackson <ajax@redhat.com> - 6.14.0-5.20110204gita27b5dbd9
417f5f
- xserver 1.10 ABI rebuild
417f5f
417f5f
* Mon Feb 28 2011 Dave Airlie <airlied@redhat.com> 6.14.0-4.20110204gita27b5dbd9
417f5f
- rebuild with fix for 1.10 server
417f5f
417f5f
* Mon Feb 28 2011 Peter Hutterer <peter.hutterer@redhat.com> - 6.14.0-3.20110204gita27b5dbd9
417f5f
- Rebuild for server 1.10
417f5f
417f5f
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.14.0-2.20110204gita27b5dbd9
417f5f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
417f5f
417f5f
* Fri Feb 04 2011 Dave Airlie <airlied@redhat.com> 6.14.0-1.20110204gita27b5dbd9
417f5f
- 6.14.0 release from upstream
417f5f
417f5f
* Mon Jan 24 2011 Dave Airlie <airlied@redhat.com> 6.13.2-0.5.20110124gitfadee0409
417f5f
- latest upstream snapshot with EG crash fixes
417f5f
417f5f
* Fri Jan 07 2011 Dave Airlie <airlied@redhat.com> 6.13.2-0.4.20110107git0e432dff9
417f5f
- latest upstream snapshot with NI support
417f5f
417f5f
* Wed Dec 01 2010 Dave Airlie <airlied@redhat.com> 6.13.2-0.3.20101201gite142e55c5
417f5f
- fixup BG none root
417f5f
417f5f
* Wed Dec 01 2010 Peter Hutterer <peter.hutterer@redhat.com> 6.13.2-0.2.20101201gite142e55c5
417f5f
- latest upstream snapshot
417f5f
417f5f
* Tue Nov 09 2010 Dave Airlie <airlied@redhat.com> 6.13.2-0.1.20101109git0c2834e67
417f5f
- latest upstream snapshot with EG accel
417f5f
417f5f
* Wed Oct 27 2010 Adam Jackson <ajax@redhat.com> 6.13.1-0.5.20100705git37b348059
417f5f
- Add ABI requires magic. (#542742)
417f5f
417f5f
* Fri Aug 27 2010 Dave Airlie <airlied@redhat.com> 6.13.1-0.4.20100705git37b348059
417f5f
- fix dri2 pixmap refcounting bug
417f5f
417f5f
* Wed Aug 25 2010 Dave Airlie <airlied@redhat.com> 6.13.1-0.3.20100705git37b348059
417f5f
- fix flushing in dri2 for direct rendered comp managers.
417f5f
417f5f
* Mon Jul 26 2010 Dave Airlie <airlied@redhat.com> 6.13.1-0.2.20100705git37b348059
417f5f
- add obsoletes for radeonhd (#617149)
417f5f
417f5f
* Mon Jul 05 2010 Dave Airlie <airlied@redhat.com> 6.13.1-0.1.20100705git37b348059
417f5f
- bump version correctly for 1.9
417f5f
417f5f
* Mon Jul 05 2010 Dave Airlie <airlied@redhat.com> 6.13.1-0.20100705git37b348059
417f5f
- update to latest git snapshot with 1.9 server support
417f5f
417f5f
* Wed May 19 2010 Dave Airlie <airlied@redhat.com> 6.13.1-0.20100519git428125c09
417f5f
- git snapshot
417f5f
417f5f
* Tue Apr 06 2010 Dave Airlie <airlied@redhat.com> 6.13.0-1.20100406git819b40153
417f5f
- git snapshot from after release
417f5f
417f5f
* Thu Apr 01 2010 Dave Airlie <airlied@redhat.com> 6.13.0-0.25.20100401git819b40153
417f5f
- rebase more r600 fixes
417f5f
417f5f
* Tue Mar 16 2010 Dave Airlie <airlied@redhat.com> 6.13.0-0.24.20100316git819b40153
417f5f
- rebase to latest upstream - r600 getimage improvements - help slow AGP r600
417f5f
417f5f
* Fri Feb 19 2010 Dave Airlie <airlied@redhat.com> 6.13.0-0.23.20100219gite68d3a389
417f5f
- rebase to latest upstream - fixes r600 hangs
417f5f
417f5f
* Wed Feb 10 2010 Dave Airlie <airlied@redhat.com> 6.13.0-0.22.20100208git4f9d1714a
417f5f
- drop firmware now in linux-firmware
417f5f
417f5f
* Mon Feb 08 2010 Dave Airlie <airlied@redhat.com> 6.13.0-0.21.20100208git4f9d1714a
417f5f
- rebase to upstream - evergreen modesetting support + displayport fixes for UMS
417f5f
417f5f
* Mon Jan 25 2010 Dave Airlie <airlied@redhat.com> 6.13.0-0.20.20100125gitba99a82ce
417f5f
- rebase to upstream - fix es1000 bug with 64MB VRAM
417f5f
417f5f
* Thu Jan 21 2010 Peter Hutterer <peter.hutterer@redhat.com> - 6.13.0-0.19.20091221git4b05c47ac
417f5f
- Rebuild for server 1.8
417f5f
417f5f
* Mon Dec 21 2009 Dave Airlie <airlied@redhat.com> 6.13.0-0.18.20091221git4b05c47ac
417f5f
- rebase for latest libdrm_radeon API changes - should be final API.
417f5f
417f5f
* Wed Dec 02 2009 Dave Airlie <airlied@redhat.com> 6.13.0-0.18.20091201git88a50a30d
417f5f
- add R600 RLC firmware for IRQ handling
417f5f
417f5f
* Wed Dec 02 2009 Dave Airlie <airlied@redhat.com> 6.13.0-0.17.20091201git88a50a30d
417f5f
- ums displayport + bump libdrm requires for new function needed
417f5f
417f5f
* Tue Dec 01 2009 Dave Airlie <airlied@redhat.com> 6.13.0-0.16.20091201git88a50a30d
417f5f
- fixed up multi-op support for r600s
417f5f
417f5f
* Fri Nov 27 2009 Dave Airlie <airlied@redhat.com> 6.13.0-0.15.20091127gita8dbf7c23
417f5f
- upstream snapshot with fix for resize under shadowfb, merged multi-op
417f5f
417f5f
* Thu Nov 26 2009 Dave Airlie <airlied@redhat.com> 6.13.0-0.14.20091125git8b28534bc
417f5f
- revert r600 multi-op for now seems to cause regression
417f5f
417f5f
* Wed Nov 25 2009 Dave Airlie <airlied@redhat.com> 6.13.0-0.13.20091125git8b28534bc
417f5f
- rebase to upstream with r600 speed ups and r100 fixes integrated.
417f5f
417f5f
* Fri Nov 20 2009 Dave Airlie <airlied@redhat.com> 6.13.0-0.12.20091119git437113124
417f5f
- fix r100 Xv (partly inspired by 505152), rn50 small VRAM fixes.
417f5f
417f5f
* Thu Nov 19 2009 Dave Airlie <airlied@redhat.com> 6.13.0-0.11.20091119git437113124
417f5f
- upstream snapshot (#538561), amongst others
417f5f
417f5f
* Fri Oct 09 2009 Dave Airlie <airlied@redhat.com> 6.13.0-0.10.20091006git457646d73
417f5f
- Don't use scratch pixmaps for rotate
417f5f
417f5f
* Fri Oct 09 2009 Dave Airlie <airlied@redhat.com> 6.13.0-0.9.20091006git457646d73
417f5f
- reload cursors on mode switch/rotate
417f5f
417f5f
* Wed Oct 07 2009 Dave Airlie <airlied@redhat.com> 6.13.0-0.8.20091006git457646d73
417f5f
- fix rotate (#527000)
417f5f
417f5f
* Tue Oct 06 2009 Dave Airlie <airlied@redhat.com> 6.13.0-0.7.20091006git457646d73
417f5f
- resnapshot with VT switch fixes and mixed issue was in server which is fixed
417f5f
417f5f
* Wed Sep 30 2009 Dave Airlie <airlied@redhat.com> 6.13.0-0.6.20090929git7968e1fb8
417f5f
- mixed appears to break r600 for some reason need to investigate disable for
417f5f
  beta
417f5f
417f5f
* Tue Sep 29 2009 Dave Airlie <airlied@redhat.com> 6.13.0-0.5.20090929git7968e1fb8
417f5f
- rebase to latest upstream for vline fixes and zaphod fixes
417f5f
417f5f
* Thu Sep 10 2009 Dave Airlie <airlied@redhat.com> 6.13.0-0.4.20090908git651fe5a47
417f5f
- fix EXA server crasher + use mixed pixmaps for speed ups
417f5f
417f5f
* Tue Sep 08 2009 Dave Airlie <airlied@redhat.com> 6.13.0-0.3.20090908git651fe5a47
417f5f
- New snapshot with r600 kms support
417f5f
417f5f
* Fri Aug 21 2009 Adam Jackson <ajax@redhat.com> 6.13.0-0.2.20090821gitb1b77a4d6
417f5f
- radeon-6.13-dri2-init.patch: Fix DRI2 init.
417f5f
417f5f
* Fri Aug 21 2009 Dave Airlie <airlied@redhat.com> 6.13.0-0.1.20090821gitb1b77a4d6
417f5f
- change versioning to git snapshot for now
417f5f
417f5f
* Fri Aug 21 2009 Dave Airlie <airlied@redhat.com> 6.12.2-22
417f5f
- change to a git snapshot
417f5f
417f5f
* Tue Aug 04 2009 Dave Airlie <airlied@redhat.com> 6.12.2-21
417f5f
- ati: rebase to git master - need to fixup a few patches later
417f5f
417f5f
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.12.2-20.1
417f5f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
417f5f
417f5f
* Wed Jul 15 2009 Adam Jackson <ajax@redhat.com> - 6.12.2-19.1
417f5f
- ABI bump
417f5f
417f5f
* Thu Jun 25 2009 Dave Airlie <airlied@redhat.com> 6.12.2-19
417f5f
- fix kms compat
417f5f
417f5f
* Mon Jun 22 2009 Dave Airlie <airlied@redhat.com> 6.12.2-18
417f5f
- rebuild against xorg F12 master
417f5f
417f5f
* Fri Jun 19 2009 Adam Jackson <ajax@redhat.com> 6.12.2-17
417f5f
- Obsoletes: xorg-x11-drv-avivo
417f5f
417f5f
* Tue Jun 09 2009 Dave Airlie <airlied@redhat.com> 6.12.2-16
417f5f
- add KMS compat patches + dri2 fixes for running on glisse kernel
417f5f
417f5f
* Thu May 21 2009 Adam Jackson <ajax@redhat.com> 6.12.2-15
417f5f
- Update to tip of 6.12 branch, 74cb2aba79049b792c22abf25ade3693b802b260
417f5f
- Drop stuff from radeon-modeset-fixes.patch to match
417f5f
- Generate radeon.xinf automatically from the CSV
417f5f
- radeon-6.12.2-hax.patch: Fix cursor setup and initial framebuffer clear
417f5f
  in KMS.
417f5f
417f5f
* Thu May 14 2009 Kyle McMartin <kyle@redhat.com> 6.12.2-14
417f5f
- radeon-modeset-still-more-fixes.patch: Bump the GEM interface version to
417f5f
  31 so we don't activate it... (#500801)
417f5f
417f5f
* Thu May 07 2009 Adam Jackson <ajax@redhat.com> 6.12.2-13
417f5f
- radeon-6.12.2-lvds-default-modes.patch: Add default modes to the LVDS mode
417f5f
  list if we got no EDID from the kernel.
417f5f
417f5f
* Wed May 06 2009 Dave Airlie <airlied@redhat.com> 6.12.2-12
417f5f
- radeon-6.12.2-rs690-hack.patch - workaround rs690 hangs with firefox safely
417f5f
417f5f
* Tue May 05 2009 Dave Airlie <airlied@redhat.com> 6.12.2-11
417f5f
- make src/mask prepare access force to GTT.
417f5f
417f5f
* Tue May 05 2009 Dave Airlie <airlied@redhat.com> 6.12.2-10
417f5f
- radeon-modeset-fixes.patch: backport fixes from upstream for rs480 firefox gpu crash
417f5f
417f5f
* Tue Apr 28 2009 Dave Airlie <airlied@redhat.com> 6.12.2-9
417f5f
- fix gamma code to work properly
417f5f
- bump kernel requires for gamma interface not oopsing
417f5f
417f5f
* Tue Apr 28 2009 Dave Airlie <airlied@redhat.com> 6.12.2-8
417f5f
- restrict texture coords to 0.0->1.0 explicitly.
417f5f
- enable gamma now kernel is tagged
417f5f
417f5f
* Mon Apr 27 2009 Dave Airlie <airlied@redhat.com> 6.12.2-7
417f5f
- revert rs690 fixes for now until we can research properly
417f5f
- fix xv warning
417f5f
417f5f
* Fri Apr 24 2009 Dave Airlie <airlied@redhat.com> 6.12.2-6
417f5f
- rs690: fix clamps patch so it doesn't break other cards
417f5f
417f5f
* Thu Apr 23 2009 Dave Airlie <airlied@redhat.com> 6.12.2-5
417f5f
- rs690: fix crashing when firefox or gimp is used
417f5f
417f5f
* Thu Apr 16 2009 Dave Airlie <airlied@redhat.com> 6.12.2-4
417f5f
- radeon-modeset.patch: fix stupid idle drawing corrupt since mmap cache
417f5f
417f5f
* Wed Apr 15 2009 Dave Airlie <airlied@redhat.com> 6.12.2-3
417f5f
- radeon-modeset-zaphod.patch: fix zaphod under kms in theory
417f5f
417f5f
* Wed Apr 15 2009 Dave Airlie <airlied@redhat.com> 6.12.2-2
417f5f
- radeon-modeset.patch: fix rotation + cache mmap uninit var path
417f5f
417f5f
* Mon Apr 13 2009 Adam Jackson <ajax@redhat.com> 6.12.2-1
417f5f
- radeon 6.12.2
417f5f
417f5f
* Thu Apr 09 2009 Adam Jackson <ajax@redhat.com> 6.12.1-10
417f5f
- radeon-6.12.1-r600-fb-size.patch: Bump fb size max on R600+ when no KMS
417f5f
  so single-link dualhead stands a chance of working.
417f5f
417f5f
* Tue Apr 07 2009 Dave Airlie <airlied@redhat.com> 6.12.1-9
417f5f
- cache mmaps for objects until remove time.
417f5f
417f5f
* Tue Apr 07 2009 Dave Airlie <airlied@redhat.com> 6.12.1-8
417f5f
- re-enable DFS for kms
417f5f
417f5f
* Tue Apr 07 2009 Dave Airlie <airlied@redhat.com> 6.12.1-7
417f5f
- radeon-modeset-fix-nomodeset.patch: fix no modeset paths
417f5f
417f5f
* Mon Apr 06 2009 Dave Airlie <airlied@redhat.com> 6.12.1-6
417f5f
- kms: add config.h to get mmap working properly
417f5f
417f5f
* Mon Apr 06 2009 Dave Airlie <airlied@redhat.com> 6.12.1-5
417f5f
- radeon-modeset.patch: break APIs;
417f5f
- radeon: move to latest git fixups
417f5f
- bump min kernel required
417f5f
417f5f
* Fri Apr 03 2009 Dave Airlie <airlied@redhat.com> 6.12.1-4
417f5f
- fix up r600 xv harder
417f5f
417f5f
* Fri Apr 03 2009 Dave Airlie <airlied@redhat.com> 6.12.1-3
417f5f
- fix up r600 xv src offsets hopefully
417f5f
417f5f
* Wed Apr 01 2009 Dave Airlie <airlied@redhat.com> 6.12.1-2
417f5f
- attempt to fix r100/r200 xv better
417f5f
417f5f
* Wed Apr 01 2009 Dave Airlie <airlied@redhat.com> 6.12.1-1
417f5f
- rebase to upstream + fix FUS on DRI2 + video on r100/r200 hopefully
417f5f
417f5f
* Mon Mar 16 2009 Dave Airlie <airlied@redhat.com> 6.12.0-2
417f5f
- radeon-6.12.0-git-fixes: fixes from git upstream 
417f5f
417f5f
* Sat Mar 14 2009 Dave Airlie <airlied@redhat.com> 6.12.0-1
417f5f
- rebase to latest -ati upstream release
417f5f
417f5f
* Fri Mar 13 2009 Dave Airlie <airlied@redhat.com> 6.11.0-10
417f5f
- radeon-modeset.patch: merge patches into kms patch
417f5f
- radeon-6.11.0-git.patch: fix suspend/resume on r600
417f5f
417f5f
* Thu Mar 12 2009 Adam Jackson <ajax@redhat.com> 6.11.0-9
417f5f
- radeon-r600-kms-shadowfb.patch: Make R600 fall back to shadowfb whne KMS
417f5f
  is enabled (as opposed to crashing).
417f5f
417f5f
* Thu Mar 12 2009 Dave Airlie <airlied@redhat.com> 6.11.0-8
417f5f
- fix r600 GART table sizing bug
417f5f
417f5f
* Tue Mar 10 2009 Dave Airlie <airlied@redhat.com> 6.11.0-7
417f5f
- fix r600 xv, thanks to twoerner on #radeon for testing
417f5f
417f5f
* Tue Mar 10 2009 Dave Airlie <airlied@redhat.com> 6.11.0-6
417f5f
- master fixes for panning + enable r600 accel by default
417f5f
417f5f
* Sat Mar 07 2009 Dave Airlie <airlied@redhat.com> 6.11.0-5
417f5f
- pull in more fixes from master
417f5f
417f5f
* Thu Mar 05 2009 Dave Airlie <airlied@redhat.com> 6.11.0-4
417f5f
- modeset: fixup radeon Xv with latest kernel
417f5f
417f5f
* Tue Mar 03 2009 Dave Airlie <airlied@redhat.com> 6.11.0-3
417f5f
- initial support for dynamic fb resize
417f5f
417f5f
* Tue Mar 03 2009 Dave Airlie <airlied@redhat.com> 6.11.0-2
417f5f
- rebase to latest upstream r600 accel
417f5f
- fixup VT switch on DRI2
417f5f
417f5f
* Fri Feb 27 2009 Dave Airlie <airlied@redhat.com> 6.11.0-1
417f5f
- rebase to latest upstream
417f5f
- enable R600 acceleration for EXA and Xv.
417f5f
417f5f
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.10.0-4
417f5f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
417f5f
417f5f
* Tue Feb 17 2009 Dave Airlie <airlied@redhat.com> 6.10.0-3
417f5f
- fix VT switch on non-kms on rawhide
417f5f
417f5f
* Fri Jan 30 2009 Dave Airlie <airlied@redhat.com> 6.10.0-2
417f5f
- Fix corruption on rs780 hopefully
417f5f
417f5f
* Wed Jan 07 2009 Dave Airlie <airlied@redhat.com> 6.10.0-1
417f5f
- rebase to latest upstream release
417f5f
417f5f
* Mon Dec 22 2008 Dave Airlie <airlied@redhat.com> 6.9.0-65
417f5f
- fix rotate API
417f5f
417f5f
* Mon Dec 22 2008 Dave Airlie <airlied@redhat.com> 6.9.0-64
417f5f
- rebuild for new API
417f5f
417f5f
* Sat Dec 20 2008 Dave Airlie <airlied@redhat.com> 6.9.0-63
417f5f
- rebase F11 patch to upstream master + modesetting bits
417f5f
417f5f
* Sat Nov 01 2008 Dave Airlie <airlied@redhat.com> 6.9.0-41
417f5f
- radeon-modeset.patch - hopefully speed up mozilla again
417f5f
417f5f
* Fri Oct 31 2008 Adam Jackson <ajax@redhat.com> 6.9.0-40
417f5f
- radeon-6.9.0-dig1-hdmi.patch: Fix minor logic error.
417f5f
417f5f
* Fri Oct 31 2008 Adam Jackson <ajax@redhat.com> 6.9.0-39
417f5f
- radeon-6.9.0-dig1-hdmi.patch: Fix initialization of DVI sinks on HDMI
417f5f
  connectors for DCE3.
417f5f
417f5f
* Thu Oct 30 2008 Dave Airlie <airlied@redhat.com> 6.9.0-38
417f5f
- don't enable DFS under kms on anything but PCIE by default.
417f5f
417f5f
* Thu Oct 30 2008 Dave Airlie <airlied@redhat.com> 6.9.0-37
417f5f
- fix memory leak in -ati driver (#469024)
417f5f
417f5f
* Wed Oct 29 2008 Dave Airlie <airlied@redhat.com> 6.9.0-36
417f5f
- radeon-6.9.0-add-hd3300.patch - add missing pciid (#466706)
417f5f
- radeon-6.9.0-quirk-agp.patch - from Ubuntu.
417f5f
417f5f
* Wed Oct 29 2008 Dave Airlie <airlied@redhat.com> 6.9.0-35
417f5f
- radeon-6.9.0-bgnr-enable.patch - enable bg none when kms enabled (#468879)
417f5f
417f5f
* Tue Oct 28 2008 Dave Airlie <airlied@redhat.com> 6.9.0-34
417f5f
- remove some left over debug
417f5f
417f5f
* Tue Oct 28 2008 Dave Airlie <airlied@redhat.com> 6.9.0-33
417f5f
- add support for wait for rendering
417f5f
417f5f
* Mon Oct 27 2008 Dave Airlie <airlied@redhat.com> 6.9.0-32
417f5f
- move to CS2 mechanism - using chunks to avoid multiple relocations
417f5f
- add kernel requires about 2.6.27.4-52 for new CS mechanism
417f5f
417f5f
* Thu Oct 23 2008 Dave Airlie <airlied@redhat.com> 6.9.0-31
417f5f
- limit VRAM usage in driver - not perfect but a good start
417f5f
417f5f
* Thu Oct 23 2008 Dave Airlie <airlied@redhat.com> 6.9.0-30
417f5f
- fix some bad memory allocations
417f5f
417f5f
* Tue Oct 21 2008 Dave Airlie <airlied@redhat.com> 6.9.0-29
417f5f
- fix most obvious glyph corruption issues in modesetting mode
417f5f
417f5f
* Sun Oct 19 2008 Dave Airlie <airlied@redhat.com> 6.9.0-28
417f5f
- fix set tex offset for non modesetting cases
417f5f
417f5f
* Wed Oct 15 2008 Dave Airlie <airlied@redhat.com> 6.9.0-27
417f5f
- modeset - radeon add support for basic r100/r200 EXA
417f5f
- modeset - add Download from screen accel.
417f5f
- radeon-6.9.0-to-git.patch : fix 30" monitor
417f5f
417f5f
* Mon Oct 13 2008 Dave Airlie <airlied@redhat.com> 6.9.0-26
417f5f
- radeon-modeset.patch - fix nexuiz mode switch - remove unused reuse code
417f5f
417f5f
* Fri Oct 10 2008 Dave Airlie <airlied@redhat.com> 6.9.0-25
417f5f
- fix rotation
417f5f
- make output names compatible with non-kms
417f5f
417f5f
* Fri Oct 10 2008 Dave Airlie <airlied@redhat.com> 6.9.0-24
417f5f
- radeon-modeset.patch - fix silly debugging fallback.
417f5f
417f5f
* Fri Oct 10 2008 Dave Airlie <airlied@redhat.com> 6.9.0-23
417f5f
- rebase to upstream master
417f5f
- radeon-6.9.0-lvds-mapping.patch - merged upstream
417f5f
- copy-fb-contents.patch merged into modesetting tree.
417f5f
417f5f
* Wed Oct 08 2008 Adam Jackson <ajax@redhat.com> 6.9.0-22
417f5f
- radeon-6.9.0-lvds-mapping.patch: Fix connector mapping on LVDS.
417f5f
417f5f
* Wed Oct 01 2008 Dave Airlie <airlied@redhat.com> 6.9.0-21
417f5f
- rebase for latest fixes and new libdrm
417f5f
417f5f
* Mon Sep 29 2008 Dave Airlie <airlied@redhat.com> 6.9.0-20
417f5f
- fix collision with copy fb contents patch
417f5f
417f5f
* Mon Sep 29 2008 Dave Airlie <airlied@redhat.com> 6.9.0-19
417f5f
- fix textured video + merge otaylor fix into exa fixes patch
417f5f
417f5f
* Sat Sep 27 2008 Dave Airlie <airlied@redhat.com> 6.9.0-18
417f5f
- fix fb contents patch
417f5f
- EXA speedup from otaylor.
417f5f
417f5f
* Fri Sep 26 2008 Dave Airlie <airlied@redhat.com> 6.9.0-17
417f5f
- exa offset fixes for changes in X server
417f5f
417f5f
* Fri Sep 26 2008 Dave Airlie <airlied@redhat.com> 6.9.0-16
417f5f
- rebase to a later tree - still not fully up to git master
417f5f
- add some fixes to the resize stuff - not fully done
417f5f
417f5f
* Fri Sep 19 2008 Kristian Høgsberg <krh@redhat.com> - 6.9.0-15
417f5f
- Add copy-fb-contents.patch to initialize the root window contents
417f5f
  with the fbdev contents for slick startup.
417f5f
417f5f
* Thu Sep 11 2008 Adam Jackson <ajax@redhat.com> 6.9.0-14
417f5f
- radeon-6.9.0-panel-size-sanity.patch: Panels smaller than 800x480 are
417f5f
  highly implausible, disable them if we find them.  If you have one,
417f5f
  you can force it with Option "PanelSize".
417f5f
417f5f
* Thu Sep 11 2008 Soren Sandmann <sandmann@redhat.com> 6.9.0-13
417f5f
- Remove the fb size hack since there is a fix in the server now.
417f5f
- Unfortunately, the driver prevents this fix from working by applying 
417f5f
  its own heuristics. Remove those.
417f5f
417f5f
* Wed Sep 10 2008 Adam Jackson <ajax@redhat.com> 6.9.0-12
417f5f
- Do the fb size hack a differently bad way.
417f5f
417f5f
* Tue Sep  9 2008 Kristian Høgsberg <krh@redhat.com> 6.9.0-11
417f5f
- Restore CFLAGS after testing for DRM_MODE in radeon-modeset.patch.
417f5f
417f5f
* Mon Sep 08 2008 Adam Jackson <ajax@redhat.com> 6.9.0-10
417f5f
- radeon-6.9.0-fb-size.patch: Yet more lame heuristics to preallocate a
417f5f
  usable framebuffer for laptops. (#458864)
417f5f
417f5f
* Fri Sep 05 2008 Dave Airlie <airlied@redhat.com> 6.9.0-9
417f5f
- add fix for pipe register emits on r300
417f5f
417f5f
* Fri Sep 05 2008 Dave Airlie <airlied@redhat.com> 6.9.0-8
417f5f
- fix suspend/resume support - needs new pinning API
417f5f
417f5f
* Wed Aug 27 2008 Dave Airlie <airlied@redhat.com> 6.9.0-7
417f5f
- fix bug in modesetting to make 3D work again
417f5f
417f5f
* Tue Aug 26 2008 Dave Airlie <airlied@redhat.com> 6.9.0-6
417f5f
- update modesetting/memory manager support
417f5f
417f5f
* Fri Aug 15 2008 Dave Airlie <airlied@redhat.com> 6.9.0-5
417f5f
- Add a perl script to generate the radeon.xinf from the actual PCI IDs the driver supports.
417f5f
- not build integrated yet though
417f5f
- update pciids
417f5f
417f5f
* Fri Aug 15 2008 Dave Airlie <airlied@redhat.com> 6.9.0-4
417f5f
- fix bugs in modesetting and bring PLL fixes in from master
417f5f
417f5f
* Thu Aug 14 2008 Dave Airlie <airlied@redhat.com> 6.9.0-3
417f5f
- bring back modesetting
417f5f
417f5f
* Mon Aug 11 2008 Adam Jackson <ajax@redhat.com> 6.9.0-2
417f5f
- Rebuild without modesetting since libdrm lost the API.  It'll be back soon,
417f5f
  I'm sure.
417f5f
417f5f
* Sun Aug 10 2008 Adam Jackson <ajax@redhat.com> 6.9.0-1
417f5f
- Move to 6.9.0, now that the r128 and mach64 drivers are split out.
417f5f
- Add git fixes since 6.9.0.
417f5f
- Rebase the modesetting patch onto git master.
417f5f
417f5f
* Wed Aug 06 2008 Dave Airlie <airlied@redhat.com> 6.8.0-21
417f5f
- bunch of fixes to modesetting code + remove debugging.
417f5f
417f5f
* Fri Aug 01 2008 Dave Airlie <airlied@redhat.com> 6.8.0-20
417f5f
- DDX modesetting code
417f5f
417f5f
* Wed Jul 30 2008 Dave Airlie <airlied@redhat.com> 6.8.0-19
417f5f
- Update to latest upstream release + fixes
417f5f
417f5f
* Thu Jun 26 2008 Dave Airlie <airlied@redhat.com> 6.8.0-18
417f5f
- update to latest git 6.8.192 beta
417f5f
417f5f
* Wed May 28 2008 Dave Airlie <airlied@redhat.com> 6.8.0-17
417f5f
- fix multiple VT switch issues on r600 cards
417f5f
- assorted upstream goodness
417f5f
417f5f
* Sat May 24 2008 Dave Airlie <airlied@redhat.com> 6.8.0-16
417f5f
- Fix PLL on r600 LVDS (#444542)
417f5f
- update to other upstream fixes
417f5f
417f5f
* Mon May 12 2008 Dave Airlie <airlied@redhat.com> 6.8.0-15
417f5f
- The RS482 sucks - same pci id, mobile and non-mobile parts.
417f5f
417f5f
* Mon May 12 2008 Dave Airlie <airlied@redhat.com> 6.8.0-14
417f5f
- add initial cloning support for RN50 (#439879)
417f5f
417f5f
* Wed May 07 2008 Dave Airlie <airlied@redhat.com> 6.8.0-13
417f5f
- more upstream fixes for EXA accel + zaphod mode
417f5f
417f5f
* Thu Apr 24 2008 Dave Airlie <airlied@redhat.com> 6.8.0-12
417f5f
- not so much faster as kill my Apple MAC DDC - next time do this upstream first
417f5f
417f5f
* Thu Apr 24 2008 Dave Airlie <airlied@redhat.com> 6.8.0-11
417f5f
- fix r128 bios size issue (#439022)
417f5f
417f5f
* Sun Apr 06 2008 Dave Airlie <airlied@redhat.com> 6.8.0-10
417f5f
- attempt to fix VT switch and X restart hangs
417f5f
417f5f
* Wed Apr 02 2008 Dave Airlie <airlied@redhat.com> 6.8.0-9
417f5f
- attempt to fix dualhead and rotation at the same time.
417f5f
417f5f
* Mon Mar 31 2008 Dave Airlie <airlied@redhat.com> 6.8.0-8
417f5f
- Hopefully fix quirks not applying on radeon LVDS (#435126)
417f5f
- quirk connector table from (#428515)
417f5f
- fix rotate on r500 cards
417f5f
417f5f
* Sun Mar 30 2008 Dave Airlie <airlied@redhat.com> 6.8.0-7
417f5f
- Major upstream fixes backported - render accel, xv etc.
417f5f
- This is done with a separate patch as upstream has split mach64/r128 already
417f5f
417f5f
* Fri Mar 28 2008 Adam Jackson <ajax@redhat.com> 6.8.0-6
417f5f
- radeon.xinf: :1,$s/radeon_tp/radeon/
417f5f
417f5f
* Wed Mar 26 2008 Dave Airlie <airlied@redhat.com> 6.8.0-5
417f5f
- Fix mach64 on ia64 with 16k pagesize (#438947)
417f5f
417f5f
* Tue Mar 11 2008 Adam Jackson <ajax@redhat.com> 6.8.0-4
417f5f
- r500-dual-link-love.patch: Make R300+ max CRTC size guess big enough
417f5f
  for a 30" monitor.
417f5f
417f5f
* Mon Mar 03 2008 Dave Airlie <airlied@redhat.com> 6.8.0-3
417f5f
- rebuild for upstream ABI breakage
417f5f
417f5f
* Tue Feb 26 2008 Dave Airlie <airlied@redhat.com> 6.8.0-2
417f5f
- rebase to upstream 6.8.0 release + git fixes
417f5f
417f5f
* Tue Feb 19 2008 Dave Airlie <airlied@redhat.com> 6.8.0-1
417f5f
- rebase to upstream 6.8.0 release.
417f5f
417f5f
* Mon Feb 18 2008 Dave Airlie <airlied@redhat.com> 6.7.197-3
417f5f
- rebase to upstream git master - lots of r600 fixes
417f5f
417f5f
* Fri Feb 08 2008 Dave Airlie <airlied@redhat.com> 6.7.197-2
417f5f
- rebase to upstream git master - add rv67x ids
417f5f
417f5f
* Mon Feb 04 2008 Dave Airlie <airlied@redhat.com> 6.7.197-1
417f5f
- rebase to upstream git master
417f5f
- add r5xx and r6xx pci ids to xinf
417f5f
417f5f
* Thu Jan 17 2008 Dave Airlie <airlied@redhat.com> 6.7.196-7
417f5f
- fix up IGPs from upstream fix.
417f5f
417f5f
* Wed Jan 09 2008 Adam Jackson <ajax@redhat.com> 6.7.196-6
417f5f
- Rebuild for new server ABI.
417f5f
417f5f
* Wed Jan 02 2008 Adam Jackson <ajax@redhat.com> 6.7.196-5
417f5f
- r128-6.7.196-pciaccess.patch: Fix some preprocessor dumbness.
417f5f
417f5f
* Wed Jan 02 2008 Adam Jackson <ajax@redhat.com> 6.7.196-4
417f5f
- r128-6.7.196-pciaccess.patch: Port r128 to libpciaccess.
417f5f
417f5f
* Wed Dec 19 2007 Dave Airlie <airlied@redhat.com> 6.7.196-3
417f5f
- radeon-git-upstream-fixes.patch - update for latest git master
417f5f
- radeon-6.7.196-atombios-support.patch - update for r500/r600
417f5f
417f5f
* Mon Dec 17 2007 Adam Jackson <ajax@redhat.com> 6.7.196-2
417f5f
- *-6.7.196-alloca.patch: Fix ALLOCATE_LOCAL failures.
417f5f
417f5f
* Wed Nov 14 2007 Adam Jackson <ajax@redhat.com> 6.7.196-1
417f5f
- xf86-video-ati 6.7.196
417f5f
417f5f
* Tue Nov 13 2007 Adam Jackson <ajax@redhat.com> 6.7.195-5
417f5f
- Require xserver 1.4.99.1
417f5f
417f5f
* Thu Nov 08 2007 Adam Jackson <ajax@redhat.com> 6.7.195-4
417f5f
- radeon-6.7.195-faster-ddc.patch: Speed up X startup by assuming the
417f5f
  monitor doesn't need a dead chicken waved over it to get DDC.
417f5f
417f5f
* Tue Oct 16 2007 Dave Airlie <airlied@redhat.com> 6.7.195-3
417f5f
- upstream fixes including previous patches + attempted mac detection
417f5f
417f5f
* Tue Oct 09 2007 Adam Jackson <ajax@redhat.com> 6.7.195-2
417f5f
- DDC and LVDS patches from git.
417f5f
417f5f
* Sat Oct 06 2007 Adam Jackson <ajax@redhat.com> 6.7.195-1
417f5f
- xf86-video-ati 6.7.195
417f5f
417f5f
* Fri Oct 5 2007 Dave Airlie <airlied@redhat.com> 6.7.194-3
417f5f
- radeon-6.7.194-upstream-fixes - Upstream LVDS fixes
417f5f
  improve chances of working on more panels.
417f5f
417f5f
* Fri Sep 28 2007 Dave Airlie <airlied@redhat.com> 6.7.194-2
417f5f
- radeon-6.7.194-disable-rc410-dri.patch - Disable DRI on
417f5f
  RC410 by default as it seems to need some more work.
417f5f
417f5f
* Mon Sep 24 2007 Dave Airlie <airlied@redhat.com> 6.7.194-1
417f5f
- xf86-video-ati 6.7.194
417f5f
417f5f
* Thu Sep 20 2007 Dave Airlie <airlied@redhat.com> 6.7.193-1
417f5f
- xf86-video-ati 6.7.193
417f5f
417f5f
* Mon Aug 27 2007 Adam Jackson <ajax@redhat.com> 6.7.192-1
417f5f
- xf86-video-ati 6.7.192
417f5f
417f5f
* Mon Aug 27 2007 Dave Airlie <airlied@redhat.com> 6.7.191-2
417f5f
- radeon-6.7.191-git-master.patch - upgrade to git head
417f5f
  f36720377737210c985b196d9a988efdd767f1c7
417f5f
9b93bc
* Thu Aug 23 2007 Dave Airlie <airlied@redhat.com> 6.7.191-1
417f5f
- xf86-video-ati 6.7.191. - Add a pre-release of radeon randr code
417f5f
  This will break old zaphod mode further than the current 6.6.193
417f5f
  driver, and will probably break mergedfb configs, however it will
417f5f
  work with randr-1.2 properly and is the more supported codebase going
417f5f
  forward.
417f5f
417f5f
* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 6.6.193-3
417f5f
- Rebuild for build id
417f5f
417f5f
* Wed Aug 08 2007 Dave Airlie <airlied@redhat.com> 6.6.193-2
417f5f
- xf86-video-ati 6.6.193. - remove dotclock workaround for now
417f5f
  It causes crashes bug 251051
417f5f
417f5f
* Sat Aug 04 2007 Dave Airlie <airlied@redhat.com> 6.6.193-1
417f5f
- xf86-video-ati 6.6.193.
417f5f
417f5f
* Wed Jun 27 2007 Adam Jackson <ajax@redhat.com> 6.6.192-1
417f5f
- xf86-video-ati 6.6.192.
417f5f
417f5f
* Tue Jun 19 2007 Adam Jackson <ajax@redhat.com> 6.6.3-4
417f5f
- radeon-6.6.3-renderaccel-buglet.patch: Fix OpenOffice font corruption
417f5f
  when RenderAccel is disabled. (#244675)
417f5f
417f5f
* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 6.6.3-3
417f5f
- Update Requires and BuildRequires.  Disown the module directories.  Add
417f5f
  Requires: hwdata.
417f5f
417f5f
* Thu Feb 15 2007 Adam Jackson <ajax@redhat.com> 6.6.3-2
417f5f
- ExclusiveArch -> ExcludeArch
417f5f
417f5f
* Tue Nov 7 2006 Adam Jackson <ajackson@redhat.com> 6.6.3-1.fc7
417f5f
- Update to 6.6.3.
417f5f
417f5f
* Mon Oct 2 2006 Adam Jackson <ajackson@redhat.com> 6.6.2-4
417f5f
- ati-prefer-radeon-then-r128.patch: When loading through the 'ati' wrapper,
417f5f
  prefer radeon to rage128 to mach{64,32,16,8,4,2,1}. 
417f5f
- r128-fp-dpms.patch: Hook up DPMS for Rage128 DFPs. (#197436)
417f5f
- radeon-6.6.2-dac-fix.patch: Even though we turn DACs on for probing, don't
417f5f
  turn them off.  Fixes black screen of death post-rhgb.  (#208610)
417f5f
- radeon-6.6.2-pmac-bios.patch: Be more suspicious of ROMs before interpreting
417f5f
  their content.  (#208694)
417f5f
- radeon-6.6.2-usefbdev-patch.patch: Use the framebuffer stride from fbdev,
417f5f
  instead of making up numbers.  (#208694)
417f5f
417f5f
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 6.6.2-3
417f5f
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
417f5f
417f5f
* Thu Sep 21 2006 Adam Jackson <ajackson@redhat.com> 6.6.2-2.fc6
417f5f
- radeon-6.6.2-dac-fix.patch: Backport 25fa71... from git.  Turn on the DAC
417f5f
  before doing CRT connection probe, otherwise we might incorrectly detect
417f5f
  a CRT where there isn't one. (#202240 and others)
417f5f
417f5f
* Tue Aug 29 2006 Adam Jackson <ajackson@redhat.com> 6.6.2-1.fc6
417f5f
- Update to 6.6.2 from upstream:
417f5f
  - Mach64 stability and correctness fixes
417f5f
  - Mach64 EXA support.
417f5f
  - Misc bugfixes for radeon.
417f5f
417f5f
* Thu Aug 24 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-11.fc6
417f5f
- radeon-6.6.1-use-mtdriver.patch: Only flag modes with M_T_PREFERRED if
417f5f
  the EDID blocks says to.
417f5f
417f5f
* Fri Aug 18 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-10.fc6
417f5f
- radeon-6.6.1-use-mtdriver.patch: Use new M_T_DRIVER mode type for mode
417f5f
  synthesis.
417f5f
- Bump Requires to match.
417f5f
417f5f
* Fri Aug 18 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-9.fc6
417f5f
- mach64-cpio-for-ia64.patch: Enable CPIO for mach64 on ia64. (#203017)
417f5f
417f5f
* Thu Aug 10 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-8.fc6
417f5f
- radeon-6.6.1-xpress-200.patch: Also disable DRI on xpress200, known broken.
417f5f
417f5f
* Wed Aug  2 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-7.fc6
417f5f
- Make sure DRI and Render accel are disabled on RN50.
417f5f
417f5f
* Sat Jul 29 2006 Kristian Høgsberg <krh@redhat.com> 6.6.1-6.fc5.aiglx
417f5f
- Build for fc5 aiglx repo.
417f5f
417f5f
* Thu Jul 27 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-6.fc6
417f5f
- Updated radeon.xinf: comments, a handful of new devices.
417f5f
417f5f
* Mon Jul 24 2006 Mike A. Harris <mharris@redhat.com> 6.6.1-5.fc6
417f5f
- Added r128-missing-xf86ForceHWCursor-symbol-bug168753.patch to fix (#168753)
417f5f
- Add {?dist} tag to Release field
417f5f
417f5f
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 6.6.1-4.1
417f5f
- rebuild
417f5f
417f5f
* Wed Jun 28 2006 Mike A. Harris <mharris@@redhat.com> 6.6.1-4
417f5f
- Added "BuildRequires: xorg-x11-server-sdk >= 1.10.99.902
417f5f
  problem at build time as were added in 6.6.1-2 to fix it at runtime.
417f5f
417f5f
* Tue Jun 27 2006 Kristian Høgsberg <krh@redhat.com> 6.6.1-3
417f5f
- Bump release for FC5 aiglx build.
417f5f
417f5f
* Mon Jun 26 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-2
417f5f
- Filter the EDID mode list by the monitor's reported pixel clock.  Bump
417f5f
  the BuildReq to a server that provides the necessary ABI field.
417f5f
417f5f
* Sat Jun 17 2006 Mike A. Harris <mharris@redhat.com> 6.6.1-1
417f5f
- Updated xorg-x11-drv-ati to version 6.6.1 update release for X11R7.1
417f5f
- Drop db-root-visual.patch, as it is included in 6.6.1
417f5f
- Enable DRI support for sparc/sparc64 builds.
417f5f
417f5f
* Fri Jun  9 2006 Kristian Høgsberg <krh@redhat.com> 6.6.0-7
417f5f
- Committed db-root-visual.patch and reenabled.
417f5f
417f5f
* Thu Jun  8 2006 Mike A. Harris <mharris@@redhat.com> 6.6.0-6
417f5f
- Disable db-root-visual.patch, because the file wasn't committed to CVS.
417f5f
417f5f
* Thu Jun  8 2006 Kristian Høgsberg <krh@redhat.com> 6.6.0-5
417f5f
- Bump for rawhide build.
417f5f
417f5f
* Thu Jun  8 2006 Kristian Høgsberg <krh@redhat.com> 6.6.0-4
417f5f
- Add db-root-visual.patch to make root visual double buffered.
417f5f
417f5f
* Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 6.6.0-3
417f5f
- Rebuild for 7.1 ABI fix.
417f5f
417f5f
* Tue Apr 11 2006 Kristian Høgsberg <krh@redhat.com> 6.6.0-2
417f5f
- Bump for fc5-bling build.
417f5f
417f5f
* Sun Apr  9 2006 Adam Jackson <ajackson@redhat.com> 6.6.0-1
417f5f
- Update to 6.6.0 from 7.1RC1.
417f5f
417f5f
* Tue Apr  4 2006 Kristian Høgsberg <krh@redhat.com> 6.5.7.3-4.cvs20060404
417f5f
- Update to CVS snapshot from 20060404.
417f5f
417f5f
* Wed Mar 22 2006 Kristian Høgsberg <krh@redhat.com> 6.5.7.3-4.cvs20060322
417f5f
- Update to CVS snapshot of 20060322.
417f5f
- Drop xorg-x11-drv-ati-6.5.7.3-radeon-metamodes-SEGV-fix.patch.
417f5f
417f5f
* Tue Feb 21 2006 Mike A. Harris <mharris@redhat.com> 6.5.7.3-4
417f5f
- Added xorg-x11-drv-ati-6.5.7.3-radeon-metamodes-SEGV-fix.patch from CVS HEAD.
417f5f
417f5f
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 6.5.7.3-3.2
417f5f
- bump again for double-long bug on ppc(64)
417f5f
417f5f
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 6.5.7.3-3.1
417f5f
- rebuilt for new gcc4.1 snapshot and glibc changes
417f5f
417f5f
* Sun Feb 05 2006 Mike A. Harris <mharris@redhat.com> 6.5.7.3-3
417f5f
- Updated radeon.xinf to be up to date with the xf86PciInfo.h from the Xorg
417f5f
  X server 1.0.1-1 source.  This should account for all supported Radeon
417f5f
  models now modulo errors/omissions.
417f5f
417f5f
* Thu Feb 02 2006 Mike A. Harris <mharris@redhat.com> 6.5.7.3-2
417f5f
- Added r128.xinf and radeon.xinf videoalias files to fix bug (#174101).
417f5f
- Added "BuildRequires: libdrm-devel >= 2.0-1" to fix bug (#178613)
417f5f
417f5f
* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 6.5.7.3-1
417f5f
- Updated xorg-x11-drv-ati to version 6.5.7.3 from X11R7.0
417f5f
- Added ati.xinf videoalias file for hardware autodetection.
417f5f
417f5f
* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 6.5.7.2-1
417f5f
- Updated xorg-x11-drv-ati to version 6.5.7.2 from X11R7 RC4
417f5f
- Removed 'x' suffix from manpage dirs to match RC4 upstream.
417f5f
417f5f
* Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 6.5.7-1
417f5f
- Updated xorg-x11-drv-ati to version 6.5.7 from X11R7 RC2
417f5f
417f5f
* Fri Nov 4 2005 Mike A. Harris <mharris@redhat.com> 6.5.6.1-1
417f5f
- Updated xorg-x11-drv-ati to version 6.5.6.1 from X11R7 RC1
417f5f
- Fix *.la file removal.
417f5f
- Add "BuildRequires: mesa-libGL-devel >= 6.4-4 for DRI builds"
417f5f
417f5f
* Mon Oct 3 2005 Mike A. Harris <mharris@redhat.com> 6.5.6-1
417f5f
- Update BuildRoot to use Fedora Packaging Guidelines.
417f5f
- Deglob file manifest.
417f5f
- Use _smp_mflags with make, to speed up SMP builds.
417f5f
- Add "alpha sparc sparc64" to ExclusiveArch
417f5f
417f5f
* Fri Sep 2 2005 Mike A. Harris <mharris@redhat.com> 6.5.6-0
417f5f
- Initial spec file for ati video driver generated automatically
417f5f
  by my xorg-driverspecgen script.