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:
3dbb2a5
)
Fix typo
author
Søren Sandmann Pedersen
<sandmann@redhat.com>
Wed, 20 Jun 2007 16:12:43 +0000
(12:12 -0400)
committer
Søren Sandmann Pedersen
<sandmann@redhat.com>
Wed, 20 Jun 2007 16:12:43 +0000
(12:12 -0400)
pixman/pixman-pict.c
patch
|
blob
|
history
diff --git
a/pixman/pixman-pict.c
b/pixman/pixman-pict.c
index
dafed13
..
cad11dd
100644
(file)
--- a/
pixman/pixman-pict.c
+++ b/
pixman/pixman-pict.c
@@
-1993,7
+1993,7
@@
pixman_image_composite (pixman_op_t op,
func = fbCompositeIn_8x8mmx;
else
#endif
- func = fbCompositeIn_8x8;
+ func = fbComposite
Src
In_8x8;
}
else if (srcRepeat && pMask && !pMask->common.component_alpha &&
(pSrc->bits.format == PIXMAN_a8r8g8b8 ||