summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-10-19 09:30:51 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-19 09:30:51 +0200
commitb14c3a8c224fd47fd332b20f4ee451f5520c704a (patch)
treee5b8805987e322006564525af2f7ed44eb0a4ada /meta-oe/recipes-graphics
parent5692d543422dd3a31454bf212301c98b81fc4af1 (diff)
downloadmeta-openembedded-b14c3a8c224fd47fd332b20f4ee451f5520c704a.tar.gz
pixman 0.23.6: apply typo fix from upstream
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r--meta-oe/recipes-graphics/xorg-lib/pixman-0.23.6/0006-ARM-NEON-Standard-fast-path-src_n_8_8888.patch2
-rw-r--r--meta-oe/recipes-graphics/xorg-lib/pixman_0.23.6.bb4
2 files changed, 4 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/xorg-lib/pixman-0.23.6/0006-ARM-NEON-Standard-fast-path-src_n_8_8888.patch b/meta-oe/recipes-graphics/xorg-lib/pixman-0.23.6/0006-ARM-NEON-Standard-fast-path-src_n_8_8888.patch
index 9588e3368..5b7977fe3 100644
--- a/meta-oe/recipes-graphics/xorg-lib/pixman-0.23.6/0006-ARM-NEON-Standard-fast-path-src_n_8_8888.patch
+++ b/meta-oe/recipes-graphics/xorg-lib/pixman-0.23.6/0006-ARM-NEON-Standard-fast-path-src_n_8_8888.patch
@@ -64,7 +64,7 @@ index 3fcd07d..1db02db 100644
64+ PF subges PF_CTL, PF_CTL, #0x10 64+ PF subges PF_CTL, PF_CTL, #0x10
65+ vmull.u8 q11, d24, d3 65+ vmull.u8 q11, d24, d3
66+ PF ldrgeb DUMMY, [PF_MASK, MASK_STRIDE, lsl #mask_bpp_shift]! 66+ PF ldrgeb DUMMY, [PF_MASK, MASK_STRIDE, lsl #mask_bpp_shift]!
67+ vst4.8 {d28, d29, d30, d31}, [DST_W :128]! 67+ vst4.8 {d28, d29, d30, d31}, [DST_W, :128]!
68+ vrsra.u16 q8, q8, #8 68+ vrsra.u16 q8, q8, #8
69+ vrsra.u16 q9, q9, #8 69+ vrsra.u16 q9, q9, #8
70+ vrsra.u16 q10, q10, #8 70+ vrsra.u16 q10, q10, #8
diff --git a/meta-oe/recipes-graphics/xorg-lib/pixman_0.23.6.bb b/meta-oe/recipes-graphics/xorg-lib/pixman_0.23.6.bb
index 10bf6e119..fa2f9d4a9 100644
--- a/meta-oe/recipes-graphics/xorg-lib/pixman_0.23.6.bb
+++ b/meta-oe/recipes-graphics/xorg-lib/pixman_0.23.6.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=14096c769ae0cbb5fcb94ec468be11b3\
9 file://pixman/pixman-arm-neon-asm.h;endline=24;md5=9a9cc1e51abbf1da58f4d9528ec9d49b \ 9 file://pixman/pixman-arm-neon-asm.h;endline=24;md5=9a9cc1e51abbf1da58f4d9528ec9d49b \
10 " 10 "
11 11
12PR = "${INC_PR}.1" 12PR = "${INC_PR}.3"
13 13
14SRC_URI = "http://xorg.freedesktop.org/archive/individual/lib/${BPN}-${PV}.tar.gz \ 14SRC_URI = "http://xorg.freedesktop.org/archive/individual/lib/${BPN}-${PV}.tar.gz \
15 file://0001-ARM-NEON-Some-cleanup-of-bilinear-scanline-functions.patch \ 15 file://0001-ARM-NEON-Some-cleanup-of-bilinear-scanline-functions.patch \
@@ -17,6 +17,8 @@ SRC_URI = "http://xorg.freedesktop.org/archive/individual/lib/${BPN}-${PV}.tar.g
17 file://0003-ARM-NEON-Replace-old-bilinear-scanline-generator-wit.patch \ 17 file://0003-ARM-NEON-Replace-old-bilinear-scanline-generator-wit.patch \
18 file://0004-ARM-NEON-Instruction-scheduling-of-bilinear-over_888.patch \ 18 file://0004-ARM-NEON-Instruction-scheduling-of-bilinear-over_888.patch \
19 file://0005-ARM-NEON-Instruction-scheduling-of-bilinear-over_888.patch \ 19 file://0005-ARM-NEON-Instruction-scheduling-of-bilinear-over_888.patch \
20 file://0006-ARM-NEON-Standard-fast-path-src_n_8_8888.patch \
21 file://0007-ARM-NEON-Standard-fast-path-src_n_8_8.patch \
20 file://0008-Generic-C-implementation-of-pixman_blt-with-overlapp.patch \ 22 file://0008-Generic-C-implementation-of-pixman_blt-with-overlapp.patch \
21 " 23 "
22 24