From 81342af3bda044c059a13a37a9ede542212dc5a2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Fri, 1 May 2009 03:03:16 -0400 Subject: [PATCH] Enable mmxCombineOverU --- 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 98726d7..5aadc1b 100644 --- a/pixman/pixman-mmx.c +++ b/pixman/pixman-mmx.c @@ -932,8 +932,8 @@ fbComposeSetupMMX(void) /* check if we have MMX support and initialize accordingly */ if (pixman_have_mmx()) { -#if 0 pixman_composeFunctions.combineU[PIXMAN_OP_OVER] = mmxCombineOverU; +#if 0 pixman_composeFunctions.combineU[PIXMAN_OP_OVER_REVERSE] = mmxCombineOverReverseU; pixman_composeFunctions.combineU[PIXMAN_OP_IN] = mmxCombineInU; pixman_composeFunctions.combineU[PIXMAN_OP_IN_REVERSE] = mmxCombineInReverseU; -- 2.7.4