[Pixman] [PATCH 2/2] mmx: compile on MIPS for loongson SIMD optimizations
Matt Turner
mattst88 at gmail.com
Wed Feb 15 16:04:21 PST 2012
On Wed, Feb 15, 2012 at 6:40 PM, Matt Turner <mattst88 at gmail.com> wrote:
> @@ -3154,6 +3167,7 @@ static const pixman_fast_path_t mmx_fast_paths[] =
> PIXMAN_STD_FAST_PATH (SRC, solid, a8, x8r8g8b8, mmx_composite_src_n_8_8888 ),
> PIXMAN_STD_FAST_PATH (SRC, solid, a8, a8b8g8r8, mmx_composite_src_n_8_8888 ),
> PIXMAN_STD_FAST_PATH (SRC, solid, a8, x8b8g8r8, mmx_composite_src_n_8_8888 ),
> +
> PIXMAN_STD_FAST_PATH (SRC, a8r8g8b8, null, a8r8g8b8, mmx_composite_copy_area ),
> PIXMAN_STD_FAST_PATH (SRC, a8b8g8r8, null, a8b8g8r8, mmx_composite_copy_area ),
> PIXMAN_STD_FAST_PATH (SRC, a8r8g8b8, null, x8r8g8b8, mmx_composite_copy_area ),
> @@ -1,5 +1,8 @@
> # Tests (sorted by expected completion time)
> TESTPROGRAMS = \
> + composite-traps-test \
> + scaling-test \
> + blitters-test \
> a1-trap-test \
> pdf-op-test \
> region-test \
> @@ -14,9 +17,6 @@ TESTPROGRAMS = \
> region-contains-test \
> alphamap \
> stress-test \
> - composite-traps-test \
> - blitters-test \
> - scaling-test \
> affine-test \
> composite \
> $(NULL)
> --
> 1.7.3.4
>
Of course, I've got some hunks that shouldn't be here.
More information about the Pixman
mailing list