- mesa-7.5-r300-batch-accounting.patch: Fix cmdbuf sizing (#501312)
This commit is contained in:
parent
cb167a15f0
commit
f77271ad73
33
mesa.spec
33
mesa.spec
@ -14,13 +14,13 @@
|
|||||||
|
|
||||||
%define manpages gl-manpages-1.0.1
|
%define manpages gl-manpages-1.0.1
|
||||||
%define xdriinfo xdriinfo-1.0.2
|
%define xdriinfo xdriinfo-1.0.2
|
||||||
%define gitdate 20090322
|
%define gitdate 20090428
|
||||||
#% define snapshot
|
#% define snapshot
|
||||||
|
|
||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Version: 7.5
|
Version: 7.5
|
||||||
Release: 0.10%{?dist}
|
Release: 0.15%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
@ -48,7 +48,8 @@ Patch9: intel-revert-vbl.patch
|
|||||||
Patch12: mesa-7.1-disable-intel-classic-warn.patch
|
Patch12: mesa-7.1-disable-intel-classic-warn.patch
|
||||||
Patch13: mesa-7.5-sparc64.patch
|
Patch13: mesa-7.5-sparc64.patch
|
||||||
|
|
||||||
Patch20: mesa-7.5-get-driver-name.patch
|
Patch15: radeon-rewrite-emit1clip.patch
|
||||||
|
Patch16: mesa-7.5-r300-batch-accounting.patch
|
||||||
|
|
||||||
BuildRequires: pkgconfig autoconf automake
|
BuildRequires: pkgconfig autoconf automake
|
||||||
%if %{with_dri}
|
%if %{with_dri}
|
||||||
@ -177,7 +178,8 @@ This package provides some demo applications for testing Mesa.
|
|||||||
%patch9 -p1 -b .intel-vbl
|
%patch9 -p1 -b .intel-vbl
|
||||||
%patch12 -p1 -b .intel-nowarn
|
%patch12 -p1 -b .intel-nowarn
|
||||||
%patch13 -p1 -b .sparc64
|
%patch13 -p1 -b .sparc64
|
||||||
%patch20 -p1 -b .get-driver-name
|
%patch15 -p1 -b .fix-clip
|
||||||
|
%patch16 -p1 -b .r300-accounting
|
||||||
|
|
||||||
# Hack the demos to use installed data files
|
# Hack the demos to use installed data files
|
||||||
sed -i 's,../images,%{_libdir}/mesa-demos-data,' progs/demos/*.c
|
sed -i 's,../images,%{_libdir}/mesa-demos-data,' progs/demos/*.c
|
||||||
@ -384,9 +386,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/clearspd
|
%{_bindir}/clearspd
|
||||||
%{_bindir}/copypix
|
%{_bindir}/copypix
|
||||||
%{_bindir}/cubemap
|
%{_bindir}/cubemap
|
||||||
|
%{_bindir}/dinoshade
|
||||||
%{_bindir}/drawpix
|
%{_bindir}/drawpix
|
||||||
%{_bindir}/engine
|
%{_bindir}/engine
|
||||||
%{_bindir}/fbo_firecube
|
%{_bindir}/fbo_firecube
|
||||||
|
%{_bindir}/fbotexture
|
||||||
%{_bindir}/fire
|
%{_bindir}/fire
|
||||||
%{_bindir}/fogcoord
|
%{_bindir}/fogcoord
|
||||||
%{_bindir}/fplight
|
%{_bindir}/fplight
|
||||||
@ -397,9 +401,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/geartrain
|
%{_bindir}/geartrain
|
||||||
%{_bindir}/glinfo
|
%{_bindir}/glinfo
|
||||||
%{_bindir}/gloss
|
%{_bindir}/gloss
|
||||||
%{_bindir}/glslnoise
|
|
||||||
%{_bindir}/gltestperf
|
%{_bindir}/gltestperf
|
||||||
%{_bindir}/glutfx
|
|
||||||
%{_bindir}/ipers
|
%{_bindir}/ipers
|
||||||
%{_bindir}/isosurf
|
%{_bindir}/isosurf
|
||||||
%{_bindir}/lodbias
|
%{_bindir}/lodbias
|
||||||
@ -407,6 +409,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/multiarb
|
%{_bindir}/multiarb
|
||||||
%{_bindir}/paltex
|
%{_bindir}/paltex
|
||||||
%{_bindir}/pointblast
|
%{_bindir}/pointblast
|
||||||
|
%{_bindir}/projtex
|
||||||
%{_bindir}/mesa-rain
|
%{_bindir}/mesa-rain
|
||||||
%{_bindir}/ray
|
%{_bindir}/ray
|
||||||
%{_bindir}/readpix
|
%{_bindir}/readpix
|
||||||
@ -417,14 +420,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/spectex
|
%{_bindir}/spectex
|
||||||
%{_bindir}/spriteblast
|
%{_bindir}/spriteblast
|
||||||
%{_bindir}/stex3d
|
%{_bindir}/stex3d
|
||||||
%{_bindir}/streaming_rect
|
|
||||||
%{_bindir}/teapot
|
%{_bindir}/teapot
|
||||||
%{_bindir}/terrain
|
%{_bindir}/terrain
|
||||||
%{_bindir}/tessdemo
|
%{_bindir}/tessdemo
|
||||||
%{_bindir}/texcyl
|
%{_bindir}/texcyl
|
||||||
%{_bindir}/texdown
|
|
||||||
%{_bindir}/texenv
|
%{_bindir}/texenv
|
||||||
%{_bindir}/texobj
|
|
||||||
%{_bindir}/textures
|
%{_bindir}/textures
|
||||||
%{_bindir}/trispd
|
%{_bindir}/trispd
|
||||||
%{_bindir}/tunnel
|
%{_bindir}/tunnel
|
||||||
@ -434,6 +434,21 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/mesa-demos-data
|
%{_libdir}/mesa-demos-data
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 21 2009 Adam Jackson <ajax@redhat.com> 7.5-0.15
|
||||||
|
- mesa-7.5-r300-batch-accounting.patch: Fix cmdbuf sizing (#501312)
|
||||||
|
|
||||||
|
* Tue May 05 2009 Dave Airlie <airlied@redhat.com> 7.5-0.14
|
||||||
|
- radeon-rewrite.patch: fixes from upstream for rs690 + r200
|
||||||
|
|
||||||
|
* Tue Apr 28 2009 Dave Airlie <airlied@redhat.com> 7.5-0.13
|
||||||
|
- radeon fix clip emits
|
||||||
|
|
||||||
|
* Tue Apr 28 2009 Dave Airlie <airlied@redhat.com> 7.5-0.12
|
||||||
|
- rebase to upstream snapshot + radeon-rewrite
|
||||||
|
|
||||||
|
* Thu Apr 16 2009 Dave Airlie <airlied@redhat.com> 7.5-0.11
|
||||||
|
- radeon-rewrite-fixes.patch: fix context crash in compiz + r200 fixes
|
||||||
|
|
||||||
* Tue Apr 14 2009 Adam Jackson <ajax@redhat.com> 7.5-0.10
|
* Tue Apr 14 2009 Adam Jackson <ajax@redhat.com> 7.5-0.10
|
||||||
- mesa-7.5-get-driver-name.patch: Fix glXGetScreenDriver for DRI2 (#495342)
|
- mesa-7.5-get-driver-name.patch: Fix glXGetScreenDriver for DRI2 (#495342)
|
||||||
|
|
||||||
|
4250
radeon-rewrite.patch
4250
radeon-rewrite.patch
File diff suppressed because it is too large
Load Diff
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
6ae05158e678f4594343f32c2ca50515 gl-manpages-1.0.1.tar.bz2
|
6ae05158e678f4594343f32c2ca50515 gl-manpages-1.0.1.tar.bz2
|
||||||
a5ec51ed9f0a55dc3462d90d52ff899c xdriinfo-1.0.2.tar.bz2
|
a5ec51ed9f0a55dc3462d90d52ff899c xdriinfo-1.0.2.tar.bz2
|
||||||
2469ad7640d26d1aed61452cfe62fd49 mesa-20090322.tar.bz2
|
d7ff7c44fe42f2639845a2975804792d mesa-20090428.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user