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