[cairo-commit] libpixman ChangeLog,1.74,1.75
Jeff Muizelaar
commit at pdx.freedesktop.org
Thu Jun 23 19:39:14 PDT 2005
Committed by: jrmuizel
Update of /cvs/cairo/libpixman
In directory gabe:/tmp/cvs-serv22721
Modified Files:
ChangeLog
Log Message:
2005-06-23 Jeff Muizelaar <jeff at infidigm.net>
* src/iccompose.c: (IcCombineMaskU), (IcCombineMaskC),
(IcCombineMaskValueC), (IcCombineMaskAlphaU),
(IcCombineMaskAlphaC), (IcCombineClear), (IcCombineSrcU),
(IcCombineSrcC), (IcCombineDst), (IcCombineOverU),
(IcCombineOverC), (IcCombineOverReverseU), (IcCombineOverReverseC),
(IcCombineInU), (IcCombineInC), (IcCombineInReverseU),
(IcCombineInReverseC), (IcCombineOutU), (IcCombineOutC),
(IcCombineOutReverseU), (IcCombineOutReverseC), (IcCombineAtopU),
(IcCombineAtopC), (IcCombineAtopReverseU), (IcCombineAtopReverseC),
(IcCombineXorU), (IcCombineXorC), (IcCombineAddU), (IcCombineAddC),
(IcCombineDisjointGeneralU), (IcCombineDisjointGeneralC),
(IcCombineDisjointOverU), (IcCombineDisjointOverC),
(IcCombineDisjointOverReverseU), (IcCombineDisjointOverReverseC),
(IcCombineDisjointInU), (IcCombineDisjointInC),
(IcCombineDisjointInReverseU), (IcCombineDisjointInReverseC),
(IcCombineDisjointOutU), (IcCombineDisjointOutC),
(IcCombineDisjointOutReverseU), (IcCombineDisjointOutReverseC),
(IcCombineDisjointAtopU), (IcCombineDisjointAtopC),
(IcCombineDisjointAtopReverseU), (IcCombineDisjointAtopReverseC),
(IcCombineDisjointXorU), (IcCombineDisjointXorC),
(IcCombineConjointGeneralU), (IcCombineConjointGeneralC),
(IcCombineConjointOverU), (IcCombineConjointOverC),
(IcCombineConjointOverReverseU), (IcCombineConjointOverReverseC),
(IcCombineConjointInU), (IcCombineConjointInC),
(IcCombineConjointInReverseU), (IcCombineConjointInReverseC),
(IcCombineConjointOutU), (IcCombineConjointOutC),
(IcCombineConjointOutReverseU), (IcCombineConjointOutReverseC),
(IcCombineConjointAtopU), (IcCombineConjointAtopC),
(IcCombineConjointAtopReverseU), (IcCombineConjointAtopReverseC),
(IcCombineConjointXorU), (IcCombineConjointXorC),
(IcFetch_a8r8g8b8), (IcFetch_x8r8g8b8), (IcFetch_a8b8g8r8),
(IcFetch_x8b8g8r8), (IcFetch_r8g8b8), (IcFetch_b8g8r8),
(IcFetch_r5g6b5), (IcFetch_b5g6r5), (IcFetch_a1r5g5b5),
(IcFetch_x1r5g5b5), (IcFetch_a1b5g5r5), (IcFetch_x1b5g5r5),
(IcFetch_a4r4g4b4), (IcFetch_x4r4g4b4), (IcFetch_a4b4g4r4),
(IcFetch_x4b4g4r4), (IcFetch_a8), (IcFetcha_a8), (IcFetch_r3g3b2),
(IcFetch_b2g3r3), (IcFetch_a2r2g2b2), (IcFetch_a4), (IcFetcha_a4),
(IcFetch_r1g2b1), (IcFetch_b1g2r1), (IcFetch_a1r1g1b1),
(IcFetch_a1b1g1r1), (IcFetcha_a1), (IcFetch_a1),
(IcStore_a8r8g8b8), (IcStore_x8r8g8b8), (IcStore_a8b8g8r8),
(IcStore_x8b8g8r8), (IcStore_r8g8b8), (IcStore_b8g8r8),
(IcStore_r5g6b5), (IcStore_b5g6r5), (IcStore_a1r5g5b5),
(IcStore_x1r5g5b5), (IcStore_a1b5g5r5), (IcStore_x1b5g5r5),
(IcStore_a4r4g4b4), (IcStore_x4r4g4b4), (IcStore_a4b4g4r4),
(IcStore_x4b4g4r4), (IcStore_a8), (IcStore_r3g3b2),
(IcStore_b2g3r3), (IcStore_a2r2g2b2), (IcStore_a4),
(IcStore_r1g2b1), (IcStore_b1g2r1), (IcStore_a1r1g1b1),
(IcStore_a1b1g1r1), (IcStore_a1), (IcFetch_external),
(IcFetcha_external), (IcStore_external), (IcFetch_transform),
(IcFetcha_transform), (IcStepOver), (IcStepDown), (IcSet),
(IcStepOver_external), (IcStepDown_external), (IcSet_external),
(IcStepOver_transform), (IcStepDown_transform), (IcSet_transform),
(IcBuildCompositeOperand), (pixman_compositeGeneral):
* src/icimage.h:
s/pixman_compositeOperand/FbCompositeOperand/g.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libpixman/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- ChangeLog 24 Jun 2005 02:35:45 -0000 1.74
+++ ChangeLog 24 Jun 2005 02:39:12 -0000 1.75
@@ -1,5 +1,64 @@
2005-06-23 Jeff Muizelaar <jeff at infidigm.net>
+ * src/iccompose.c: (IcCombineMaskU), (IcCombineMaskC),
+ (IcCombineMaskValueC), (IcCombineMaskAlphaU),
+ (IcCombineMaskAlphaC), (IcCombineClear), (IcCombineSrcU),
+ (IcCombineSrcC), (IcCombineDst), (IcCombineOverU),
+ (IcCombineOverC), (IcCombineOverReverseU), (IcCombineOverReverseC),
+ (IcCombineInU), (IcCombineInC), (IcCombineInReverseU),
+ (IcCombineInReverseC), (IcCombineOutU), (IcCombineOutC),
+ (IcCombineOutReverseU), (IcCombineOutReverseC), (IcCombineAtopU),
+ (IcCombineAtopC), (IcCombineAtopReverseU), (IcCombineAtopReverseC),
+ (IcCombineXorU), (IcCombineXorC), (IcCombineAddU), (IcCombineAddC),
+ (IcCombineDisjointGeneralU), (IcCombineDisjointGeneralC),
+ (IcCombineDisjointOverU), (IcCombineDisjointOverC),
+ (IcCombineDisjointOverReverseU), (IcCombineDisjointOverReverseC),
+ (IcCombineDisjointInU), (IcCombineDisjointInC),
+ (IcCombineDisjointInReverseU), (IcCombineDisjointInReverseC),
+ (IcCombineDisjointOutU), (IcCombineDisjointOutC),
+ (IcCombineDisjointOutReverseU), (IcCombineDisjointOutReverseC),
+ (IcCombineDisjointAtopU), (IcCombineDisjointAtopC),
+ (IcCombineDisjointAtopReverseU), (IcCombineDisjointAtopReverseC),
+ (IcCombineDisjointXorU), (IcCombineDisjointXorC),
+ (IcCombineConjointGeneralU), (IcCombineConjointGeneralC),
+ (IcCombineConjointOverU), (IcCombineConjointOverC),
+ (IcCombineConjointOverReverseU), (IcCombineConjointOverReverseC),
+ (IcCombineConjointInU), (IcCombineConjointInC),
+ (IcCombineConjointInReverseU), (IcCombineConjointInReverseC),
+ (IcCombineConjointOutU), (IcCombineConjointOutC),
+ (IcCombineConjointOutReverseU), (IcCombineConjointOutReverseC),
+ (IcCombineConjointAtopU), (IcCombineConjointAtopC),
+ (IcCombineConjointAtopReverseU), (IcCombineConjointAtopReverseC),
+ (IcCombineConjointXorU), (IcCombineConjointXorC),
+ (IcFetch_a8r8g8b8), (IcFetch_x8r8g8b8), (IcFetch_a8b8g8r8),
+ (IcFetch_x8b8g8r8), (IcFetch_r8g8b8), (IcFetch_b8g8r8),
+ (IcFetch_r5g6b5), (IcFetch_b5g6r5), (IcFetch_a1r5g5b5),
+ (IcFetch_x1r5g5b5), (IcFetch_a1b5g5r5), (IcFetch_x1b5g5r5),
+ (IcFetch_a4r4g4b4), (IcFetch_x4r4g4b4), (IcFetch_a4b4g4r4),
+ (IcFetch_x4b4g4r4), (IcFetch_a8), (IcFetcha_a8), (IcFetch_r3g3b2),
+ (IcFetch_b2g3r3), (IcFetch_a2r2g2b2), (IcFetch_a4), (IcFetcha_a4),
+ (IcFetch_r1g2b1), (IcFetch_b1g2r1), (IcFetch_a1r1g1b1),
+ (IcFetch_a1b1g1r1), (IcFetcha_a1), (IcFetch_a1),
+ (IcStore_a8r8g8b8), (IcStore_x8r8g8b8), (IcStore_a8b8g8r8),
+ (IcStore_x8b8g8r8), (IcStore_r8g8b8), (IcStore_b8g8r8),
+ (IcStore_r5g6b5), (IcStore_b5g6r5), (IcStore_a1r5g5b5),
+ (IcStore_x1r5g5b5), (IcStore_a1b5g5r5), (IcStore_x1b5g5r5),
+ (IcStore_a4r4g4b4), (IcStore_x4r4g4b4), (IcStore_a4b4g4r4),
+ (IcStore_x4b4g4r4), (IcStore_a8), (IcStore_r3g3b2),
+ (IcStore_b2g3r3), (IcStore_a2r2g2b2), (IcStore_a4),
+ (IcStore_r1g2b1), (IcStore_b1g2r1), (IcStore_a1r1g1b1),
+ (IcStore_a1b1g1r1), (IcStore_a1), (IcFetch_external),
+ (IcFetcha_external), (IcStore_external), (IcFetch_transform),
+ (IcFetcha_transform), (IcStepOver), (IcStepDown), (IcSet),
+ (IcStepOver_external), (IcStepDown_external), (IcSet_external),
+ (IcStepOver_transform), (IcStepDown_transform), (IcSet_transform),
+ (IcBuildCompositeOperand), (pixman_compositeGeneral):
+ * src/icimage.h:
+
+ s/pixman_compositeOperand/FbCompositeOperand/g.
+
+2005-06-23 Jeff Muizelaar <jeff at infidigm.net>
+
* src/ic.c: (pixman_compositeSrcAdd_1000x1000),
(pixman_compositeSolidMask_nx1xn):
* src/icblt.c: (IcBlt), (IcBlt24Line), (IcBlt24), (IcBltOdd),
More information about the cairo-commit
mailing list