From 2262f0084722d8548071730f8fcbe318560e9fbf Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Fri, 1 May 2009 03:03:32 -0400 Subject: [PATCH] Enable mmxCombineInU --- pixman/pixman-mmx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixman/pixman-mmx.c b/pixman/pixman-mmx.c index 0f49bdf..d826ca0 100644 --- a/pixman/pixman-mmx.c +++ b/pixman/pixman-mmx.c @@ -934,8 +934,8 @@ fbComposeSetupMMX(void) { pixman_composeFunctions.combineU[PIXMAN_OP_OVER] = mmxCombineOverU; pixman_composeFunctions.combineU[PIXMAN_OP_OVER_REVERSE] = mmxCombineOverReverseU; -#if 0 pixman_composeFunctions.combineU[PIXMAN_OP_IN] = mmxCombineInU; +#if 0 pixman_composeFunctions.combineU[PIXMAN_OP_IN_REVERSE] = mmxCombineInReverseU; pixman_composeFunctions.combineU[PIXMAN_OP_OUT] = mmxCombineOutU; pixman_composeFunctions.combineU[PIXMAN_OP_OUT_REVERSE] = mmxCombineOutReverseU; -- 2.7.4