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