xorg/xc

Saren Sandmann Pedersen sandmann at daimi.au.dk
Thu Jul 22 22:24:45 EEST 2004


CVS commit by sandmann: 

Thu Jul 22 20:03:11 2004  Soeren Sandmann  <sandmann at daimi.au.dk>

	* programs/Xserver/fb/fbfill.c (fbFill): Call MMX solid fill
	routine when available.
	
	* programs/Xserver/fb/fbpict.c (fbComposite): Call MMX operations
	when available.

	* config/cf/xorg.cf: New HasGcc34 macro

	* programs/Xserver/fb/fbmmx.c: New file with many operations
	implemented with MMX intrinsics, conditional on having GCC 3.4 on
	i386.


  M +14 -0     xorg/xc/ChangeLog   1.110


--- xorg/xc/ChangeLog  #1.109:1.110
@@ -1,2 +1,16 @@
+Thu Jul 22 20:03:11 2004  Soeren Sandmann  <sandmann at daimi.au.dk>
+
+        * programs/Xserver/fb/fbfill.c (fbFill): Call MMX solid fill
+        routine when available.
+        
+        * programs/Xserver/fb/fbpict.c (fbComposite): Call MMX operations
+        when available.
+
+        * config/cf/xorg.cf: New HasGcc34 macro
+
+        * programs/Xserver/fb/fbmmx.c: New file with many operations
+        implemented with MMX intrinsics, conditional on having GCC 3.4 on
+        i386.
+
 2004-07-21  Alexander Gottwald  <ago at freedesktop.org>
 





More information about the xorg-commit mailing list