From 92c1199bf7e9379beca52fa880a0a436ffdda7e2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Fri, 1 May 2009 00:59:59 -0400 Subject: [PATCH] Enable sse2CombineOverReverseU --- 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 377d86f..fcbb3b7 100644 --- a/pixman/pixman-sse2.c +++ b/pixman/pixman-sse2.c @@ -2502,8 +2502,8 @@ fbComposeSetupSSE2(void) /* SSE code patch for fbcompose.c */ pixman_composeFunctions.combineU[PIXMAN_OP_OVER] = sse2CombineOverU; -#if 0 pixman_composeFunctions.combineU[PIXMAN_OP_OVER_REVERSE] = sse2CombineOverReverseU; +#if 0 pixman_composeFunctions.combineU[PIXMAN_OP_IN] = sse2CombineInU; pixman_composeFunctions.combineU[PIXMAN_OP_IN_REVERSE] = sse2CombineInReverseU; pixman_composeFunctions.combineU[PIXMAN_OP_OUT] = sse2CombineOutU; -- 2.7.4