mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-28 11:06:25 +00:00
- rebase to latest radeon-rewrite
This commit is contained in:
parent
a495af1326
commit
3321562b90
3 changed files with 1313 additions and 1076 deletions
|
@ -20,7 +20,7 @@
|
||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Version: 7.5
|
Version: 7.5
|
||||||
Release: 0.6%{?dist}
|
Release: 0.7%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
|
@ -46,7 +46,6 @@ Patch7: mesa-7.1-link-shared.patch
|
||||||
Patch9: intel-revert-vbl.patch
|
Patch9: intel-revert-vbl.patch
|
||||||
|
|
||||||
Patch12: mesa-7.1-disable-intel-classic-warn.patch
|
Patch12: mesa-7.1-disable-intel-classic-warn.patch
|
||||||
Patch13: radeon-fix-r100.patch
|
|
||||||
|
|
||||||
BuildRequires: pkgconfig autoconf automake
|
BuildRequires: pkgconfig autoconf automake
|
||||||
%if %{with_dri}
|
%if %{with_dri}
|
||||||
|
@ -174,7 +173,6 @@ This package provides some demo applications for testing Mesa.
|
||||||
%patch7 -p1 -b .dricore
|
%patch7 -p1 -b .dricore
|
||||||
%patch9 -p1 -b .intel-vbl
|
%patch9 -p1 -b .intel-vbl
|
||||||
%patch12 -p1 -b .intel-nowarn
|
%patch12 -p1 -b .intel-nowarn
|
||||||
%patch13 -p1 -b .r100
|
|
||||||
|
|
||||||
# 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
|
||||||
|
@ -431,6 +429,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%{_libdir}/mesa-demos-data
|
%{_libdir}/mesa-demos-data
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 06 2009 Dave Airlie <airlied@redhat.com> 7.5-0.7
|
||||||
|
- rebase to latest radeon-rewrite
|
||||||
|
|
||||||
* Wed Apr 01 2009 Dave Airlie <airlied@redhat.com> 7.5-0.6
|
* Wed Apr 01 2009 Dave Airlie <airlied@redhat.com> 7.5-0.6
|
||||||
- Build fbo files for r100
|
- Build fbo files for r100
|
||||||
|
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
diff -up mesa-20090322/src/mesa/drivers/dri/radeon/Makefile.dma mesa-20090322/src/mesa/drivers/dri/radeon/Makefile
|
|
||||||
--- mesa-20090322/src/mesa/drivers/dri/radeon/Makefile.dma 2009-04-01 22:18:56.000000000 +1000
|
|
||||||
+++ mesa-20090322/src/mesa/drivers/dri/radeon/Makefile 2009-04-01 22:19:05.000000000 +1000
|
|
||||||
@@ -19,7 +19,8 @@ RADEON_COMMON_SOURCES = \
|
|
||||||
radeon_bo_legacy.c \
|
|
||||||
radeon_cs_legacy.c \
|
|
||||||
radeon_mipmap_tree.c \
|
|
||||||
- radeon_span.c
|
|
||||||
+ radeon_span.c \
|
|
||||||
+ radeon_fbo.c
|
|
||||||
|
|
||||||
DRIVER_SOURCES = \
|
|
||||||
radeon_context.c \
|
|
2369
radeon-rewrite.patch
2369
radeon-rewrite.patch
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue