From: Søren Sandmann Pedersen Date: Fri, 1 May 2009 05:00:26 +0000 (-0400) Subject: Enable sse2CombineOutReverseU X-Git-Tag: 1.0_branch~1175^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c3d92fe51869c4e7b4ed83fb3bed5d0e7e651782;p=profile%2Fivi%2Fpixman.git Enable sse2CombineOutReverseU --- diff --git a/pixman/pixman-sse2.c b/pixman/pixman-sse2.c index 6087b84..bd7b8e6 100644 --- a/pixman/pixman-sse2.c +++ b/pixman/pixman-sse2.c @@ -2506,8 +2506,8 @@ fbComposeSetupSSE2(void) pixman_composeFunctions.combineU[PIXMAN_OP_IN] = sse2CombineInU; pixman_composeFunctions.combineU[PIXMAN_OP_IN_REVERSE] = sse2CombineInReverseU; pixman_composeFunctions.combineU[PIXMAN_OP_OUT] = sse2CombineOutU; -#if 0 pixman_composeFunctions.combineU[PIXMAN_OP_OUT_REVERSE] = sse2CombineOutReverseU; +#if 0 pixman_composeFunctions.combineU[PIXMAN_OP_ATOP] = sse2CombineAtopU; pixman_composeFunctions.combineU[PIXMAN_OP_ATOP_REVERSE] = sse2CombineAtopReverseU; pixman_composeFunctions.combineU[PIXMAN_OP_XOR] = sse2CombineXorU;