From c1bdbff80ac724cab8213d41f91c525e10ca9ff1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Fri, 1 May 2009 01:00:39 -0400 Subject: [PATCH] Enable sse2CombineAtopReverseU --- 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 5a21bef..e225db3 100644 --- a/pixman/pixman-sse2.c +++ b/pixman/pixman-sse2.c @@ -2508,8 +2508,8 @@ fbComposeSetupSSE2(void) pixman_composeFunctions.combineU[PIXMAN_OP_OUT] = sse2CombineOutU; pixman_composeFunctions.combineU[PIXMAN_OP_OUT_REVERSE] = sse2CombineOutReverseU; pixman_composeFunctions.combineU[PIXMAN_OP_ATOP] = sse2CombineAtopU; -#if 0 pixman_composeFunctions.combineU[PIXMAN_OP_ATOP_REVERSE] = sse2CombineAtopReverseU; +#if 0 pixman_composeFunctions.combineU[PIXMAN_OP_XOR] = sse2CombineXorU; pixman_composeFunctions.combineU[PIXMAN_OP_ADD] = sse2CombineAddU; -- 2.7.4