From cdb6aa49bec3595a00eb203c258111c713de9bbc Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Fri, 1 May 2009 01:01:09 -0400 Subject: [PATCH] Enable sse2CombineSaturateU --- pixman/pixman-sse2.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/pixman/pixman-sse2.c b/pixman/pixman-sse2.c index 001df0b..b4732ee 100644 --- a/pixman/pixman-sse2.c +++ b/pixman/pixman-sse2.c @@ -2511,10 +2511,8 @@ fbComposeSetupSSE2(void) pixman_composeFunctions.combineU[PIXMAN_OP_ATOP_REVERSE] = sse2CombineAtopReverseU; pixman_composeFunctions.combineU[PIXMAN_OP_XOR] = sse2CombineXorU; pixman_composeFunctions.combineU[PIXMAN_OP_ADD] = sse2CombineAddU; -#if 0 pixman_composeFunctions.combineU[PIXMAN_OP_SATURATE] = sse2CombineSaturateU; -#endif pixman_composeFunctions.combineC[PIXMAN_OP_SRC] = sse2CombineSrcC; pixman_composeFunctions.combineC[PIXMAN_OP_OVER] = sse2CombineOverC; -- 2.7.4