From: Søren Sandmann Pedersen Date: Fri, 1 May 2009 05:00:47 +0000 (-0400) Subject: Enable sse2CombineAtopXorU X-Git-Tag: pixman-0.15.4~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=374ad0c363baf93e724409f575e1bbd7cfd8914a;p=platform%2Fupstream%2Fpixman.git Enable sse2CombineAtopXorU --- diff --git a/pixman/pixman-sse2.c b/pixman/pixman-sse2.c index e225db3..8d45e24 100644 --- a/pixman/pixman-sse2.c +++ b/pixman/pixman-sse2.c @@ -2509,8 +2509,8 @@ fbComposeSetupSSE2(void) pixman_composeFunctions.combineU[PIXMAN_OP_OUT_REVERSE] = sse2CombineOutReverseU; pixman_composeFunctions.combineU[PIXMAN_OP_ATOP] = sse2CombineAtopU; pixman_composeFunctions.combineU[PIXMAN_OP_ATOP_REVERSE] = sse2CombineAtopReverseU; -#if 0 pixman_composeFunctions.combineU[PIXMAN_OP_XOR] = sse2CombineXorU; +#if 0 pixman_composeFunctions.combineU[PIXMAN_OP_ADD] = sse2CombineAddU; pixman_composeFunctions.combineU[PIXMAN_OP_SATURATE] = sse2CombineSaturateU;