- mesa-6.5.1-r300-smooth-line.patch: Added, fakes smooth lines with aliased
lines on R300+ cards, makes Google Earth tolerable. - mesa-6.5-force-r300.patch: Resurrect.
This commit is contained in:
parent
713d6d9242
commit
9e03815042
13
mesa.spec
13
mesa.spec
@ -36,7 +36,7 @@
|
|||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Version: 6.5
|
Version: 6.5
|
||||||
Release: 24.%{snapshot}cvs%{?dist}
|
Release: 25.%{snapshot}cvs%{?dist}
|
||||||
License: MIT/X11
|
License: MIT/X11
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
@ -60,6 +60,9 @@ Patch14: mesa-6.5-drop-static-inline.patch
|
|||||||
Patch18: mesa-6.5.1-selinux-awareness.patch
|
Patch18: mesa-6.5.1-selinux-awareness.patch
|
||||||
Patch19: mesa-6.5.1-radeon-vtxfmt-cleanup-properly.patch
|
Patch19: mesa-6.5.1-radeon-vtxfmt-cleanup-properly.patch
|
||||||
|
|
||||||
|
Patch20: mesa-6.5.1-r300-smooth-line.patch
|
||||||
|
Patch21: mesa-6.5-force-r300.patch
|
||||||
|
|
||||||
# General patches from upstream go here:
|
# General patches from upstream go here:
|
||||||
|
|
||||||
# Red Hat custom patches, feature development
|
# Red Hat custom patches, feature development
|
||||||
@ -308,6 +311,9 @@ install -m 755 %{SOURCE12} ./
|
|||||||
%patch18 -p1 -b .selinux-awareness
|
%patch18 -p1 -b .selinux-awareness
|
||||||
%patch19 -p1 -b .vtxfmt
|
%patch19 -p1 -b .vtxfmt
|
||||||
|
|
||||||
|
%patch20 -p1 -b .r300-smooth-lines
|
||||||
|
%patch21 -p0 -b .force-r300
|
||||||
|
|
||||||
# According to Adam, this patch makes metacity's compositing
|
# According to Adam, this patch makes metacity's compositing
|
||||||
# manager noticeably faster, but also may be a little too big of
|
# manager noticeably faster, but also may be a little too big of
|
||||||
# a change for post feature freeze. Leaving off for now...
|
# a change for post feature freeze. Leaving off for now...
|
||||||
@ -506,6 +512,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/glxinfo
|
%{_bindir}/glxinfo
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 22 2006 Adam Jackson <ajackson@redhat.com> 6.5-25.20060818cvs.fc6
|
||||||
|
- mesa-6.5.1-r300-smooth-line.patch: Added, fakes smooth lines with aliased
|
||||||
|
lines on R300+ cards, makes Google Earth tolerable.
|
||||||
|
- mesa-6.5-force-r300.patch: Resurrect.
|
||||||
|
|
||||||
* Tue Aug 22 2006 Adam Jackson <ajackson@redhat.com> 6.5-24.20060818cvs.fc6
|
* Tue Aug 22 2006 Adam Jackson <ajackson@redhat.com> 6.5-24.20060818cvs.fc6
|
||||||
- mesa-6.5.1-radeon-vtxfmt-cleanup-properly.patch: Fix a segfault on context
|
- mesa-6.5.1-radeon-vtxfmt-cleanup-properly.patch: Fix a segfault on context
|
||||||
destruction when selinux is enabled.
|
destruction when selinux is enabled.
|
||||||
|
Loading…
Reference in New Issue
Block a user