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

Owen Taylor commit at pdx.freedesktop.org
Fri Sep 16 06:43:43 PDT 2005


Committed by: otaylor

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

Modified Files:
      Tag: BRANCH_1_0
	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.117.2.1
diff -u -d -r1.117 -r1.117.2.1
--- ChangeLog	28 Aug 2005 19:52:10 -0000	1.117
+++ ChangeLog	16 Sep 2005 13:43:41 -0000	1.117.2.1
@@ -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