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:
3d68455
)
Enable mmxCombineOverU
author
Søren Sandmann Pedersen
<sandmann@redhat.com>
Fri, 1 May 2009 07:03:16 +0000
(
03:03
-0400)
committer
Søren Sandmann Pedersen
<sandmann@redhat.com>
Mon, 4 May 2009 22:55:07 +0000
(18:55 -0400)
pixman/pixman-mmx.c
patch
|
blob
|
history
diff --git
a/pixman/pixman-mmx.c
b/pixman/pixman-mmx.c
index
98726d7
..
5aadc1b
100644
(file)
--- a/
pixman/pixman-mmx.c
+++ b/
pixman/pixman-mmx.c
@@
-932,8
+932,8
@@
fbComposeSetupMMX(void)
/* check if we have MMX support and initialize accordingly */
if (pixman_have_mmx())
{
-#if 0
pixman_composeFunctions.combineU[PIXMAN_OP_OVER] = mmxCombineOverU;
+#if 0
pixman_composeFunctions.combineU[PIXMAN_OP_OVER_REVERSE] = mmxCombineOverReverseU;
pixman_composeFunctions.combineU[PIXMAN_OP_IN] = mmxCombineInU;
pixman_composeFunctions.combineU[PIXMAN_OP_IN_REVERSE] = mmxCombineInReverseU;