rpms/compiz/devel compiz-gtk,1.6,1.7 compiz.spec,1.159,1.160

Adel Gadllah drago01 at fedoraproject.org
Sun Mar 15 17:55:52 UTC 2009


Author: drago01

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

Modified Files:
	compiz-gtk compiz.spec 
Log Message:
Revert to always using indirect rendering, initial testing showed that it is not ready yet


Index: compiz-gtk
===================================================================
RCS file: /cvs/pkgs/rpms/compiz/devel/compiz-gtk,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- compiz-gtk	15 Mar 2009 10:32:46 -0000	1.6
+++ compiz-gtk	15 Mar 2009 17:55:21 -0000	1.7
@@ -6,11 +6,13 @@
 }
 
 HAVE3D=`glxinfo | grep "direct rendering: " | head -n 1 | cut -d " " -f 3`
-HAVETFP=`glxinfo | grep texture_from_pixmap -c`
 
-if ( [ $HAVE3D == "Yes" ] && [ $HAVETFP -gt 2 ] ); then 
-	runCompiz
-fi
+# Disabled for now, does not work as expected
+#HAVETFP=`glxinfo | grep texture_from_pixmap -c`
+
+#if ( [ $HAVE3D == "Yes" ] && [ $HAVETFP -gt 2 ] ); then 
+#	runCompiz
+#fi
 
 # Try again with indirect rendering
 export LIBGL_ALWAYS_INDIRECT=1


Index: compiz.spec
===================================================================
RCS file: /cvs/pkgs/rpms/compiz/devel/compiz.spec,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- compiz.spec	15 Mar 2009 10:44:17 -0000	1.159
+++ compiz.spec	15 Mar 2009 17:55:22 -0000	1.160
@@ -14,7 +14,7 @@
 License:        GPLv2+ and LGPLv2+ and MIT
 Group:          User Interface/Desktops
 Version:        0.7.8
-Release:        15%{?dist}
+Release:        16%{?dist}
 
 Summary:        OpenGL window and compositing manager
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -388,6 +388,9 @@
 
 
 %changelog
+* Sun Mar 15 2009 Adel Gadllah <adel.gadllah at gmail.com> - 0.7.8-16
+- Revert to always using indirect rendering
+
 * Sun Mar 15 2009 Adel Gadllah <adel.gadllah at gmail.com> - 0.7.8-15
 - Improved tfp check, fixes "white screen of death"
 - Use direct rendering if the driver supports it (DRI2)




More information about the fedora-extras-commits mailing list