pixman: Branch 'master'

Søren Sandmann Pedersen sandmann at kemper.freedesktop.org
Fri May 22 09:01:23 PDT 2009


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

New commits:
commit 67addb4b3800f754155c8607bca85d23d840e056
Author: Jonathan Morton <jonathan.morton at movial.com>
Date:   Fri May 22 12:01:26 2009 -0400

    Initialize the ARM SIMD fast path array.

diff --git a/pixman/pixman-arm-simd.c b/pixman/pixman-arm-simd.c
index 8a6b58c..cd8c194 100644
--- a/pixman/pixman-arm-simd.c
+++ b/pixman/pixman-arm-simd.c
@@ -427,4 +427,4 @@ static const FastPathInfo arm_simd_fast_path_array[] =
     { PIXMAN_OP_NONE },
 };
 
-const FastPathInfo *const arm_simd_fast_paths;
+const FastPathInfo *const arm_simd_fast_paths = arm_simd_fast_path_array;


More information about the xorg-commit mailing list