aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/pixman_git.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-11-20 12:56:56 +0100
committerKoen Kooi <koen@openembedded.org>2009-11-23 15:51:06 +0100
commita0c6d9cc9bb2f9691cbedbd263c92e00106562c6 (patch)
tree02e15f8fbd559eef4aab485c6f76642f0738b0a4 /recipes/xorg-lib/pixman_git.bb
parent13faab74d42e8878574e8d8e84966ea3c6fea9d5 (diff)
downloadopenembedded-a0c6d9cc9bb2f9691cbedbd263c92e00106562c6.tar.gz
pixman git: bump SRCREV to 0.17.3 and add support for overlapping blits
Diffstat (limited to 'recipes/xorg-lib/pixman_git.bb')
-rw-r--r--recipes/xorg-lib/pixman_git.bb10
1 files changed, 8 insertions, 2 deletions
diff --git a/recipes/xorg-lib/pixman_git.bb b/recipes/xorg-lib/pixman_git.bb
index dd02828e37..535f160276 100644
--- a/recipes/xorg-lib/pixman_git.bb
+++ b/recipes/xorg-lib/pixman_git.bb
@@ -3,17 +3,23 @@ PRIORITY = "optional"
DESCRIPTION = "Low-level pixel manipulation library."
LICENSE = "X11"
-PV = "0.17.1"
+PV = "0.17.3"
PR = "r4"
PR_append = "+gitr${SRCREV}"
-SRCREV = "abefe68ae2a422fecf315f17430c0cda5561be66"
+SRCREV = "c97b1e803fc214e9880eaeff98410c8fa37f9ddc"
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_angstrom = "1"
SRC_URI = "git://anongit.freedesktop.org/pixman;protocol=git \
file://nearest-neighbour.patch;patch=1 \
+ file://0001-ARM-NEON-optimized-pixman_blt.patch;patch=1 \
+ file://0002-Test-program-for-pixman_blt-function.patch;patch=1 \
+ file://0003-Generic-C-implementation-of-pixman_blt-with-overlapp.patch;patch=1 \
+ file://0004-Support-of-overlapping-src-dst-for-pixman_blt_mmx.patch;patch=1 \
+ file://0005-Support-of-overlapping-src-dst-for-pixman_blt_sse2.patch;patch=1 \
+ file://0006-Support-of-overlapping-src-dst-for-pixman_blt_neon.patch;patch=1 \
"
S = "${WORKDIR}/git"