- try again: pull in 7.4 fixes, dri configs changes, new radeon-rewrite

This commit is contained in:
Dave Airlie 2009-03-04 07:00:36 +00:00
parent a5cda00fd4
commit 16d2d54dc6
4 changed files with 3585 additions and 28351 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,7 @@
Summary: Mesa graphics libraries
Name: mesa
Version: 7.3
Release: 8%{?dist}
Release: 9%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.mesa3d.org
@ -36,11 +36,13 @@ Source3: make-git-snapshot.sh
Source5: http://www.x.org/pub/individual/app/%{xdriinfo}.tar.bz2
Patch0: mesa-7.1-osmesa-version.patch
Patch0: mesa-7.3-fixes-from-7.4-branch.patch
Patch1: mesa-7.1-osmesa-version.patch
Patch2: mesa-7.1-nukeglthread-debug.patch
Patch3: mesa-no-mach64.patch
Patch5: radeon-rewrite.patch
Patch5: mesa-7.3-dri-configs-fixes.patch
Patch6: radeon-rewrite.patch
Patch7: mesa-7.1-link-shared.patch
Patch9: intel-revert-vbl.patch
@ -167,10 +169,12 @@ This package provides some demo applications for testing Mesa.
%prep
%setup -q -n Mesa-%{version}%{?snapshot} -b0 -b1 -b2 -b5
#%setup -q -n mesa-%{gitdate} -b2 -b5
%patch0 -p1 -b .osmesa
%patch0 -p1 -b .mesa74
%patch1 -p1 -b .osmesa
%patch2 -p1 -b .intel-glthread
%patch3 -p0 -b .no-mach64
%patch5 -p1 -b .radeon-rewrite
%patch5 -p1 -b .driconfigs
%patch6 -p1 -b .radeon-rewrite
%patch7 -p1 -b .dricore
%patch9 -p1 -b .intel-vbl
%patch12 -p1 -b .intel-nowarn
@ -423,6 +427,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/mesa-demos-data
%changelog
* Wed Mar 04 2009 Dave Airlie <airlied@redhat.com> 7.3-9
- try again: pull in 7.4 fixes, dri configs changes, new radeon-rewrite
* Fri Feb 27 2009 Dave Airlie <airlied@redhat.com> 7.3-8
- reset whole place back to 7.3-6 - bad plan

File diff suppressed because it is too large Load Diff