Enable sse2CombineInU
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Fri, 1 May 2009 05:00:07 +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 fcbb3b7..e9eec51 100644 (file)
@@ -2503,8 +2503,8 @@ fbComposeSetupSSE2(void)
         /* SSE code patch for fbcompose.c */
         pixman_composeFunctions.combineU[PIXMAN_OP_OVER] = sse2CombineOverU;
         pixman_composeFunctions.combineU[PIXMAN_OP_OVER_REVERSE] = sse2CombineOverReverseU;
-#if 0
         pixman_composeFunctions.combineU[PIXMAN_OP_IN] = sse2CombineInU;
+#if 0
         pixman_composeFunctions.combineU[PIXMAN_OP_IN_REVERSE] = sse2CombineInReverseU;
         pixman_composeFunctions.combineU[PIXMAN_OP_OUT] = sse2CombineOutU;
         pixman_composeFunctions.combineU[PIXMAN_OP_OUT_REVERSE] = sse2CombineOutReverseU;