rpms/mesa/devel radeon-fix-r100.patch, NONE, 1.1 mesa.spec, 1.237, 1.238

Dave Airlie airlied at fedoraproject.org
Wed Apr 1 12:24:10 UTC 2009


Author: airlied

Update of /cvs/pkgs/rpms/mesa/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17774

Modified Files:
	mesa.spec 
Added Files:
	radeon-fix-r100.patch 
Log Message:
* Wed Apr 01 2009 Dave Airlie <airlied at redhat.com> 7.5-0.6
- Build fbo files for r100


radeon-fix-r100.patch:

--- NEW FILE radeon-fix-r100.patch ---
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 \


Index: mesa.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mesa/devel/mesa.spec,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -r1.237 -r1.238
--- mesa.spec	31 Mar 2009 06:07:01 -0000	1.237
+++ mesa.spec	1 Apr 2009 12:23:39 -0000	1.238
@@ -20,7 +20,7 @@
 Summary: Mesa graphics libraries
 Name: mesa
 Version: 7.5
-Release: 0.5%{?dist}
+Release: 0.6%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.mesa3d.org
@@ -46,6 +46,7 @@
 Patch9: intel-revert-vbl.patch
 
 Patch12: mesa-7.1-disable-intel-classic-warn.patch
+Patch13: radeon-fix-r100.patch
 
 BuildRequires: pkgconfig autoconf automake
 %if %{with_dri}
@@ -173,6 +174,7 @@
 %patch7 -p1 -b .dricore
 %patch9 -p1 -b .intel-vbl
 %patch12 -p1 -b .intel-nowarn
+%patch13 -p1 -b .r100
 
 # Hack the demos to use installed data files
 sed -i 's,../images,%{_libdir}/mesa-demos-data,' progs/demos/*.c
@@ -429,6 +431,9 @@
 %{_libdir}/mesa-demos-data
 
 %changelog
+* Wed Apr 01 2009 Dave Airlie <airlied at redhat.com> 7.5-0.6
+- Build fbo files for r100
+
 * Tue Mar 31 2009 Dave Airlie <airlied at redhat.com> 7.5-0.5
 - radeon-rewrite.patch: misc radeon fixes with buffer readbacks
 




More information about the fedora-extras-commits mailing list