From c3d92fe51869c4e7b4ed83fb3bed5d0e7e651782 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Fri, 1 May 2009 01:00:26 -0400 Subject: [PATCH] Enable sse2CombineOutReverseU --- 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 6087b84..bd7b8e6 100644 --- a/pixman/pixman-sse2.c +++ b/pixman/pixman-sse2.c @@ -2506,8 +2506,8 @@ fbComposeSetupSSE2(void) pixman_composeFunctions.combineU[PIXMAN_OP_IN] = sse2CombineInU; pixman_composeFunctions.combineU[PIXMAN_OP_IN_REVERSE] = sse2CombineInReverseU; pixman_composeFunctions.combineU[PIXMAN_OP_OUT] = sse2CombineOutU; -#if 0 pixman_composeFunctions.combineU[PIXMAN_OP_OUT_REVERSE] = sse2CombineOutReverseU; +#if 0 pixman_composeFunctions.combineU[PIXMAN_OP_ATOP] = sse2CombineAtopU; pixman_composeFunctions.combineU[PIXMAN_OP_ATOP_REVERSE] = sse2CombineAtopReverseU; pixman_composeFunctions.combineU[PIXMAN_OP_XOR] = sse2CombineXorU; -- 2.7.4