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:
78faaa5
)
Enable NEON fills.
author
Jonathan Morton
<jmorton@sd070.hel.movial.fi>
Wed, 3 Jun 2009 14:43:41 +0000
(10:43 -0400)
committer
Jeff Muizelaar
<jrmuizel@jeff-desktop.(none)>
Wed, 3 Jun 2009 14:43:41 +0000
(10:43 -0400)
pixman/pixman-arm-neon.c
patch
|
blob
|
history
diff --git
a/pixman/pixman-arm-neon.c
b/pixman/pixman-arm-neon.c
index 434f7378e776f99796ac7928aebfe0b6f5f1fb46..96c1d2104c6b3e9ae367a1c300a3320e5f8bac81 100644
(file)
--- a/
pixman/pixman-arm-neon.c
+++ b/
pixman/pixman-arm-neon.c
@@
-2191,7
+2191,7
@@
_pixman_implementation_create_arm_neon (void)
imp->composite = arm_neon_composite;
// imp->blt = arm_neon_blt;
-// imp->fill = arm_neon_fill; -- Relies on code which is not upstreamed yet
+ imp->fill = arm_neon_fill;
return imp;
}