From d45c0db9603a84989d59e5e1519b424ab756f221 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Fri, 1 May 2009 01:00:07 -0400 Subject: [PATCH] Enable sse2CombineInU --- pixman/pixman-sse2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixman/pixman-sse2.c b/pixman/pixman-sse2.c index fcbb3b7..e9eec51 100644 --- a/pixman/pixman-sse2.c +++ b/pixman/pixman-sse2.c @@ -2503,8 +2503,8 @@ fbComposeSetupSSE2(void) /* SSE code patch for fbcompose.c */ pixman_composeFunctions.combineU[PIXMAN_OP_OVER] = sse2CombineOverU; pixman_composeFunctions.combineU[PIXMAN_OP_OVER_REVERSE] = sse2CombineOverReverseU; -#if 0 pixman_composeFunctions.combineU[PIXMAN_OP_IN] = sse2CombineInU; +#if 0 pixman_composeFunctions.combineU[PIXMAN_OP_IN_REVERSE] = sse2CombineInReverseU; pixman_composeFunctions.combineU[PIXMAN_OP_OUT] = sse2CombineOutU; pixman_composeFunctions.combineU[PIXMAN_OP_OUT_REVERSE] = sse2CombineOutReverseU; -- 2.7.4