rpms/compiz/devel compiz-gtk,1.11,1.12 compiz.spec,1.175,1.176

drago01 drago01 at fedoraproject.org
Fri Aug 7 12:45:24 UTC 2009


Author: drago01

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

Modified Files:
	compiz-gtk compiz.spec 
Log Message:
Enable directrendering and always-swap


Index: compiz-gtk
===================================================================
RCS file: /cvs/pkgs/rpms/compiz/devel/compiz-gtk,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- compiz-gtk	9 Jun 2009 03:10:58 -0000	1.11
+++ compiz-gtk	7 Aug 2009 12:45:24 -0000	1.12
@@ -2,18 +2,18 @@
 
 function runCompiz() {
 	gtk-window-decorator &
-	exec compiz --ignore-desktop-hints glib gconf gnomecompat $@
+	exec compiz --ignore-desktop-hints --always-swap glib gconf gnomecompat $@
 }
 
 DIRECT=`glxinfo | grep "direct rendering: " | head -n 1 | cut -d " " -f 3`
 ISSW=`glxinfo | grep "Software Rasterizer" -c`
 
-# Disabled for now, does not work as expected
-#HAVETFP=`glxinfo | grep texture_from_pixmap -c`
+# Try with direct rendering
+HAVETFP=`glxinfo | grep texture_from_pixmap -c`
 
-#if ( [ $HAVE3D == "Yes" ] && [ $HAVETFP -gt 2 ] ); then 
-#	runCompiz $@
-#fi
+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.175
retrieving revision 1.176
diff -u -p -r1.175 -r1.176
--- compiz.spec	1 Aug 2009 13:12:35 -0000	1.175
+++ compiz.spec	7 Aug 2009 12:45:24 -0000	1.176
@@ -14,7 +14,7 @@ URL:            http://www.go-compiz.org
 License:        GPLv2+ and LGPLv2+ and MIT
 Group:          User Interface/Desktops
 Version:        0.8.2
-Release:        9%{?dist}
+Release:        10%{?dist}
 
 Summary:        OpenGL window and compositing manager
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -364,6 +364,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Aug 07 2009 Adel Gadllah <adel.gadllah at gmail.com> - 0.8.2-10
+- Enable direct rendering and always-swap by default
+- Tearing free compiz for INTEL cards ;)
+
 * Sat Aug 01 2009 Adel Gadllah <adel.gadllah at gmail.com> - 0.8.2-9
 - Fix build
 




More information about the fedora-extras-commits mailing list