Enable sse2CombineOutU
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Fri, 1 May 2009 05:00:20 +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 a46e9bb..6087b84 100644 (file)
@@ -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;