rpms/mesa/F-13 mesa.spec,1.292,1.293

Owen Taylor otaylor at fedoraproject.org
Fri Apr 30 00:29:15 UTC 2010


Author: otaylor

Update of /cvs/extras/rpms/mesa/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11241

Modified Files:
	mesa.spec 
Log Message:
* Thu Apr 30 2010 Owen Taylor <otaylor at redhat.com> - 7.8.1-4
- Backport fix for glCopyTexSubImage from master. Needed to fix corruption
  issues with Clutter's texture atlases



Index: mesa.spec
===================================================================
RCS file: /cvs/extras/rpms/mesa/F-13/mesa.spec,v
retrieving revision 1.292
retrieving revision 1.293
diff -u -p -r1.292 -r1.293
--- mesa.spec	29 Apr 2010 20:46:44 -0000	1.292
+++ mesa.spec	30 Apr 2010 00:29:14 -0000	1.293
@@ -21,7 +21,7 @@
 Summary: Mesa graphics libraries
 Name: mesa
 Version: 7.8.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.mesa3d.org
@@ -47,6 +47,7 @@ Patch5: nouveau-legacy-update.patch
 
 Patch30: mesa-7.6-hush-vblank-warning.patch
 Patch31: mesa-7.8.1-intel-dri2-damage.patch
+Patch32: radeon-fix-glCopyTex-Sub-Image-if-user-FBO-is-bound.patch
 
 BuildRequires: pkgconfig autoconf automake
 %if %{with_hardware}
@@ -189,7 +190,13 @@ Group: User Interface/X Hardware Support
 %patch30 -p1 -b .vblank-warning
 #Fix #RH 577142 (compiz redrawing issues)
 %patch31 -p1 -b .intel-dri2-damage
+# Fix for glCopyTexSubImage from master. Needed to fix corruption
+# issues with Clutter's texture atlases
+%patch32 -p1 -b .fbo-copy-tex-image
+
+
 # Hack the demos to use installed data files
+
 sed -i 's,../images,%{_libdir}/mesa,' progs/demos/*.c
 sed -i 's,geartrain.dat,%{_libdir}/mesa/&,' progs/demos/geartrain.c
 sed -i 's,isosurf.dat,%{_libdir}/mesa/&,' progs/demos/isosurf.c
@@ -403,6 +410,10 @@ rm -rf $RPM_BUILD_ROOT
 %{demodir}
 
 %changelog
+* Thu Apr 30 2010 Owen Taylor <otaylor at redhat.com> - 7.8.1-4
+- Backport fix for glCopyTexSubImage from master. Needed to fix corruption
+  issues with Clutter's texture atlases
+
 * Fri Apr 30 2010 Dave Airlie <airlied at redhat.com> 7.8.1-3
 - rebase with latest git fixes
 



More information about the scm-commits mailing list