pixman: Branch 'master' - 2 commits

Matt Turner mattst88 at kemper.freedesktop.org
Fri Jun 15 08:27:18 PDT 2012


 .gitignore           |    1 +
 pixman/pixman-sse2.c |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit 7db07cb731e3689328d9ecbdafffe99d7d38388e
Author: Matt Turner <mattst88 at gmail.com>
Date:   Wed Jun 13 13:18:49 2012 -0400

    sse2: enable over_n_0565 for b5g6r5
    
    Same as b950bb12 for MMX.

diff --git a/pixman/pixman-sse2.c b/pixman/pixman-sse2.c
index 70f8b77..7af06db 100644
--- a/pixman/pixman-sse2.c
+++ b/pixman/pixman-sse2.c
@@ -5668,6 +5668,7 @@ static const pixman_fast_path_t sse2_fast_paths[] =
     PIXMAN_STD_FAST_PATH (OVER, solid, null, a8r8g8b8, sse2_composite_over_n_8888),
     PIXMAN_STD_FAST_PATH (OVER, solid, null, x8r8g8b8, sse2_composite_over_n_8888),
     PIXMAN_STD_FAST_PATH (OVER, solid, null, r5g6b5, sse2_composite_over_n_0565),
+    PIXMAN_STD_FAST_PATH (OVER, solid, null, b5g6r5, sse2_composite_over_n_0565),
     PIXMAN_STD_FAST_PATH (OVER, a8r8g8b8, null, a8r8g8b8, sse2_composite_over_8888_8888),
     PIXMAN_STD_FAST_PATH (OVER, a8r8g8b8, null, x8r8g8b8, sse2_composite_over_8888_8888),
     PIXMAN_STD_FAST_PATH (OVER, a8b8g8r8, null, a8b8g8r8, sse2_composite_over_8888_8888),
commit 45946c5fa1760ad185ae20e8797635b0a256ea08
Author: Matt Turner <mattst88 at gmail.com>
Date:   Wed Jun 13 16:37:48 2012 -0400

    .gitignore: add test/glyph-test

diff --git a/.gitignore b/.gitignore
index 98612c9..b9853b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -56,6 +56,7 @@ test/composite-test
 test/composite-traps-test
 test/convolution-test
 test/fetch-test
+test/glyph-test
 test/gradient-crash-test
 test/gradient-test
 test/lowlevel-blt-bench


More information about the xorg-commit mailing list