Enable sse2CombineAtopReverseU
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Fri, 1 May 2009 05:00:39 +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 5a21bef..e225db3 100644 (file)
@@ -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;