mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-12-01 12:10:53 +00:00
- mesa-7.1-f9-intel-and-radeon-fixes.patch - Update mesa package with
cherrypicked fixes from master. - Fixes numerous i965 3D issues - Fixes compiz on rs48x and rs690 radeon chipsets
This commit is contained in:
parent
736cc91559
commit
43434e2720
1 changed files with 8 additions and 2 deletions
10
mesa.spec
10
mesa.spec
|
@ -38,7 +38,7 @@ Patch7: mesa-7.1-link-shared.patch
|
||||||
# lets only build drivers on sparc that are remotely useful
|
# lets only build drivers on sparc that are remotely useful
|
||||||
Patch8: mesa-7.1-sparc.patch
|
Patch8: mesa-7.1-sparc.patch
|
||||||
|
|
||||||
Patch9: mesa-fix-965-buffer-check.patch
|
Patch10: mesa-7.1-f9-intel-and-radeon-fixes.patch
|
||||||
|
|
||||||
BuildRequires: pkgconfig autoconf automake
|
BuildRequires: pkgconfig autoconf automake
|
||||||
%if %{with_dri}
|
%if %{with_dri}
|
||||||
|
@ -167,7 +167,7 @@ This package provides some demo applications for testing Mesa.
|
||||||
%patch4 -p1 -b .disable-tex-offset
|
%patch4 -p1 -b .disable-tex-offset
|
||||||
%patch7 -p1 -b .dricore
|
%patch7 -p1 -b .dricore
|
||||||
%patch8 -p1
|
%patch8 -p1
|
||||||
%patch9 -p1 -b .965-depth
|
%patch10 -p1 -b .misc-fixes
|
||||||
|
|
||||||
# WARNING: The following files are copyright "Mark J. Kilgard" under the GLUT
|
# WARNING: The following files are copyright "Mark J. Kilgard" under the GLUT
|
||||||
# license and are not open source/free software, so we remove them.
|
# license and are not open source/free software, so we remove them.
|
||||||
|
@ -416,6 +416,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%{_libdir}/mesa-demos-data
|
%{_libdir}/mesa-demos-data
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 05 2008 Dave Airlie <airlied@redhat.com> 7.1-0.29
|
||||||
|
- mesa-7.1-f9-intel-and-radeon-fixes.patch - Update mesa
|
||||||
|
package with cherrypicked fixes from master.
|
||||||
|
- Fixes numerous i965 3D issues
|
||||||
|
- Fixes compiz on rs48x and rs690 radeon chipsets
|
||||||
|
|
||||||
* Fri Apr 18 2008 Dave Airlie <airlied@redhat.com> 7.1-0.28
|
* Fri Apr 18 2008 Dave Airlie <airlied@redhat.com> 7.1-0.28
|
||||||
- okay fire me now - I swear it runs compiz really well...
|
- okay fire me now - I swear it runs compiz really well...
|
||||||
- fix more bugs on 965
|
- fix more bugs on 965
|
||||||
|
|
Loading…
Reference in a new issue