projects
/
platform
/
upstream
/
pixman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1bdbff
)
Enable sse2CombineAtopXorU
author
Søren Sandmann Pedersen
<sandmann@redhat.com>
Fri, 1 May 2009 05:00:47 +0000
(
01:00
-0400)
committer
Søren Sandmann Pedersen
<sandmann@redhat.com>
Mon, 4 May 2009 22:55:07 +0000
(18:55 -0400)
pixman/pixman-sse2.c
patch
|
blob
|
history
diff --git
a/pixman/pixman-sse2.c
b/pixman/pixman-sse2.c
index e225db32078a24ce092caa843fddf829094dee1a..8d45e24f1275e8d95e9b04ec7ee45e90fec5822b 100644
(file)
--- a/
pixman/pixman-sse2.c
+++ b/
pixman/pixman-sse2.c
@@
-2509,8
+2509,8
@@
fbComposeSetupSSE2(void)
pixman_composeFunctions.combineU[PIXMAN_OP_OUT_REVERSE] = sse2CombineOutReverseU;
pixman_composeFunctions.combineU[PIXMAN_OP_ATOP] = sse2CombineAtopU;
pixman_composeFunctions.combineU[PIXMAN_OP_ATOP_REVERSE] = sse2CombineAtopReverseU;
-#if 0
pixman_composeFunctions.combineU[PIXMAN_OP_XOR] = sse2CombineXorU;
+#if 0
pixman_composeFunctions.combineU[PIXMAN_OP_ADD] = sse2CombineAddU;
pixman_composeFunctions.combineU[PIXMAN_OP_SATURATE] = sse2CombineSaturateU;