Enable mmxCombineInU
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Fri, 1 May 2009 07:03:32 +0000 (03:03 -0400)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Mon, 4 May 2009 22:55:08 +0000 (18:55 -0400)
pixman/pixman-mmx.c

index 0f49bdf..d826ca0 100644 (file)
@@ -934,8 +934,8 @@ fbComposeSetupMMX(void)
     {
         pixman_composeFunctions.combineU[PIXMAN_OP_OVER] = mmxCombineOverU;
         pixman_composeFunctions.combineU[PIXMAN_OP_OVER_REVERSE] = mmxCombineOverReverseU;
-#if 0
         pixman_composeFunctions.combineU[PIXMAN_OP_IN] = mmxCombineInU;
+#if 0
         pixman_composeFunctions.combineU[PIXMAN_OP_IN_REVERSE] = mmxCombineInReverseU;
         pixman_composeFunctions.combineU[PIXMAN_OP_OUT] = mmxCombineOutU;
         pixman_composeFunctions.combineU[PIXMAN_OP_OUT_REVERSE] = mmxCombineOutReverseU;