pixman: Branch 'master'

Jeff Muizelaar jrmuizel at kemper.freedesktop.org
Fri May 22 08:27:58 PDT 2009


 pixman/pixman-arm-neon.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2f1732359787f946bd1efd92be1f2f86aa91be3c
Author: Jonathan Morton <jonathan.morton at movial.com>
Date:   Fri May 22 08:25:26 2009 -0700

    Fix compile error caused by e42fae9e8364f5f0791f9fce749ab18b33acf598

diff --git a/pixman/pixman-arm-neon.h b/pixman/pixman-arm-neon.h
index f43af65..9fee6c2 100644
--- a/pixman/pixman-arm-neon.h
+++ b/pixman/pixman-arm-neon.h
@@ -36,7 +36,7 @@ pixman_bool_t pixman_have_arm_neon(void);
 
 #ifdef USE_ARM_NEON
 
-extern const FastPathInfo *const arm_fast_paths;
+extern const FastPathInfo *const arm_neon_fast_paths;
 
 void
 fbCompositeSrcAdd_8000x8000neon (pixman_op_t op,


More information about the xorg-commit mailing list