Enable sse2CombineAtopXorU
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Fri, 1 May 2009 05:00:47 +0000 (01:00 -0400)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Mon, 4 May 2009 22:55:07 +0000 (18:55 -0400)
pixman/pixman-sse2.c

index e225db32078a24ce092caa843fddf829094dee1a..8d45e24f1275e8d95e9b04ec7ee45e90fec5822b 100644 (file)
@@ -2509,8 +2509,8 @@ fbComposeSetupSSE2(void)
         pixman_composeFunctions.combineU[PIXMAN_OP_OUT_REVERSE] = sse2CombineOutReverseU;
         pixman_composeFunctions.combineU[PIXMAN_OP_ATOP] = sse2CombineAtopU;
         pixman_composeFunctions.combineU[PIXMAN_OP_ATOP_REVERSE] = sse2CombineAtopReverseU;
-#if 0
         pixman_composeFunctions.combineU[PIXMAN_OP_XOR] = sse2CombineXorU;
+#if 0
         pixman_composeFunctions.combineU[PIXMAN_OP_ADD] = sse2CombineAddU;
 
         pixman_composeFunctions.combineU[PIXMAN_OP_SATURATE] = sse2CombineSaturateU;