Enable sse2CombineOverU
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Fri, 1 May 2009 04:59:51 +0000 (00:59 -0400)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Mon, 4 May 2009 22:55:06 +0000 (18:55 -0400)
pixman/pixman-sse2.c

index d24b625..377d86f 100644 (file)
@@ -2501,8 +2501,8 @@ fbComposeSetupSSE2(void)
         xMaskAlpha = createMask_2x32_64 (0x00ff0000, 0x00000000);
 
         /* SSE code patch for fbcompose.c */
-#if 0
         pixman_composeFunctions.combineU[PIXMAN_OP_OVER] = sse2CombineOverU;
+#if 0
         pixman_composeFunctions.combineU[PIXMAN_OP_OVER_REVERSE] = sse2CombineOverReverseU;
         pixman_composeFunctions.combineU[PIXMAN_OP_IN] = sse2CombineInU;
         pixman_composeFunctions.combineU[PIXMAN_OP_IN_REVERSE] = sse2CombineInReverseU;