[cairo-commit] cairo/pixman ChangeLog,1.117,1.118

Owen Taylor commit at pdx.freedesktop.org
Mon Sep 12 05:55:13 PDT 2005


Committed by: otaylor

Update of /cvs/cairo/cairo/pixman
In directory gabe:/tmp/cvs-serv24445

Modified Files:
	ChangeLog 
Log Message:
2005-08-28  Owen Taylor  <otaylor at redhat.com>

        Bug #4260, Reviewed by B. Biggs

        * src/fbcompose.c (fbStore_a8b8g8r8, fbStore_x8b8g8r8): Use & not
        && for bitwise AND.

        * src/fbpict.h (fbComposeGetSolid) src/fbpict.c src/fbmmx.c: Take
        'dest' as an argument, if pict and dest don't match for RGB, BGR,
        swap result.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/pixman/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -d -r1.117 -r1.118
--- ChangeLog	28 Aug 2005 19:52:10 -0000	1.117
+++ ChangeLog	12 Sep 2005 12:55:11 -0000	1.118
@@ -1,5 +1,16 @@
 2005-08-28  Owen Taylor  <otaylor at redhat.com>
 
+	Bug #4260, Reviewed by B. Biggs
+ 
+ 	* src/fbcompose.c (fbStore_a8b8g8r8, fbStore_x8b8g8r8): Use & not
+ 	&& for bitwise AND.
+ 
+ 	* src/fbpict.h (fbComposeGetSolid) src/fbpict.c src/fbmmx.c: Take
+ 	'dest' as an argument, if pict and dest don't match for RGB, BGR,
+ 	swap result.
+	
+2005-08-28  Owen Taylor  <otaylor at redhat.com>
+
 	* src/fbmmx.c (detectCPUFeatures): Use local labels rather than
 	global labels in the assembly, to be robust if the code is inlined
 	in multiple places. (#4283, Reported by Marco Manfredini)



More information about the cairo-commit mailing list